aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/isa/wss/wss_lib.c2
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 "