Re: [PATCH v6 12/16] ASoC: codecs: add MT6357 support

2024-07-19 Thread Alexandre Mergnat
On 21/06/2024 14:44, Mark Brown wrote: On Wed, Jun 19, 2024 at 04:46:48PM +0200, amerg...@baylibre.com wrote: + /* gain default values*/ + regmap_update_bits(priv->regmap, MT6357_AUDENC_ANA_CON0, MT6357_AUDPREAMPLGAIN_MASK, + UL_GAIN_0DB <<

Re: [PATCH v6 12/16] ASoC: codecs: add MT6357 support

2024-06-21 Thread Mark Brown
On Wed, Jun 19, 2024 at 04:46:48PM +0200, amerg...@baylibre.com wrote: > From: Nicolas Belin > > Add the support of MT6357 PMIC audio codec. This breaks an x86 allmodconfig build: /build/stage/linux/sound/soc/codecs/mt6357.c: In function ‘mt_delay_250_event’:

Re: [PATCH v6 12/16] ASoC: codecs: add MT6357 support

2024-06-21 Thread Mark Brown
On Wed, Jun 19, 2024 at 04:46:48PM +0200, amerg...@baylibre.com wrote: > + /* gain default values*/ > + regmap_update_bits(priv->regmap, MT6357_AUDENC_ANA_CON0, > MT6357_AUDPREAMPLGAIN_MASK, > +UL_GAIN_0DB << MT6357_AUDPREAMPLGAIN_SFT); > +

Re: [PATCH v6 12/16] ASoC: codecs: add MT6357 support

2024-06-19 Thread AngeloGioacchino Del Regno
Il 19/06/24 16:46, amerg...@baylibre.com ha scritto: From: Nicolas Belin Add the support of MT6357 PMIC audio codec. Signed-off-by: Nicolas Belin Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno

[PATCH v6 12/16] ASoC: codecs: add MT6357 support

2024-06-19 Thread amergnat
From: Nicolas Belin Add the support of MT6357 PMIC audio codec. Signed-off-by: Nicolas Belin Signed-off-by: Alexandre Mergnat --- sound/soc/codecs/Kconfig |7 + sound/soc/codecs/Makefile |2 + sound/soc/codecs/mt6357.c | 1898 +