Re: [PATCH v3 1/4] ASoC: DMIC: Adding the OMAP DMIC driver

2011-01-28 Thread Varadarajan, Charulatha
snip + +static int omap_dmic_set_dai_sysclk(struct snd_soc_dai *dai, +                                   int clk_id, unsigned int freq, +                                   int dir) +{ +       struct omap_dmic *dmic = snd_soc_dai_get_drvdata(dai); +       struct clk *dmic_clk, *parent_clk;

Re: [PATCH v3 1/4] ASoC: DMIC: Adding the OMAP DMIC driver

2011-01-27 Thread Varadarajan, Charulatha
On Wed, Jan 26, 2011 at 03:30, David Lambert dlamb...@ti.com wrote: This patch adds support for the OMAP4 digital microphone DAI. This DAI can support support recording in 2, 4, or 6 channels When provided with a 19.2Mhz functional clock, can encode at 96Khz or 192Khz (all channels must have

[PATCH v3 1/4] ASoC: DMIC: Adding the OMAP DMIC driver

2011-01-25 Thread David Lambert
This patch adds support for the OMAP4 digital microphone DAI. This DAI can support support recording in 2, 4, or 6 channels When provided with a 19.2Mhz functional clock, can encode at 96Khz or 192Khz (all channels must have the same sample rate). Details of the hardware interface can be found