[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201006151649.07554.PeterHuewe@gmx.de>
Date: Tue, 15 Jun 2010 16:49:07 +0200
From: Peter Hüwe <PeterHuewe@....de>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@...mlogic.co.uk>, linux-sh@...r.kernel.org,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
Kuninori Morimoto <morimoto.kuninori@...esas.com>,
Guennadi Liakhovetski <g.liakhovetski@....de>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] soc/sh: Fix I2C dependency for SND_FSI_AK4642
Am Montag 14 Juni 2010 18:10:34 schrieb Mark Brown:
> On Mon, Jun 14, 2010 at 05:39:41PM +0200, Peter Huewe wrote:
> > bool "FSI-AK4642 sound support"
> > depends on SND_SOC_SH4_FSI
> > select SND_SOC_AK4642
> > + select I2C
>
> I'd have thought a depends was more appropriate. Arguably you want to
> depend on the SH I2C driver since the driver is useless without the
> relevant I2C controller.
>
Thanks for pointing this out - I had also a closer look at the codecs and the
other FSI related codec (da7210.c) depends on I2C too.
So maybe even move the dependency up to SND_SOC_SH4_FSI
since both codecs rely on I2C?
So something like this would be more appropriate?
config SND_SOC_SH4_FSI
tristate "SH4 FSI support"
+ depends on CONFIG_I2C_SH_MOBILE
help
This option enables FSI sound support
If you think this patch sounds correct, I can create a new 'official' patch.
Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists