From d36e8f20d438f871b4ae2334e1bdc76afc260081 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton <> Date: Mon, 21 Mar 2005 19:55:16 +0000 Subject: [PATCH] Fix AC3 output on alsa-lib ca0106.conf This fixes AC3 SPDIF output. It now correctly turns SPDIF OUT on when using the iec958 device. Signed-off-by: James Courtier-Dutton --- src/conf/cards/CA0106.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/cards/CA0106.conf b/src/conf/cards/CA0106.conf index b531ec50..4532b4ee 100644 --- a/src/conf/cards/CA0106.conf +++ b/src/conf/cards/CA0106.conf @@ -162,7 +162,7 @@ CA0106.pcm.iec958.0 { name "SPDIF Out" lock true preserve true - value 0 + value 1 } { name "IEC958 Playback Default" -- 2.47.1