[alsa-devel] [PATCH 47/53] ASoC: switch over to use snd_soc_register_component() on tegra30 i2s
Stephen Warren
swarren at wwwdotorg.org
Mon Mar 18 16:39:14 CET 2013
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.
More information about the Alsa-devel
mailing list