Skip to content

Commit 953a822

Browse files
Codrin CiubotariuAndrei Simion
authored andcommitted
ARM: configs: sama7: enable WM8731 codec driver
The WM8731 codec driver is needed when the Mikroe Proto Codec board sound card driver is replaced by another sound card (such as Microchip's ASRC card) and the WM8731 codec is used. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> (cherry picked from linux-6.1-trunk/at91/config) [andrei.simion: The WM8731 codec needs I2C, SPI and all these drivers need to be built in to be detected by ASRC sound card] Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
1 parent 5fd37db commit 953a822

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm/configs/sama7_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ CONFIG_SND_DYNAMIC_MINORS=y
188188
CONFIG_SND_MAX_CARDS=32
189189
CONFIG_SND_SOC=y
190190
CONFIG_SND_ATMEL_SOC=y
191-
CONFIG_SND_SOC_MIKROE_PROTO=m
191+
CONFIG_SND_SOC_MIKROE_PROTO=y
192192
CONFIG_SND_ATMEL_SOC_SSC_DMA=y
193193
CONFIG_SND_MCHP_SOC_I2S_MCC=y
194194
CONFIG_SND_MCHP_SOC_SPDIFTX=y
@@ -199,6 +199,9 @@ CONFIG_SND_MCHP_SOC_ASRC_CARD=y
199199
CONFIG_SND_SOC_DMIC=y
200200
CONFIG_SND_SOC_PCM5102A=y
201201
CONFIG_SND_SOC_SPDIF=y
202+
CONFIG_SND_SOC_WM8731=y
203+
CONFIG_SND_SOC_WM8731_I2C=y
204+
CONFIG_SND_SOC_WM8731_SPI=y
202205
CONFIG_SND_SIMPLE_CARD=y
203206
CONFIG_USB=y
204207
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

0 commit comments

Comments
 (0)