summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/cs4281.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/cs4281.c')
-rw-r--r--sys/dev/sound/pci/cs4281.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c
index c7b70debe94e..769603a0a5b7 100644
--- a/sys/dev/sound/pci/cs4281.c
+++ b/sys/dev/sound/pci/cs4281.c
@@ -425,6 +425,7 @@ cs4281chan_trigger(kobj_t obj, void *data, int go)
adcdac_prog(ch);
adcdac_go(ch, 1);
break;
+ case PCMTRIG_STOP:
case PCMTRIG_ABORT:
adcdac_go(ch, 0);
break;