| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Fixes Chromecast streaming!
Change-Id: Iae2ce082d45f91997b58df8284b25efb66aa67e4
Signed-off-by: Kyle Repinski <repinski23@gmail.com>
Conflicts:
BoardConfig.mk
|
|
|
|
|
|
|
| |
Added support for simultaneous capture from front and back
mics.
Change-Id: Ica1b75fe432f419272ae92e8ab04b1d34524c189
|
|
|
|
|
|
| |
Bug 6615379.
Change-Id: I5ef2cc168bbe26b40c49e602d6345c1b64c2b1b0
|
|
|
|
|
|
|
|
|
| |
Added a dedicated audio output stream for multichannel HDMI.
This output stream is used when an HDMI sink supporting 6 or 8
PCM channels is connected and 5.1 or 7.1 multichannel content it played.
Change-Id: I7ad1cd6be4c2b3a9e24a4811aa87e7223badedc4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement one output stream with short buffers and
one output stream with deep buffers.
The stream with short buffers is selected for most use cases and
provides short latency. It uses TONES_DL port and IOCTL write mode.
The stream with deep buffers is used for music playback.
It uses MM_DL port and MMAP NOIRQ write mode.
The deep buffer stream is not used when the device selection is
BT SCO, HDMI or SPDIF.
The echo reference is only taken from the short buffer stream.
Change-Id: I60ef720e52e96970b8b6618f9f43f24baadce60b
|
|
|
|
|
| |
Change-Id: Ia6b6caf67f3c2e53431d7b65c3a30c57975faa2a
Signed-off-by: Mike Lockwood <lockwood@google.com>
|
|
|
|
| |
Change-Id: Ia2d0f55fc065e7071d9f5207e0dc91b63f554759
|
|
Added audio policy manager configuration file.
Change-Id: I62163e203a42596ac69b2971c5c0fa99817b33b3
|