[alsa-devel] [PATCH 2/3] ALSA: hda - fix Copyright debug message

Takashi Iwai tiwai at suse.de
Mon Aug 13 10:06:56 CEST 2012


At Mon, 13 Aug 2012 14:11:10 +0800,
Wang Xingchao wrote:
> 
> As spec said, 1 indicates no copyright is asserted.
> 
> Signed-off-by: Wang Xingchao <xingchao.wang at intel.com>

Applied to for-linus branch (to be merge to 3.6 kernel).
I also added Cc to stable, as this is an obvious bug to be fixed.

thanks,

Takashi

> ---
>  sound/pci/hda/hda_proc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c
> index a222aae..bb9e8f9 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)
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 


More information about the Alsa-devel mailing list