mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 11:55:28 +02:00
ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE
[ Upstream commit 9b1effff19
]
The ACPI IDs used in the CS35L56 HDA drivers are all handled by the
serial multi-instantiate driver which starts multiple Linux device
instances from a single ACPI Device() node.
As serial multi-instantiate is not an optional part of the system add it
as a dependency in Kconfig so that it is not overlooked.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://lore.kernel.org/20240619161602.117452-1-simont@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
86a6a3964f
commit
94288fc3a1
|
@ -141,6 +141,7 @@ config SND_HDA_SCODEC_CS35L56_I2C
|
|||
depends on ACPI || COMPILE_TEST
|
||||
depends on SND_SOC
|
||||
select FW_CS_DSP
|
||||
select SERIAL_MULTI_INSTANTIATE
|
||||
select SND_HDA_GENERIC
|
||||
select SND_SOC_CS35L56_SHARED
|
||||
select SND_HDA_SCODEC_CS35L56
|
||||
|
@ -155,6 +156,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
|
|||
depends on ACPI || COMPILE_TEST
|
||||
depends on SND_SOC
|
||||
select FW_CS_DSP
|
||||
select SERIAL_MULTI_INSTANTIATE
|
||||
select SND_HDA_GENERIC
|
||||
select SND_SOC_CS35L56_SHARED
|
||||
select SND_HDA_SCODEC_CS35L56
|
||||
|
|
Loading…
Reference in New Issue
Block a user