aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-05-17 19:21:39 +0200
committerJaroslav Kysela <perex@suse.cz>2004-05-17 19:21:39 +0200
commit05058ebd91982b0fae48752f097e92633f3cbdb2 (patch)
tree39db703ead7c674df744f4bc5dfdfa6062070ff7 /sound
parent588d8e80e78305e4904e32546510c43ac402bd01 (diff)
downloadhistory-05058ebd91982b0fae48752f097e92633f3cbdb2.tar.gz
ALSA CVS update - Clemens Ladisch <clemens@ladisch.de>
CS4231 driver add missing closing brace
Diffstat (limited to 'sound')
-rw-r--r--sound/isa/cs423x/cs4231_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c
index 5ef81d4ff1d53..741ea0d4b9df1 100644
--- a/sound/isa/cs423x/cs4231_lib.c
+++ b/sound/isa/cs423x/cs4231_lib.c
@@ -994,6 +994,7 @@ irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id, struct pt_regs *regs)
if (status & CS4231_PLAYBACK_IRQ) {
if (chip->playback_substream)
snd_pcm_period_elapsed(chip->playback_substream);
+ }
if (status & CS4231_RECORD_IRQ) {
if (chip->capture_substream) {
snd_cs4231_overrange(chip);