2 Jul
2011
2 Jul
'11
10:16 p.m.
On Fri, Jul 01, 2011 at 01:56:15PM -0600, Stephen Warren wrote:
+struct snd_soc_dai_driver tegra_spdif_dai = {
- .name = DRV_NAME ".0",
This looks wrong - what's with the .0? If there can be only one device there should be no number, if there can be multiple devices hard coding is bad karma. Either way the number should come from the instantiation.