Re: [PATCH 2/5] ASoC: DMIC codec: Adding a generic DMIC codec

2010-12-28 Thread Mark Brown
On Mon, Dec 27, 2010 at 10:17:03PM -0600, David Lambert wrote: At this time, the codec driver just registers the codec DAI. If it's doing more than that it's going to be a separate driver anyway I expect. +static struct snd_soc_dai_driver dmic_dai = { + .name = dmic-hifi, + .capture

[PATCH 2/5] ASoC: DMIC codec: Adding a generic DMIC codec

2010-12-27 Thread David Lambert
This codec is to be used by the DMIC driver to control the DMIC codec. This driver will be used on future implementations of the DMIC driver to support codec specific features. At this time, the codec driver just registers the codec DAI. Signed-off-by: David Lambert dlamb...@ti.com ---