Patch "ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control" has been added to the 5.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control

to the 5.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 of the patch is:
     asoc-rt5514-fix-event-generation-for-dsp-voice-wake-up-control.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From 4213ff556740bb45e2d9ff0f50d056c4e7dd0921 Mon Sep 17 00:00:00 2001
From: Mark Brown <broonie@xxxxxxxxxx>
Date: Thu, 28 Apr 2022 17:24:44 +0100
Subject: ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control

From: Mark Brown <broonie@xxxxxxxxxx>

commit 4213ff556740bb45e2d9ff0f50d056c4e7dd0921 upstream.

The driver has a custom put function for "DSP Voice Wake Up" which does
not generate event notifications on change, instead returning 0. Since we
already exit early in the case that there is no change this can be fixed
by unconditionally returning 1 at the end of the function.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
Cc: stable@xxxxxxxxxxxxxxx
Link: https://lore.kernel.org/r/20220428162444.3883147-1-broonie@xxxxxxxxxx
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 sound/soc/codecs/rt5514.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/codecs/rt5514.c
+++ b/sound/soc/codecs/rt5514.c
@@ -419,7 +419,7 @@ static int rt5514_dsp_voice_wake_up_put(
 		}
 	}
 
-	return 0;
+	return 1;
 }
 
 static const struct snd_kcontrol_new rt5514_snd_controls[] = {


Patches currently in stable-queue which might be from broonie@xxxxxxxxxx are

queue-5.4/asoc-rt5645-fix-errorenous-cleanup-order.patch
queue-5.4/asoc-wm2000-fix-missing-clk_disable_unprepare-on-err.patch
queue-5.4/asoc-mxs-saif-fix-refcount-leak-in-mxs_saif_probe.patch
queue-5.4/asoc-rk3328-fix-disabling-mclk-on-pclk-probe-failure.patch
queue-5.4/asoc-rt5514-fix-event-generation-for-dsp-voice-wake-up-control.patch
queue-5.4/regulator-core-fix-enable_count-imbalance-with-exclu.patch
queue-5.4/spi-spi-ti-qspi-fix-return-value-handling-of-wait_fo.patch
queue-5.4/asoc-max98357a-remove-dependency-on-gpiolib.patch
queue-5.4/asoc-fsl-fix-refcount-leak-in-imx_sgtl5000_probe.patch
queue-5.4/asoc-mediatek-fix-missing-of_node_put-in-mt2701_wm89.patch
queue-5.4/asoc-tscs454-add-endianness-flag-in-snd_soc_componen.patch
queue-5.4/spi-stm32-qspi-fix-wait_cmd-timeout-in-apm-mode.patch
queue-5.4/regulator-pfuze100-fix-refcount-leak-in-pfuze_parse_.patch
queue-5.4/asoc-dapm-don-t-fold-register-value-changes-into-not.patch
queue-5.4/spi-img-spfi-fix-pm_runtime_get_sync-error-checking.patch
queue-5.4/spi-spi-rspi-remove-setting-src-dst-_-addr-addr_widt.patch
queue-5.4/asoc-mediatek-fix-error-handling-in-mt8173_max98090_.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux