diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-12-18 13:07:35 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:02:28 +0100 |
commit | 1a5965b72209db9db453bc0049393e0d54cf85cb (patch) | |
tree | 4a2af4778831f09505a860945d5672b7f1d5cc96 /sound | |
parent | 9102cd1c35c9be223e0f60b7c42cb581f0d42f1a (diff) | |
download | linux-3.10-1a5965b72209db9db453bc0049393e0d54cf85cb.tar.gz linux-3.10-1a5965b72209db9db453bc0049393e0d54cf85cb.tar.bz2 linux-3.10-1a5965b72209db9db453bc0049393e0d54cf85cb.zip |
[ALSA] Fix AC97_BUS in soc/pxa/Kconfig
Fixed the renamed AC97_BUS in soc/pxa/Kconfig file.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/pxa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index a07598cdab3..579e1c8d2b2 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -15,7 +15,7 @@ config SND_PXA2XX_AC97 config SND_PXA2XX_SOC_AC97 tristate - select SND_AC97_BUS + select AC97_BUS select SND_SOC_AC97_BUS config SND_PXA2XX_SOC_I2S |