]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
authorSharique Mohammad <sharq0406@gmail.com>
Wed, 15 Oct 2025 13:42:15 +0000 (15:42 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 18:53:19 +0000 (19:53 +0100)
commit7a37291ed40a33a5f6c3d370fdde5ee0d8f7d0e4
tree2002ccebc7e41e18104f20a6a7679ab785308179
parentfcd298fdc2a32f1d90cdf9a452c5c5fdc6e8d137
ASoC: max98090/91: fixed max98091 ALSA widget powering up/down

The widgets DMIC3_ENA and DMIC4_ENA must be defined in the DAPM
suppy widget, just like DMICL_ENA and DMICR_ENA. Whenever they
are turned on or off, the required startup or shutdown sequences
must be taken care by the max98090_shdn_event.

Signed-off-by: Sharique Mohammad <sharq0406@gmail.com>
Link: https://patch.msgid.link/20251015134215.750001-1-sharq0406@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.c