[alsa-devel] [PATCH 10/10] ASoC: Add codec component for AD242x nodes
Mark Brown
broonie at kernel.org
Mon Dec 16 15:23:13 CET 2019
On Mon, Dec 09, 2019 at 07:35:11PM +0100, Daniel Mack wrote:
> + /*
> + * Setting clock inversion is only supported globally for both DAIs,
> + * so we ignore the settings made for DAI1 here.
> + */
> + if (index == 0) {
> + switch (format & SND_SOC_DAIFMT_INV_MASK) {
> + case SND_SOC_DAIFMT_NB_NF:
I dunno if it's a blocker but it'd feel nicer to try to verify that the
settings are the same and warn if not.
> +static int ad242x_set_dai_fmt_dai0(struct snd_soc_dai *codec_dai,
> + unsigned int format)
> +{
> + return ad242x_set_dai_fmt(codec_dai, format, 0);
> +}
> +
> +static int ad242x_set_dai_fmt_dai1(struct snd_soc_dai *codec_dai,
> + unsigned int format)
> +{
> + return ad242x_set_dai_fmt(codec_dai, format, 1);
> +}
You don't need separate ops, just look at dai->id.
> +module_platform_driver(ad242x_platform_driver);
> +
> +MODULE_AUTHOR("Daniel Mack <daniel at zonque.org>");
> +MODULE_DESCRIPTION("AD242X ALSA SoC driver");
> +MODULE_LICENSE("GPL");
Should have a MODULE_ALIAS() as well for autoloading.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20191216/e76af5dc/attachment.sig>
More information about the Alsa-devel
mailing list