Skip to content

Commit 1e7e0a2

Browse files
committed
LoongArch: Update HD-audio codec configs
The HD-audio codec driver configs have been updated again the drivers got split with different kconfigs. Enable all Realtek HD-audio codecs and HDMI codecs (except for NVIDIA_MCP and TEGRA) per request. Fixes: 1d8dd98 ("ALSA: hda/realtek: Enable drivers as default") Fixes: 81231ad ("ALSA: hda/hdmi: Enable drivers as default") Cc: [email protected] Reviewed-by: Huacai Chen <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 80d2a9e commit 1e7e0a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/loongarch/configs/loongson3_defconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,23 @@ CONFIG_SND_HDA_HWDEP=y
784784
CONFIG_SND_HDA_INPUT_BEEP=y
785785
CONFIG_SND_HDA_PATCH_LOADER=y
786786
CONFIG_SND_HDA_CODEC_REALTEK=y
787+
CONFIG_SND_HDA_CODEC_REALTEK_LIB=y
788+
CONFIG_SND_HDA_CODEC_ALC260=y
789+
CONFIG_SND_HDA_CODEC_ALC262=y
790+
CONFIG_SND_HDA_CODEC_ALC268=y
791+
CONFIG_SND_HDA_CODEC_ALC269=y
792+
CONFIG_SND_HDA_CODEC_ALC662=y
793+
CONFIG_SND_HDA_CODEC_ALC680=y
794+
CONFIG_SND_HDA_CODEC_ALC861=y
795+
CONFIG_SND_HDA_CODEC_ALC861VD=y
796+
CONFIG_SND_HDA_CODEC_ALC880=y
797+
CONFIG_SND_HDA_CODEC_ALC882=y
787798
CONFIG_SND_HDA_CODEC_SIGMATEL=y
788799
CONFIG_SND_HDA_CODEC_HDMI=y
800+
CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
801+
CONFIG_SND_HDA_CODEC_HDMI_INTEL=y
802+
CONFIG_SND_HDA_CODEC_HDMI_ATI=y
803+
CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=y
789804
CONFIG_SND_HDA_CODEC_CONEXANT=y
790805
CONFIG_SND_USB_AUDIO=m
791806
CONFIG_SND_SOC=m

0 commit comments

Comments
 (0)