Re: [alsa-devel] [PATCH 2/4] ASoC: simple-card: dynamically allocate the DAI link array

2014-02-25 Thread Jean-Francois Moine
On Mon, 24 Feb 2014 03:32:02 + "li.xi...@freescale.com" wrote: > > > @@ -20,7 +20,6 @@ struct simple_card_data { > > unsigned int daifmt; > > struct asoc_simple_dai cpu_dai; > > struct asoc_simple_dai codec_dai; > > - struct snd_soc_dai_link snd_link; > > }; > > > > static

Re: [alsa-devel] [PATCH 2/4] ASoC: simple-card: dynamically allocate the DAI link array

2014-02-25 Thread Jean-Francois Moine
On Mon, 24 Feb 2014 03:32:02 + li.xi...@freescale.com li.xi...@freescale.com wrote: @@ -20,7 +20,6 @@ struct simple_card_data { unsigned int daifmt; struct asoc_simple_dai cpu_dai; struct asoc_simple_dai codec_dai; - struct snd_soc_dai_link snd_link; };