18 Mar
2013
18 Mar
'13
4:39 p.m.
On 03/18/2013 12:34 AM, Kuninori Morimoto wrote:
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c
+static const struct snd_soc_component_driver tegra30_i2s_component = {
- .name = "tegra30-i2s",
For all the Tegra files, that should really be:
.name = DRV_NAME,
From a brief grep, the same comment /might/ apply to omap/omap-hdmi.c
and fsl/mpc5200_psc_ac97.c.
But aside from that, these patches look fine.