Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fsl: imx-es8328: Remove leftover gpio initialisation

The gpio field is not used anymore, remove the leftover.
This also fixes the compilation error after the ...

Fixes: 9855f05e5536 ("ASoC: fsl: imx-es8328: Switch to using gpiod API")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240325191341.3977321-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Andy Shevchenko and committed by
Mark Brown
6a928341 b340f56a

-1
-1
sound/soc/fsl/imx-es8328.c
··· 28 28 29 29 static struct snd_soc_jack_gpio headset_jack_gpios[] = { 30 30 { 31 - .gpio = -1, 32 31 .name = "headset-gpio", 33 32 .report = SND_JACK_HEADSET, 34 33 .invert = 0,