Patch "ASoC: Intel: Skylake: Fix Kconfig dependency" has been added to the 6.1-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: Intel: Skylake: Fix Kconfig dependency

to the 6.1-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-intel-skylake-fix-kconfig-dependency.patch
and it can be found in the queue-6.1 subdirectory.

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



commit ab22f18be3a61d192dba0a7c6f67c969aae6d1ea
Author: Lili Li <lili.li@xxxxxxxxx>
Date:   Mon Nov 21 18:47:42 2022 +0800

    ASoC: Intel: Skylake: Fix Kconfig dependency
    
    [ Upstream commit e5d4d2b23aed20a7815d1b500dbcd50af1da0023 ]
    
    Commit e4746d94d00c ("ASoC: Intel: Skylake: Introduce HDA codec init and
    exit routines") introduced HDA codec init routine which depends on SND_HDA.
    Select SND_SOC_HDAC_HDA unconditionally to fix following compile error:
    ERROR: modpost: "snd_hda_codec_device_init" [sound/soc/intel/skylake/snd-soc-skl.ko] undefined!
    
    Fixes: e4746d94d00c ("ASoC: Intel: Skylake: Introduce HDA codec init and exit routines")
    Reviewed-by: Junxiao Chang <junxiao.chang@xxxxxxxxx>
    Suggested-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx>
    Signed-off-by: Lili Li <lili.li@xxxxxxxxx>
    Reviewed-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20221121104742.1007486-1-lili.li@xxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index d2ca710ac3fa..ac799de4f7fd 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -177,7 +177,7 @@ config SND_SOC_INTEL_SKYLAKE_COMMON
 	select SND_HDA_DSP_LOADER
 	select SND_SOC_TOPOLOGY
 	select SND_SOC_INTEL_SST
-	select SND_SOC_HDAC_HDA if SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
+	select SND_SOC_HDAC_HDA
 	select SND_SOC_ACPI_INTEL_MATCH
 	select SND_INTEL_DSP_CONFIG
 	help



[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