diff options
Diffstat (limited to 'sound/pci/mixart/mixart.c')
-rw-r--r-- | sound/pci/mixart/mixart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/mixart/mixart.c b/sound/pci/mixart/mixart.c index 01f7f37a8410..934dec98e2ce 100644 --- a/sound/pci/mixart/mixart.c +++ b/sound/pci/mixart/mixart.c | |||
@@ -1175,7 +1175,7 @@ static void snd_mixart_proc_read(struct snd_info_entry *entry, | |||
1175 | 1175 | ||
1176 | snd_iprintf(buffer, "\tstreaming : %d\n", streaming); | 1176 | snd_iprintf(buffer, "\tstreaming : %d\n", streaming); |
1177 | snd_iprintf(buffer, "\tmailbox : %d\n", mailbox); | 1177 | snd_iprintf(buffer, "\tmailbox : %d\n", mailbox); |
1178 | snd_iprintf(buffer, "\tinterrups handling : %d\n\n", interr); | 1178 | snd_iprintf(buffer, "\tinterrupts handling : %d\n\n", interr); |
1179 | } | 1179 | } |
1180 | } /* endif elf loaded */ | 1180 | } /* endif elf loaded */ |
1181 | } | 1181 | } |