audio: fix remote submix sampling rates
Only list 48000 Hz in supported sampling rates for remote submix output and input stream profiles to avoid mismatch betwen playback and capture. Bug: 10900252. Change-Id: Id96e914caeb42e8f4aa5fe4e55e19156cdd67b58
This commit is contained in:
parent
45c763947b
commit
962a0a4d75
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ audio_hw_modules {
|
|||
r_submix {
|
||||
outputs {
|
||||
submix {
|
||||
sampling_rates 44100|48000
|
||||
sampling_rates 48000
|
||||
channel_masks AUDIO_CHANNEL_OUT_STEREO
|
||||
formats AUDIO_FORMAT_PCM_16_BIT
|
||||
devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX
|
||||
|
@ -54,7 +54,7 @@ audio_hw_modules {
|
|||
}
|
||||
inputs {
|
||||
submix {
|
||||
sampling_rates 44100|48000
|
||||
sampling_rates 48000
|
||||
channel_masks AUDIO_CHANNEL_IN_STEREO
|
||||
formats AUDIO_FORMAT_PCM_16_BIT
|
||||
devices AUDIO_DEVICE_IN_REMOTE_SUBMIX
|
||||
|
|
Loading…
Reference in a new issue