Commit 7599224c authored by Wang Xingchao's avatar Wang Xingchao Committed by Ben Hutchings

ALSA: hda - fix Copyright debug message

commit 088c820b upstream.

As spec said, 1 indicates no copyright is asserted.
Signed-off-by: default avatarWang Xingchao <xingchao.wang@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 8147cc25
...@@ -412,7 +412,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer, ...@@ -412,7 +412,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer,
if (digi1 & AC_DIG1_EMPHASIS) if (digi1 & AC_DIG1_EMPHASIS)
snd_iprintf(buffer, " Preemphasis"); snd_iprintf(buffer, " Preemphasis");
if (digi1 & AC_DIG1_COPYRIGHT) if (digi1 & AC_DIG1_COPYRIGHT)
snd_iprintf(buffer, " Copyright"); snd_iprintf(buffer, " Non-Copyright");
if (digi1 & AC_DIG1_NONAUDIO) if (digi1 & AC_DIG1_NONAUDIO)
snd_iprintf(buffer, " Non-Audio"); snd_iprintf(buffer, " Non-Audio");
if (digi1 & AC_DIG1_PROFESSIONAL) if (digi1 & AC_DIG1_PROFESSIONAL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment