8 Jun
2011
8 Jun
'11
12:05 p.m.
On 06/06/11 06:57, Rajeev Kumar wrote:
This patch adds the support for the SPEAr13XX Platform Driver (I2S based) as per the ASoC framework.
SPEAr13XX internally uses a Designware I2S IP and some glue logic on top of the same.
Signed-off-by: Rajeev Kumar rajeev-dlh.kumar@st.com
snip
+}
+static int spear13xx_pcm_new(struct snd_card *card,
struct snd_soc_dai *dai, struct snd_pcm *pcm)
+{
Btw, this API call has recently been refactored to only accept 1 argument since you posted V4.
Thanks
Liam