[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45c62cab-a779-e843-9f98-a0d14d2bc97b@inbox.ru>
Date: Thu, 22 Jun 2023 09:30:10 +0300
From: Maxim Kochetkov <fido_max@...ox.ru>
To: Mark Brown <broonie@...nel.org>
Cc: alsa-devel@...a-project.org, Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Benjamin Mugnier <benjamin.mugnier@...s.st.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
Charles Keepax <ckeepax@...nsource.cirrus.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] ASoC: codecs: max98090: Allow dsp_a mode
On 21.06.2023 23:46, Mark Brown wrote:
>> Ok. How about that:
>> ---
>> sound/soc/codecs/max98090.c | 52 ++++++++++++++++++++-----------------
>> sound/soc/codecs/max98090.h | 2 ++
>> 2 files changed, 30 insertions(+), 24 deletions(-)
>
> That looks plausible, yes.
>
> I do note that the driver ignores tdm_width (and the entire TDM
> configuration) when configuring BCLK, I guess it only works in clock
> consumer mode for TDM? If that's the case there should really be some
> validation, and there should probably be a check for slot width being 16
> since that looks like the only thing supported. Those were already
> broken though.
Yep, tdm_width is not used in the driver and I can drop it. We already
have slot_width validation in set_tdm_slot(), so only 16 is allowed. I
didn't check/use clock provider mode. But it looks fine for me.
set_fmt() just sets frame width here: 32 - by default, 48/64 - 3/4 slots
if configured. We also check slots count in set_tdm_slots(). It will
work for I2S/TDM.
Powered by blists - more mailing lists