- May 07, 2020
-
-
Santhosh S authored
- Peek the buffer when we get a read request callback from PA Push the buffers from PA got from read request callback to a aync queue When basesrc schedules the create calls we pop the buffer from async queue and push it to downstream Adjust blocksize based on the actual fragsize which PA reports Change-Id: I9629f4dd4ebaceeb1e05a34f9df9c6d2c9c31fb8
-
- Apr 29, 2020
-
-
Adam Brosan-Seldevig authored
Create a patch that makes dbus-cpp check the atomic dbus-cpp pending call state before calling the steal_reply method to check it has not already been completed. This solves an apparent race condition when dbus method-replies, for asynchronous calls, complete very quickly. Change-Id: I94a52b6a1d0f6a830df9936667830bddc60a95dd
-
- Apr 27, 2020
-
-
Linux Build Service Account authored
-
- Apr 23, 2020
-
-
Avinash Chandra authored
Pulse Process had no access to diag interface, hence QACT Rtac mode was not connecting while Running the usecase from PulseAudio level. registered the pulse process to diag group. Change-Id: I4c597e1007e380141dce2af7880a5ec50a9454e1
-
- Apr 16, 2020
-
-
Naveen Mittal authored
Add Depends on audio-melod-gst-noship, required for accessing melod shared headers. Change-Id: I4b82e601e169c3b268f13723d5db70353850d220
-
- Apr 09, 2020
-
-
Linux Build Service Account authored
-
- Apr 07, 2020
-
-
Rohan Baid authored
- Incorparate comments for the mpeg2 changes. - Add support for parsing Dual Mono LOAS/LATM streams. Change-Id: I73285484121236f8dfe8f99d9567d0eb45360bb6
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- Apr 06, 2020
-
-
Rohan Baid authored
- Add Gstreamer patches to support parsing and decoding of mpeg2 aac dual mono stream. Change-Id: I66bf86a75b68435b87756a450f7263fb1cd1af9d
-
- Apr 03, 2020
-
-
shrinivas kulkarni authored
HDMI playback usecases with external mclk use root sinks instead of the sink graph. The audiomanager sets the appropriate sink name in a temp file /tmp/loop-back-app-arguments. This is read by the loopback app or hdmi-player systemd unit file as an EnvironmentFile. Change-Id: I4db34d20640ac8e608b72badd00ccafc72a49067
-
Jehan Bing authored
The compressed_offload setting is in the mediaplayer database, not audiomanager. Change-Id: Iae5b41abd8692432b1a99c483f2d17bcf9ff8975
-
- Mar 31, 2020
-
-
Challa Shravya authored
Change-Id: Ifcdfddb3a9ab9d3bf15fa438e1bed85dd8449322
-
- Mar 19, 2020
-
-
Santhosh S authored
Absolute rendering required offset to be calculated based on incoming buffer timestamp and also the base time. when base time is non zero meaning if we are not the clock provider we need to slave. The offset calculation needs to be relooked and seeking with pulsedirectsink will not be accurate. Change-Id: I55fbe98f55e7ee500fd06b8c9355130bda5e9c94
-
Santhosh S authored
Capture the first buffer timestamp after first peek and make sure the same timestamp is assigned after the required blocksize of data is captured from pulseaudio. Change-Id: Ieb727f4e48cc3e7b1c68c494167f8ad41564957b
-
Santhosh S authored
Change-Id: I65db8ea9535ad635025c7d5cddf36d61d61afb0b
-
- Mar 18, 2020
-
-
Jenson, Kang authored
Change-Id: I2afbeee32c9575ce99abdac7465c72f54b953d9a Signed-off-by: Jenson, Kang <jensonk@codeaurora.org>
-
- Mar 16, 2020
-
-
Linux Build Service Account authored
-
- Mar 13, 2020
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Raj Anvekar authored
Change-Id: I511c4abeba508624820299497d1572148a2a3965
-
- Mar 11, 2020
-
-
Jehan Bing authored
If multiple instances of pa_config_update run concurrently, it could result in a corrupted/invalid configuration file. Use an exclusive file lock to ensure serialization. Change-Id: I04c90c864b283568bb4eb8742e8330259144eeb8
-
Jehan Bing authored
If PA is killed while still "activating", any dependency (e.g. voiceUI or audio-manager) waiting for the PA service to be ready before starting will never be started ("Job xxx/start failed with result 'dependency'") Change-Id: I014407e4d4d0a6cff55541772d26a7b4b7c8d379
-
- Mar 09, 2020
-
-
Santhosh S authored
- With pa_stream_write buffers are rendered by calculating the offset at which it has to be rendered in a pulseaudio stream and do ABSOLUTE rendering. Calculation of this offset was based on the samples w.r.t basetime and current running time which resulted in a fraction and had to be ceiled properly. Change-Id: Iad38bc1b6b2f8abce35baff612c6c593b61aa355
-
- Mar 06, 2020
-
-
Suresh Kumar Sugguna authored
Recipe changes required for newer header files in mediaplayer lib. These files are added to support livesource service. Change-Id: I302246a012032323f063a4a4adab2fe899058169 CRs-Fixed: 2632896
-
- Feb 28, 2020
-
-
Linux Build Service Account authored
Merge "meta-qti-adk: Select DSPC/WWE/SENSORY libs and models depending on 32/64 bit target" into adk-meta.lnx.1.0
-
Linux Build Service Account authored
-
- Feb 27, 2020
-
-
Abhinav Asati authored
-This enables single gerrit to generate eCRM for 32/64 bit images Change-Id: I81e85e86896d3cd50809e33068b6acb7c24e8f21
-
- Feb 19, 2020
-
-
Harshal Udas authored
Change-Id: I0a2a0c8f877b36a4b05423defb00cea822231a13
-
- Feb 12, 2020
-
-
Raj Anvekar authored
- Splitter_music/group_manager's channel map is set based on profile config setting during startup. - When timestamp mode is enabled and allplay slave onboarded the channel map will be overridden by allplay specific channel map. - Profile configuration should reflect the platform channel support irrespective of zone configuration setting. Change-Id: I3ee4c7c5784ba189a3f2eff83d19e6f073c84122
-
Linux Build Service Account authored
* changes: pulsedirectsink : Keep PA buffer attr max for compressed offload pulsedirectsink : Check stream and context availability
-
Linux Build Service Account authored
-
- Feb 11, 2020
-
-
Santhosh S authored
Change-Id: I0b730ee93c482c19b8f8be8044557aee8deb4dcb
-
- Feb 07, 2020
-
-
Naveen Mittal authored
adding support for dynamic hdmi out sink by using hdmi_proxy_remap as anchor and hdmi_proxy as null_sink making stereo_downmix child of spliter_music Change-Id: I1788303235c75e5a5820817d731e59568ceafea7 CRs-Fixed:2615927
-
- Feb 05, 2020
-
-
Jehan Bing authored
If the setting is false (or not set), TTP is disable: - use offload-low-latency for the local playback - don't enable timestamp_mode in the null sinks - don't add group_manager to the sink graph Change-Id: I9f95735430864c6b82d24772a551e6c11553d672
-
Kesava Guptha Muralidharan authored
- To be spawned when source device is selected as linein. - Launches loopback application with source as '2'. <Temp Gerrit for CES to exercise PostProcessing on LineIn> Change-Id: I72b792d41d0b5ba2ca548a2ae18b491e8c34bec3
-
- Feb 04, 2020
-
-
Santhosh S authored
- make sure you dont call any PA functions when strem/context not available during the course of playback Change-Id: Ic6429255afd3db651f53c3359adc839813a1b618
-
- Jan 29, 2020
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- Jan 22, 2020
-
-
Santhosh S authored
Change-Id: I63b7c7015c4990d20020e4e34bac376b9f75c064
-