]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2012 16:52:05 +0000 (09:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2012 16:52:05 +0000 (09:52 -0700)
added patches:
alsa-hda-fix-copyright-debug-message.patch

queue-3.4/alsa-hda-fix-copyright-debug-message.patch [new file with mode: 0644]
queue-3.4/series

diff --git a/queue-3.4/alsa-hda-fix-copyright-debug-message.patch b/queue-3.4/alsa-hda-fix-copyright-debug-message.patch
new file mode 100644 (file)
index 0000000..b5aed38
--- /dev/null
@@ -0,0 +1,30 @@
+From 088c820b732dbfd515fc66d459d5f5777f79b406 Mon Sep 17 00:00:00 2001
+From: Wang Xingchao <xingchao.wang@intel.com>
+Date: Mon, 13 Aug 2012 14:11:10 +0800
+Subject: ALSA: hda - fix Copyright debug message
+
+From: Wang Xingchao <xingchao.wang@intel.com>
+
+commit 088c820b732dbfd515fc66d459d5f5777f79b406 upstream.
+
+As spec said, 1 indicates no copyright is asserted.
+
+Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ 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)
index a41f87f09467e1b2c42b76404bc9882ec2b53a8b..1999eb69a6b7bcd828b02f11b6c750976c41af48 100644 (file)
@@ -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