diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 39daf62d2bad..a1b777e79c59 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -2015,7 +2015,7 @@ static void __devinit snd_via82xx_proc_init(struct via82xx *chip) | |||
2015 | struct snd_info_entry *entry; | 2015 | struct snd_info_entry *entry; |
2016 | 2016 | ||
2017 | if (! snd_card_proc_new(chip->card, "via82xx", &entry)) | 2017 | if (! snd_card_proc_new(chip->card, "via82xx", &entry)) |
2018 | snd_info_set_text_ops(entry, chip, 1024, snd_via82xx_proc_read); | 2018 | snd_info_set_text_ops(entry, chip, snd_via82xx_proc_read); |
2019 | } | 2019 | } |
2020 | 2020 | ||
2021 | /* | 2021 | /* |