diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 02:35:59 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 02:35:59 +0300 |
commit | a3c6048dcfe3d7015e591b81c547b6df707b0859 (patch) | |
tree | 88262502d8c2d4886887380818291629fdc53c0b /sound/isa/gus/gus_uart.c | |
parent | 87cd9d7c8501e5da79de542340208b5f6ab4e1a4 (diff) | |
parent | cda9043d56cee9fea39e4ee33fd605ae477a1950 (diff) | |
download | linux-a3c6048dcfe3d7015e591b81c547b6df707b0859.tar.xz |
Merge branch 'topic/cs423x-merge' into for-linus
Diffstat (limited to 'sound/isa/gus/gus_uart.c')
-rw-r--r-- | sound/isa/gus/gus_uart.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sound/isa/gus/gus_uart.c b/sound/isa/gus/gus_uart.c index f0af3f79b08b..21cc42e4c4be 100644 --- a/sound/isa/gus/gus_uart.c +++ b/sound/isa/gus/gus_uart.c @@ -129,8 +129,14 @@ static int snd_gf1_uart_input_open(struct snd_rawmidi_substream *substream) } spin_unlock_irqrestore(&gus->uart_cmd_lock, flags); #if 0 - snd_printk("read init - enable = %i, cmd = 0x%x, stat = 0x%x\n", gus->uart_enable, gus->gf1.uart_cmd, snd_gf1_uart_stat(gus)); - snd_printk("[0x%x] reg (ctrl/status) = 0x%x, reg (data) = 0x%x (page = 0x%x)\n", gus->gf1.port + 0x100, inb(gus->gf1.port + 0x100), inb(gus->gf1.port + 0x101), inb(gus->gf1.port + 0x102)); + snd_printk(KERN_DEBUG + "read init - enable = %i, cmd = 0x%x, stat = 0x%x\n", + gus->uart_enable, gus->gf1.uart_cmd, snd_gf1_uart_stat(gus)); + snd_printk(KERN_DEBUG + "[0x%x] reg (ctrl/status) = 0x%x, reg (data) = 0x%x " + "(page = 0x%x)\n", + gus->gf1.port + 0x100, inb(gus->gf1.port + 0x100), + inb(gus->gf1.port + 0x101), inb(gus->gf1.port + 0x102)); #endif return 0; } |