diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-06-25 11:56:17 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-06-25 11:56:22 +0200 |
commit | 6f7dae64150229b898da0445480ede94b27d5522 (patch) | |
tree | d2e5e23845d88e19abea717ca9e6cbe35c06ca4e /sound/pci/hda/Kconfig | |
parent | 634f3b4e7dde3827e3b81306416ec306b323e39b (diff) | |
parent | 6a7db25aad8ce6512b366d2ce1d0e60bac00a09d (diff) |
Merge branch 'for-linus' into for-next
Pull 6.10-rc devel branch for further cleanups of dmaengine and others.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 1252632f0ffa..bb15a0248250 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -162,6 +162,7 @@ config SND_HDA_SCODEC_CS35L56_I2C depends on ACPI || COMPILE_TEST depends on SND_SOC select FW_CS_DSP + imply SERIAL_MULTI_INSTANTIATE select SND_HDA_GENERIC select SND_SOC_CS35L56_SHARED select SND_HDA_SCODEC_CS35L56 @@ -178,6 +179,7 @@ config SND_HDA_SCODEC_CS35L56_SPI depends on ACPI || COMPILE_TEST depends on SND_SOC select FW_CS_DSP + imply SERIAL_MULTI_INSTANTIATE select SND_HDA_GENERIC select SND_SOC_CS35L56_SHARED select SND_HDA_SCODEC_CS35L56 |