From: Takashi Iwai Date: Tue, 2 Jun 2009 15:21:26 +0000 (+0200) Subject: Add IEC958 status bits support to SB-XFi.conf X-Git-Tag: v1.0.21~36 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bb956b7b70cfa1d0a325e49fecfab7bbe573222b;p=alsa-lib.git Add IEC958 status bits support to SB-XFi.conf Signed-off-by: Takashi Iwai --- diff --git a/src/conf/cards/SB-XFi.conf b/src/conf/cards/SB-XFi.conf index c9f3c5f8..f819731f 100644 --- a/src/conf/cards/SB-XFi.conf +++ b/src/conf/cards/SB-XFi.conf @@ -79,8 +79,32 @@ SB-XFi.pcm.iec958.0 { @args.AES3 { type integer } - type hw - card $CARD - device 4 - # FIXME: AES status bits + type asym + playback.pcm { + type hooks + slave.pcm { + type hw + card $CARD + device 4 + } + hooks.0 { + type ctl_elems + hook_args [ + { + interface PCM + name "IEC958 Playback PCM Stream" + device 4 + lock true + preserve true + value [ $AES0 $AES1 $AES2 $AES3 ] + } + ] + } + } + capture.pcm { + type hw + card $CARD + device 4 + } + hint.device 4 }