From fb405765d90d69b185dd5f3ae4bad642327e64e4 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Mon, 12 Jul 2010 12:24:22 -0500 Subject: alsa: fix mixer profiles, add passthrough config Signed-off-by: Pierre-Louis Bossart --- src/modules/alsa/mixer/profile-sets/default.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/modules/alsa/mixer') diff --git a/src/modules/alsa/mixer/profile-sets/default.conf b/src/modules/alsa/mixer/profile-sets/default.conf index 5d352f1c..f470d604 100644 --- a/src/modules/alsa/mixer/profile-sets/default.conf +++ b/src/modules/alsa/mixer/profile-sets/default.conf @@ -112,12 +112,16 @@ direction = output [Mapping iec958-stereo] device-strings = iec958:%f channel-map = left,right +paths-input = iec958-stereo-input +paths-output = iec958-stereo-output priority = 5 -[Mapping iec958-surround-40] +[Mapping iec958-passthrough] device-strings = iec958:%f -channel-map = front-left,front-right,rear-left,rear-right -priority = 1 +channel-map = left,right +direction = output +paths-output = iec958-passthrough-output +priority = 5 [Mapping iec958-ac3-surround-40] device-strings = a52:%f -- cgit