This is a note to let you know that I've just added the patch titled ASoC: wm_hubs: Add missing break in hp_supply_event() to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-wm_hubs-add-missing-break-in-hp_supply_event.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 268ff14525edba31da29a12a9dd693cdd6a7872e Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Wed, 30 Oct 2013 08:35:02 +0100 Subject: ASoC: wm_hubs: Add missing break in hp_supply_event() From: Takashi Iwai <tiwai@xxxxxxx> commit 268ff14525edba31da29a12a9dd693cdd6a7872e upstream. Spotted by coverity CID 115170. Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/codecs/wm_hubs.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c @@ -530,6 +530,7 @@ static int hp_supply_event(struct snd_so hubs->hp_startup_mode); break; } + break; case SND_SOC_DAPM_PRE_PMD: snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1, Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.10/alsa-hda-fix-unbalanced-runtime-pm-refcount-after-s3-s4.patch queue-3.10/asoc-wm_hubs-add-missing-break-in-hp_supply_event.patch queue-3.10/alsa-fix-oops-in-snd_pcm_info-caused-by-asoc-dpcm.patch queue-3.10/alsa-hda-add-a-fixup-for-asus-n76vz.patch queue-3.10/asoc-dapm-fix-source-list-debugfs-outputs.patch queue-3.10/alsa-hda-add-missing-initial-vmaster-hook-at-build_controls-callback.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html