Patch ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker has been added to the 3.0-stable tree

2012-11-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker has been added to the 3.4-stable tree

2012-11-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker has been added to the 3.6-stable tree

2012-11-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker to the 3.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

[PATCH] ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker

2012-11-21 Thread David Henningsson
If this array is not cleared, the jack related code later might fail to create Internal Speaker Phantom Jack on Dell Inspiron 3420 and Dell Vostro 2420. BugLink: https://bugs.launchpad.net/bugs/1076840 Cc: stable@vger.kernel.org (3.6+) Signed-off-by: David Henningsson

Re: [PATCH] ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker

2012-11-21 Thread Takashi Iwai
At Wed, 21 Nov 2012 10:03:10 +0100, David Henningsson wrote: If this array is not cleared, the jack related code later might fail to create Internal Speaker Phantom Jack on Dell Inspiron 3420 and Dell Vostro 2420. BugLink: https://bugs.launchpad.net/bugs/1076840 Cc: stable@vger.kernel.org