diff options
author | Rene Herman <rene.herman@gmail.com> | 2008-08-08 10:39:21 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-13 05:46:29 -0400 |
commit | 3caf8c080ef0bd0ccdc20bb57b150b6e40a86fd3 (patch) | |
tree | ed8cb0e49ccd3a9cc2fc6061db88e86772435473 /sound/isa | |
parent | c534cc849097b84aae70c349770d982e20d0b16a (diff) |
ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
Signed-off-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/wss/wss_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/wss/wss_lib.c b/sound/isa/wss/wss_lib.c index 011da7a2315d..6b7a0fc6f71d 100644 --- a/sound/isa/wss/wss_lib.c +++ b/sound/isa/wss/wss_lib.c | |||
@@ -282,7 +282,7 @@ static void snd_wss_debug(struct snd_wss *chip) | |||
282 | printk(KERN_DEBUG | 282 | printk(KERN_DEBUG |
283 | "CS4231 REGS: INDEX = 0x%02x " | 283 | "CS4231 REGS: INDEX = 0x%02x " |
284 | " STATUS = 0x%02x\n", | 284 | " STATUS = 0x%02x\n", |
285 | wss_inb(chip, CS4231P(REGSEL), | 285 | wss_inb(chip, CS4231P(REGSEL)), |
286 | wss_inb(chip, CS4231P(STATUS))); | 286 | wss_inb(chip, CS4231P(STATUS))); |
287 | printk(KERN_DEBUG | 287 | printk(KERN_DEBUG |
288 | " 0x00: left input = 0x%02x " | 288 | " 0x00: left input = 0x%02x " |