Skip to content

Commit

Permalink
audio: modify config files for hdmi multichannel
Browse files Browse the repository at this point in the history
- Add new usecase for HiFi2 audio playback
- Add hdmi output device

Bug: 7156174
Change-Id: Ic37fc0e3cfdd519f57b72d85203c9112dd92e1fa
Signed-off-by: Iliyan Malchev <[email protected]>
  • Loading branch information
SathishKumar Mani authored and Iliyan Malchev committed Oct 7, 2012
1 parent 10ad1e3 commit 078d264
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audio_policy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ audio_hw_modules {
devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
}
hdmi {
sampling_rates 44100|48000
channel_masks dynamic
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_AUX_DIGITAL
flags AUDIO_OUTPUT_FLAG_DIRECT
}
}
inputs {
primary {
Expand Down
Loading

0 comments on commit 078d264

Please sign in to comment.