summaryrefslogtreecommitdiff
path: root/drivers/mmc/card
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-02-22 17:02:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-29 16:30:54 -0800
commit2a8e5e8a2df18812c60720fa0534c29c9f1c17b6 (patch)
tree0a24ba34cac87b1e1d0d1ef0c8c4147bf9ef6d81 /drivers/mmc/card
parent32818d15fe50ef5465fc635252ca4c2c1bcf1673 (diff)
downloadlinux-rt-2a8e5e8a2df18812c60720fa0534c29c9f1c17b6.tar.gz
ALSA: hda - Fix redundant jack creations for cx5051
[Note that since the patch isn't applicable (and unnecessary) to 3.3-rc, there is no corresponding upstream fix.] The cx5051 parser calls snd_hda_input_jack_add() in the init callback to create and initialize the jack detection instances. Since the init callback is called at each time when the device gets woken up after suspend or power-saving mode, the duplicated instances are accumulated at each call. This ends up with the kernel warnings with the too large array size. The fix is simply to move the calls of snd_hda_input_jack_add() into the parser section instead of the init callback. The fix is needed only up to 3.2 kernel, since the HD-audio jack layer was redesigned in the 3.3 kernel. Reported-by: Russell King <rmk+kernel@arm.linux.org.uk> Tested-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mmc/card')
0 files changed, 0 insertions, 0 deletions