On Thu, Feb 24, 2011 at 01:50, <[email protected]> wrote: > Revision 9627 Author scott Date 2011-02-24 01:50:00 -0500 (Thu, 24 Feb 2011) > > Log Message > > asoc: ad193x driver update to 2.6.37 > > Modified: trunk/sound/soc/blackfin/bf5xx-ad193x.c (9626 => 9627) > > - .codec_name = "ad193x-codec.5", > +#if defined(CONFIG_SND_SOC_AD193X_SPI) > + .codec_name = "spi0.5", > +#elif defined(CONFIG_SND_SOC_AD193X_I2C) > + .codec_name = "ad193x-codec.0-0004", > +#endif
hmm, are you sure this spi name is correct ? i cant see any other codec driver using a name like this in the tree. looking at soc-core.c, it seems that just "ad193x.5" should be sufficient ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
