projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c235d1
)
ALSA: ASoC - Fix a typo in Kconfig
author
Takashi Iwai
<tiwai@suse.de>
Thu, 30 Oct 2008 16:53:19 +0000
(17:53 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 30 Oct 2008 16:53:19 +0000
(17:53 +0100)
The last change to Kconfig
ca53fb24dd21bff32c4b41b2be1035a1adfc0135
added a wrong item SND_SOC_AC97, which must be SND_SOC_AC97_CODEC.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index 3c76cae68b4a7e48d763092912edc4b26d38b468..0fd3341e6e3b1454e7c2d03c3f17ed656e92e7d0 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-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