diff options
author | Wang Xingchao <xingchao.wang@intel.com> | 2012-08-13 10:11:10 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-08-13 12:02:01 +0400 |
commit | 088c820b732dbfd515fc66d459d5f5777f79b406 (patch) | |
tree | cf9d49eecb8f1302dba5e71e34e50d52d887cb7d /sound/pci | |
parent | e037cb4a54e26b5f55f856e0e7445cfcfb2f3d31 (diff) | |
download | linux-088c820b732dbfd515fc66d459d5f5777f79b406.tar.xz |
ALSA: hda - fix Copyright debug message
As spec said, 1 indicates no copyright is asserted.
Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-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 7e46258fc700..6894ec66258c 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c @@ -412,7 +412,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer, if (digi1 & AC_DIG1_EMPHASIS) snd_iprintf(buffer, " Preemphasis"); if (digi1 & AC_DIG1_COPYRIGHT) - snd_iprintf(buffer, " Copyright"); + snd_iprintf(buffer, " Non-Copyright"); if (digi1 & AC_DIG1_NONAUDIO) snd_iprintf(buffer, " Non-Audio"); if (digi1 & AC_DIG1_PROFESSIONAL) |