From dbffcd437e7a2a54b32e8b64e026dec300e817df Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 29 Jan 2003 17:02:18 +0000 Subject: [PATCH] - use the channel B for surround40 and 51. --- src/conf/cards/CMI8738-MC6.conf | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/conf/cards/CMI8738-MC6.conf b/src/conf/cards/CMI8738-MC6.conf index e7fd18f2..dfe00de5 100644 --- a/src/conf/cards/CMI8738-MC6.conf +++ b/src/conf/cards/CMI8738-MC6.conf @@ -30,7 +30,30 @@ CMI8738-MC6.pcm.rear.0 { -CMI8738-MC6.pcm.surround40.0 "cards.CMI8738-MC6.pcm.front.0" +CMI8738-MC6.pcm.surround40.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hooks + slave.pcm { + type hw + card $CARD + device 1 + } + hooks.0 { + type ctl_elems + hook_args [ + { + name "Four Channel Mode" + lock true + preserve true + value false + } + ] + } +} + -- 2.47.1