8 May
2012
8 May
'12
7:51 p.m.
On Tue, May 08, 2012 at 03:57:24PM +0200, Ola Lilja wrote:
+int ux500_pcm_new(struct snd_soc_pcm_runtime *rtd) +{
- struct snd_pcm *pcm = rtd->pcm;
- dev_dbg(rtd->platform->dev, "%s: Enter.\n", __func__);
- pcm->info_flags = 0;
- strcpy(pcm->name, "UX500_PCM");
Hrm, this looks like the framework is missing something - you should just be able to just configure this in your driver and have things copied in for you.