![](https://secure.gravatar.com/avatar/a4d7fe45060cbcfde94fe104d9ac2a7f.jpg?s=120&d=mm&r=g)
14 Aug
2014
14 Aug
'14
8:42 a.m.
Hi there,
In implementing a codec/driver combination, I found that I have to re-write some of the snd_soc_dai_link with device tree related entries : http://mailman.alsa-project.org/pipermail/alsa-devel/2014-August/080034.html
Can anyone explain to me why we have to do this, a little confused here ? For example :
driver_dai.codec_name = NULL; driver_dai.codec_of_node = of_parse_phandle(np, .....
Why can't the codec be found from the codec_name which matches the previously probed codec ?
thanks Matt