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 32bb3d9bfc62..045e5d32f5de 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c | |||
@@ -415,7 +415,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer, | |||
415 | if (digi1 & AC_DIG1_EMPHASIS) | 415 | if (digi1 & AC_DIG1_EMPHASIS) |
416 | snd_iprintf(buffer, " Preemphasis"); | 416 | snd_iprintf(buffer, " Preemphasis"); |
417 | if (digi1 & AC_DIG1_COPYRIGHT) | 417 | if (digi1 & AC_DIG1_COPYRIGHT) |
418 | snd_iprintf(buffer, " Copyright"); | 418 | snd_iprintf(buffer, " Non-Copyright"); |
419 | if (digi1 & AC_DIG1_NONAUDIO) | 419 | if (digi1 & AC_DIG1_NONAUDIO) |
420 | snd_iprintf(buffer, " Non-Audio"); | 420 | snd_iprintf(buffer, " Non-Audio"); |
421 | if (digi1 & AC_DIG1_PROFESSIONAL) | 421 | if (digi1 & AC_DIG1_PROFESSIONAL) |