[v4 07/18] ASoC: mediatek: mt8186: support i2s in platform driver
Mark Brown
broonie at kernel.org
Thu Apr 28 14:13:47 CEST 2022
On Thu, Apr 28, 2022 at 05:33:44PM +0800, Jiaxin Yu wrote:
> +/* clock source control */
> +static const char * const mt8186_i2s_src_str[] = {
> + "Master", "Slave"
> +};
> +
> +static const struct soc_enum mt8186_i2s_src_enum[] = {
> + SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(mt8186_i2s_src_str),
> + mt8186_i2s_src_str),
> +};
Not clear why this is user visible? Shouldn't the machine driver be
setting this. Also please use more modern provider/consumer terminology
for the clocking.
> +static int mt8186_i2s_hd_set(struct snd_kcontrol *kcontrol,
> + struct snd_ctl_elem_value *ucontrol)
> +{
> + return -EINVAL;
> + }
> +
> + i2s_priv->low_jitter_en = hd_en;
> +
> + return 0;
> +}
Same issue as on the other patch with the events - like I said there
mixer-test will find a bunch of these issues for you.
-------------- 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/20220428/8f35210d/attachment.sig>
More information about the Alsa-devel
mailing list