
Hi,
On Wed, Aug 19, 2009 at 1:25 PM, Kuninori Morimotomorimoto.kuninori@renesas.com wrote:
This is very simple driver for ALSA It supprt headphone output and stereo input only
Signed-off-by: Kuninori Morimoto morimoto.kuninori@renesas.com
[...]
diff --git a/sound/soc/codecs/ak464x.c b/sound/soc/codecs/ak464x.c new file mode 100644 index 0000000..d2ef80d --- /dev/null +++ b/sound/soc/codecs/ak464x.c @@ -0,0 +1,525 @@ +/*
- ak464x.c -- AK464x ALSA Soc Audio driver
[...]
Should this driver also be able to drive AK4641? I'm asking because I was going to submit a driver for that chip, written by Harald Welte, which I updated for the new device model registration:
http://git.linuxtogo.org/?p=ph5/kernel.git;a=commit;h=a5d321110db38c4f469c2b...
AK4641 only seems to have registers 0x00 to 0x13, so if it is sufficiently different to warrant a separate driver, maybe this driver should be renamed to AK4643 or whatever is the lowest numbered AK464x that has the register layout in your patch.
regards Philipp