5 May
2011
5 May
'11
6:26 p.m.
On Wed, May 04, 2011 at 10:34:51PM +0800, Mark Brown wrote:
+static struct snd_soc_dai_driver upd9976_dais[] = { +{
- .name = "upd9976-audio",
- .playback = {
Just drop the audio from the name, it's a CODEC so it's obviously audio.
Giving it a second look, I recall why I added this "-audio", because there is another interface on the codec driver called "voice port", so in the future, I would expect to add a new dai driver called "upd9976-voice". So that's the differentiation. :)
I'm finished with all the changes according to you guys' comments. After I do a thorough test, I'll resend this patchset. Thanks.
--
guanqun