ASoC: Fix typo in MPC5200 PSC AC97 driver Kconfig
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 28 Jun 2009 07:41:52 +0000 (01:41 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 30 Jun 2009 09:23:40 +0000 (10:23 +0100)
ALSA SoC drivers should be specify SND_SOC_AC97_BUS instead, not AC97_BUS.
Without SND_SOC_AC97_BUS defined, an AC97 device will not get correctly
registered on the AC97 bus, which prevents thinks like the WM9712
touchscreen driver from getting probed.

Tested against 2.6.31-rc1.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found