From: Greg Kroah-Hartman Date: Mon, 27 Aug 2012 16:52:09 +0000 (-0700) Subject: 3.5-stable patches X-Git-Tag: v3.5.4~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b7fb2ec824f9176168320f2c5a3a23773452aa6;p=thirdparty%2Fkernel%2Fstable-queue.git 3.5-stable patches added patches: alsa-hda-fix-copyright-debug-message.patch --- diff --git a/queue-3.5/alsa-hda-fix-copyright-debug-message.patch b/queue-3.5/alsa-hda-fix-copyright-debug-message.patch new file mode 100644 index 00000000000..b5aed38a165 --- /dev/null +++ b/queue-3.5/alsa-hda-fix-copyright-debug-message.patch @@ -0,0 +1,30 @@ +From 088c820b732dbfd515fc66d459d5f5777f79b406 Mon Sep 17 00:00:00 2001 +From: Wang Xingchao +Date: Mon, 13 Aug 2012 14:11:10 +0800 +Subject: ALSA: hda - fix Copyright debug message + +From: Wang Xingchao + +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 + +--- + sound/pci/hda/hda_proc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/sound/pci/hda/hda_proc.c ++++ b/sound/pci/hda/hda_proc.c +@@ -412,7 +412,7 @@ static void print_digital_conv(struct sn + 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) diff --git a/queue-3.5/series b/queue-3.5/series index a41f87f0946..1999eb69a6b 100644 --- a/queue-3.5/series +++ b/queue-3.5/series @@ -1,2 +1,3 @@ usb-vt6656-remove-__devinit-from-the-struct-usb_device_id-table.patch usb-emi62-remove-__devinit-from-the-struct-usb_device_id-table.patch +alsa-hda-fix-copyright-debug-message.patch