From mboxrd@z Thu Jan 1 00:00:00 1970 From: mika.westerberg@iki.fi (Mika Westerberg) Date: Mon, 11 Oct 2010 10:38:16 +0300 Subject: [alsa-devel] [PATCH 4/4] ASoC: ep93xx: add Simplemachines Sim.One AC97 audio support In-Reply-To: References: Message-ID: <20101011073816.GC27142@gw.healthdatacare.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 11, 2010 at 09:22:51AM +0900, Jassi Brar wrote: > On Sun, Oct 10, 2010 at 7:54 PM, Mika Westerberg wrote: > > > + > > +static struct snd_soc_dai_link simone_dai = { > > + ? ? ? .name ? ? ? ? ? = "AC97", > > + ? ? ? .stream_name ? ?= "AC97 HiFi", > > + ? ? ? .cpu_dai ? ? ? ?= &ep93xx_ac97_dai, > > + ? ? ? .codec_dai ? ? ?= &ac97_dai, > > +}; > ASoC no longer works on cpu and codec_dai. You need to only > provide the name of the dais... ASoC does string matching to > link appropriate dais in a link. > > You might want to give another thorough look to all of your drivers > under the new ASoC. Thanks. Which tree/branch should I use for preparing the driver to work with the new ASoC? Is it the official git://git.alsa-project.org/alsa-kernel tree or something else? Regards, MW