From: Nathan Chancellor <nathan@kernel.org>
To: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>
Cc: Charles Keepax <ckeepax@opensource.cirrus.com>,
Maciej Strozek <mstrozek@opensource.cirrus.com>,
Bard Liao <yung-chuan.liao@linux.intel.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Zhang Yi <zhangyi@everest-semi.com>,
linux-sound@vger.kernel.org, patches@opensource.cirrus.com,
linux-kernel@vger.kernel.org,
Nathan Chancellor <nathan@kernel.org>
Subject: [PATCH 2/3] ASoC: codecs: Adjust indentation in CONFIG_SND_SOC_ES9356 definition
Date: Tue, 26 May 2026 14:53:13 -0700 [thread overview]
Message-ID: <20260526-es9356-dep-fixes-v1-2-39ac16f43d54@kernel.org> (raw)
In-Reply-To: <20260526-es9356-dep-fixes-v1-0-39ac16f43d54@kernel.org>
The indentation of CONFIG_SND_SOC_ES9356 uses spaces, instead of the
Kconfig standard using tabs. Adjust it.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
sound/soc/codecs/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index a7c61f7c7f4c..9b6c7c7533bb 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1301,10 +1301,10 @@ config SND_SOC_ES8389
depends on I2C
config SND_SOC_ES9356
- tristate "Everest Semi ES9356 CODEC SDW"
- depends on SOUNDWIRE
- select REGMAP_SOUNDWIRE
- select REGMAP_SOUNDWIRE_MBQ
+ tristate "Everest Semi ES9356 CODEC SDW"
+ depends on SOUNDWIRE
+ select REGMAP_SOUNDWIRE
+ select REGMAP_SOUNDWIRE_MBQ
config SND_SOC_FRAMER
tristate "Framer codec"
--
2.54.0
next prev parent reply other threads:[~2026-05-26 21:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-26 21:53 [PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA Nathan Chancellor
2026-05-26 21:53 ` [PATCH 1/3] ASoC: SDCA: Make CONFIG_SND_SOC_SDCA a user selectable symbol Nathan Chancellor
2026-05-26 21:53 ` Nathan Chancellor [this message]
2026-05-26 21:53 ` [PATCH 3/3] ASoC: es9356-sdca: Depend on CONFIG_SND_SOC_SDCA Nathan Chancellor
2026-05-26 23:01 ` [PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260526-es9356-dep-fixes-v1-2-39ac16f43d54@kernel.org \
--to=nathan@kernel.org \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.cirrus.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mstrozek@opensource.cirrus.com \
--cc=patches@opensource.cirrus.com \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.dev \
--cc=tiwai@suse.com \
--cc=yung-chuan.liao@linux.intel.com \
--cc=zhangyi@everest-semi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.