Skip to content

Commit 2e66dac

Browse files
pelwellpopcornmix
authored andcommitted
ASoC: bcm: Fix Rpi-PROTO and audioinjector.net Pi
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: #5364 Signed-off-by: Phil Elwell <[email protected]>
1 parent abc0b57 commit 2e66dac

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)