summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioHwDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AudioFlinger: more DTS passthrough supportPhil Burk2015-04-091-11/+14
| | | | | | | | Pass format for AC3 or DTS to SPDIF encoder. Bug: 18292317 Change-Id: I6d80eb548cb431bac3390ebb3235146171344291 Signed-off-by: Phil Burk <philburk@google.com>
* AudioFlinger: call SPDIF wrapper from AudioFlingerPhil Burk2015-03-241-0/+94
Create an interface layer between the AudioFlinger and the HAL that manages the wrapping and format conversion. Removed unnecessary includes. Handle rate conversion in getRenderPosition(). Try to open HAL with encoded format before wrapping with SPDIF. Bug: 17566660 Change-Id: I00ad888ca15ff0f85b85efb8167c7f5ea761a244 Signed-off-by: Phil Burk <philburk@google.com>