Hi Mark,
Le 18/06/2010 02:56, Mark Brown a écrit :
On Thu, Jun 17, 2010 at 03:44:01PM +0200, Eric Bénard wrote:
- tdm slot has to be configured to get sound working on i.MX25
Signed-off-by: Eric Bénarderic@eukrea.com
Applied but I had to hand apply the Kconfig update, please check that it applied correctly.
Yes this seems fine, sorry I wasn't rebased against the right tree.
This Kconfig seems to have unecessary things into it : - config SND_MXC_SOC_SSI : not used in the kernel - 1st board : depends on SND_IMX_SOC select SND_MXC_SOC_SSI - 2nd board : select SND_MXC_SOC_SSI but doesn't depends on SND_IMX_SOC - 3rd board : select SND_IMX_SOC
Do you have any idea what SND_MXC_SOC_SSI is used for ?
Please find attached a patch which should clean this Kconfig. If it's ok for you, I'll submit it the right way.
Eric