diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 0df7602568e2..a4e5b8115a6c 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2645,7 +2645,7 @@ static void __devinit snd_intel8x0_proc_init(struct intel8x0 * chip) | |||
2645 | struct snd_info_entry *entry; | 2645 | struct snd_info_entry *entry; |
2646 | 2646 | ||
2647 | if (! snd_card_proc_new(chip->card, "intel8x0", &entry)) | 2647 | if (! snd_card_proc_new(chip->card, "intel8x0", &entry)) |
2648 | snd_info_set_text_ops(entry, chip, 1024, snd_intel8x0_proc_read); | 2648 | snd_info_set_text_ops(entry, chip, snd_intel8x0_proc_read); |
2649 | } | 2649 | } |
2650 | #else | 2650 | #else |
2651 | #define snd_intel8x0_proc_init(x) | 2651 | #define snd_intel8x0_proc_init(x) |