[PATCH v2 2/5] ASoC: samsung: i2s: add support for FSD I2S
Mark Brown
broonie at kernel.org
Tue Jan 3 19:09:22 CET 2023
On Tue, Jan 03, 2023 at 10:26:10AM +0530, Padmanabhan Rajanbabu wrote:
> +void fsd_i2s_fixup_early(struct snd_pcm_substream *substream,
> + struct snd_soc_dai *dai)
> +{
> + struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
> + struct i2s_dai *i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
> + struct i2s_dai *other = get_other_dai(i2s);
> +
> + if (!is_opened(other)) {
> + i2s_set_sysclk(dai, SAMSUNG_I2S_CDCLK, 192, SND_SOC_CLOCK_OUT);
> + i2s_set_sysclk(dai, SAMSUNG_I2S_OPCLK, 0, MOD_OPCLK_PCLK);
> + }
> +}
This looks like we're just hard coding to 192kHz?
-------------- 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/20230103/4bdbabe7/attachment-0001.sig>
More information about the Alsa-devel
mailing list