Skip to content

Commit 859d976

Browse files
committed
arm: multi_v7_defconfig: Update HD-audio configs
Since the reorganization of HD-audio drivers, Realtek and HDMI codec drivers have been split. Update to the new Kconfigs to catch up. Fixes: aeeb85f ("ALSA: hda: Split Realtek HD-audio codec driver") Fixes: 73cd049 ("ALSA: hda/hdmi: Split vendor codec drivers") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/[email protected] Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 7828740 commit 859d976

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,11 @@ CONFIG_SND=m
791791
CONFIG_SND_HDA_TEGRA=m
792792
CONFIG_SND_HDA_INPUT_BEEP=y
793793
CONFIG_SND_HDA_PATCH_LOADER=y
794-
CONFIG_SND_HDA_CODEC_REALTEK=m
794+
CONFIG_SND_HDA_CODEC_REALTEK=y
795+
CONFIG_SND_HDA_CODEC_REALTEK_LIB=m
796+
CONFIG_SND_HDA_CODEC_ALC269=m
795797
CONFIG_SND_HDA_CODEC_HDMI=m
798+
CONFIG_SND_HDA_CODEC_HDMI_TEGRA=m
796799
CONFIG_SND_USB_AUDIO=m
797800
CONFIG_SND_SOC=m
798801
CONFIG_SND_ATMEL_SOC=m

0 commit comments

Comments
 (0)