From: <bob...@us...> - 2007-08-03 07:35:33
|
Revision: 1221 http://hackndev.svn.sourceforge.net/hackndev/?rev=1221&view=rev Author: bobofdoom Date: 2007-08-03 00:35:28 -0700 (Fri, 03 Aug 2007) Log Message: ----------- PalmT650: Auto-select SND_SOC_WM9712 when Treo 650 SoC audio driver is chosen. Modified Paths: -------------- linux4palm/linux/trunk/sound/soc/pxa/Kconfig Modified: linux4palm/linux/trunk/sound/soc/pxa/Kconfig =================================================================== --- linux4palm/linux/trunk/sound/soc/pxa/Kconfig 2007-08-02 23:36:28 UTC (rev 1220) +++ linux4palm/linux/trunk/sound/soc/pxa/Kconfig 2007-08-03 07:35:28 UTC (rev 1221) @@ -172,6 +172,7 @@ tristate "SoC Audio support for Palm Treo 650" depends on SND_PXA2XX_SOC && MACH_XSCALE_PALMTREO650 select SND_PXA2XX_SOC_AC97 + select SND_SOC_WM9712 help Say Y if you want to add support for SoC audio on the Palm Treo 650. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |