mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
ALSA: ASoC - Fix a typo in Kconfig
The last change to Kconfig ca53fb24dd
added a wrong item SND_SOC_AC97, which must be SND_SOC_AC97_CODEC.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0c235d1e83
commit
0763722d28
@ -1,6 +1,6 @@
|
||||
config SND_SOC_ALL_CODECS
|
||||
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_AD73311 if I2C
|
||||
select SND_SOC_AK4535 if I2C
|
||||
|
Loading…
Reference in New Issue
Block a user