Skip to content

Commit 1fe4cfb

Browse files
pelwelllimeng-linux
authored andcommitted
ASoC: bcm: Fix Rpi-PROTO and audioinjector.net Pi
commit a35b5dac8810f6e13c0eae5950b5c6d2227613de from https://github.com/raspberrypi/linux.git rpi-6.1.y As of kernel 5.19 the WM8731 driver has separate I2C and SPI support modules. Change the Kconfig definitions for the audioinjector.net Pi and Rpi-PROTO soundcards to select SND_SOC_WM8731_I2C. See: raspberrypi/linux#5364 Signed-off-by: Phil Elwell <[email protected]> Signed-off-by: Meng Li <[email protected]>
1 parent 674ed0b commit 1fe4cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/bcm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ config SND_BCM2708_SOC_RPI_DAC
135135
config SND_BCM2708_SOC_RPI_PROTO
136136
tristate "Support for Rpi-PROTO"
137137
depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
138-
select SND_SOC_WM8731
138+
select SND_SOC_WM8731_I2C
139139
help
140140
Say Y or M if you want to add support for Audio Codec Board PROTO (WM8731).
141141

@@ -206,7 +206,7 @@ config SND_BCM2708_SOC_ADAU1977_ADC
206206
config SND_AUDIOINJECTOR_PI_SOUNDCARD
207207
tristate "Support for audioinjector.net Pi add on soundcard"
208208
depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
209-
select SND_SOC_WM8731
209+
select SND_SOC_WM8731_I2C
210210
help
211211
Say Y or M if you want to add support for audioinjector.net Pi Hat
212212

0 commit comments

Comments
 (0)