From: Clemens Ladisch Date: Fri, 30 Nov 2007 07:13:40 +0000 (+0100) Subject: oxygen: remove softvol plugin X-Git-Tag: v1.0.16rc1~38 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e68bd91cf9fae09f3ad9a351416f87f0fc06db81;p=alsa-lib.git oxygen: remove softvol plugin Remove the softvol plugin from all other CMI8788 devices. --- diff --git a/src/conf/cards/CMI8788.conf b/src/conf/cards/CMI8788.conf index 59b560cb..0ca71e9d 100644 --- a/src/conf/cards/CMI8788.conf +++ b/src/conf/cards/CMI8788.conf @@ -9,15 +9,8 @@ CMI8788.pcm.front.0 { @args.CARD { type string } - type softvol - slave.pcm { - type hw - card $CARD - } - control { - name "PCM Playback Volume" - card $CARD - } + type hw + card $CARD } # default with dmix & dsnoop @@ -50,16 +43,9 @@ CMI8788.pcm.surround40.0 { @args.CARD { type string } - type softvol - slave.pcm { - type hw - card $CARD - channels 4 - } - control { - name "PCM Playback Volume" - card $CARD - } + type hw + card $CARD + channels 4 } @@ -72,16 +58,9 @@ CMI8788.pcm.surround51.0 { @args.CARD { type string } - type softvol - slave.pcm { - type hw - card $CARD - channels 6 - } - control { - name "PCM Playback Volume" - card $CARD - } + type hw + card $CARD + channels 6 } @@ -91,16 +70,9 @@ CMI8788.pcm.surround71.0 { @args.CARD { type string } - type softvol - slave.pcm { - type hw - card $CARD - channels 8 - } - control { - name "PCM Playback Volume" - card $CARD - } + type hw + card $CARD + channels 8 }