Skip to content

Commit 18f4efa

Browse files
Phil Elwellpopcornmix
authored andcommitted
bcmrpi_defconfigs: Add SND_SOC_WM8804_I2C (for HifiBerry Digi)
4.1 has split out support for the I2C and SPI variants, so it now necessary to explicitly enable the I2C support.
1 parent 5edaac5 commit 18f4efa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
823823
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
824824
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
825825
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
826+
CONFIG_SND_SOC_WM8804_I2C=m
826827
CONFIG_SND_SIMPLE_CARD=m
827828
CONFIG_SOUND_PRIME=m
828829
CONFIG_HIDRAW=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
816816
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
817817
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
818818
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
819+
CONFIG_SND_SOC_WM8804_I2C=m
819820
CONFIG_SND_SIMPLE_CARD=m
820821
CONFIG_SOUND_PRIME=m
821822
CONFIG_HIDRAW=y

0 commit comments

Comments
 (0)