alsa-mixer: Fix mixer path for AC3 profiles

The recent change to turn off the IEC958 element for analog paths
exposed a bug in AC3 profiles. These were inheriting the analog output
path instead of explicitly selecting the iec958 path.

Thanks to David Henningsson for pointing this out.
This commit is contained in:
Arun Raghavan 2012-01-17 16:54:44 +05:30
parent 717701aa71
commit 413adcf964

View file

@ -158,12 +158,14 @@ priority = 5
[Mapping iec958-ac3-surround-40] [Mapping iec958-ac3-surround-40]
device-strings = a52:%f device-strings = a52:%f
channel-map = front-left,front-right,rear-left,rear-right channel-map = front-left,front-right,rear-left,rear-right
paths-output = iec958-stereo-output
priority = 2 priority = 2
direction = output direction = output
[Mapping iec958-ac3-surround-51] [Mapping iec958-ac3-surround-51]
device-strings = a52:%f device-strings = a52:%f
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
paths-output = iec958-stereo-output
priority = 3 priority = 3
direction = output direction = output