From: Wang Xingchao Date: Mon, 13 Aug 2012 06:11:10 +0000 (+0800) Subject: ALSA: hda - fix Copyright debug message X-Git-Tag: firefly_0821_release~7541^2~774 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33fe660ca2679c4d0234a49cffb82001a57ab003;p=firefly-linux-kernel-4.4.55.git ALSA: hda - fix Copyright debug message commit 088c820b732dbfd515fc66d459d5f5777f79b406 upstream. As spec said, 1 indicates no copyright is asserted. Signed-off-by: Wang Xingchao Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index 6fe944a386c2..d0e5dececfbd 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c @@ -406,7 +406,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)