From 413adcf964cabb6b556cebfb947ade8eae9a2923 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 17 Jan 2012 16:54:44 +0530 Subject: [PATCH] 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. --- src/modules/alsa/mixer/profile-sets/default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/alsa/mixer/profile-sets/default.conf b/src/modules/alsa/mixer/profile-sets/default.conf index 283edfb39..fe51bc2b1 100644 --- a/src/modules/alsa/mixer/profile-sets/default.conf +++ b/src/modules/alsa/mixer/profile-sets/default.conf @@ -158,12 +158,14 @@ priority = 5 [Mapping iec958-ac3-surround-40] device-strings = a52:%f channel-map = front-left,front-right,rear-left,rear-right +paths-output = iec958-stereo-output priority = 2 direction = output [Mapping iec958-ac3-surround-51] device-strings = a52:%f channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe +paths-output = iec958-stereo-output priority = 3 direction = output