diff options
Diffstat (limited to 'sound/pci/hda/hda_proc.c')
-rw-r--r-- | sound/pci/hda/hda_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index ca514a6a5875..3db009990c5f 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c | |||
@@ -318,7 +318,7 @@ int snd_hda_codec_proc_new(struct hda_codec *codec) | |||
318 | if (err < 0) | 318 | if (err < 0) |
319 | return err; | 319 | return err; |
320 | 320 | ||
321 | snd_info_set_text_ops(entry, codec, 32 * 1024, print_codec_info); | 321 | snd_info_set_text_ops(entry, codec, print_codec_info); |
322 | return 0; | 322 | return 0; |
323 | } | 323 | } |
324 | 324 | ||