Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0763722d authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ASoC - Fix a typo in Kconfig



The last change to Kconfig ca53fb24
added a wrong item SND_SOC_AC97, which must be SND_SOC_AC97_CODEC.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0c235d1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config SND_SOC_ALL_CODECS
config SND_SOC_ALL_CODECS
	tristate "Build all ASoC CODEC drivers"
	tristate "Build all ASoC CODEC drivers"
	select SND_SOC_AC97 if SND_SOC_AC97_BUS
	select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
	select SND_SOC_AD1980 if SND_SOC_AC97_BUS
	select SND_SOC_AD1980 if SND_SOC_AC97_BUS
	select SND_SOC_AD73311 if I2C
	select SND_SOC_AD73311 if I2C
	select SND_SOC_AK4535 if I2C
	select SND_SOC_AK4535 if I2C