[alsa-devel] [PATCH v2 1/7] ASoC: tegra: Add a TDM configuration callback
Ben Dooks
ben.dooks at codethink.co.uk
Tue Sep 24 11:26:54 CEST 2019
>> + pm_runtime_get_sync(dai->dev);
>> + regmap_update_bits(i2s->regmap, TEGRA30_I2S_SLOT_CTRL, mask, val);
>> + regmap_update_bits(i2s->regmap, TEGRA30_I2S_CH_CTRL,
>> + TEGRA30_I2S_CH_CTRL_FSYNC_WIDTH_MASK,
>> + (1 - 1) << TEGRA30_I2S_CH_CTRL_FSYNC_WIDTH_SHIFT);
>
> So this is just 0, so it would be simpler just to write 0. Feel free to
> add a comment.
>
> Cheers
> Jon
Ok, will consider setting this to "0". Thanks.
--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius
https://www.codethink.co.uk/privacy.html
More information about the Alsa-devel
mailing list