mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
e037cb4a54
commit
088c820b73
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue