From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
Masami Hiramatsu <mhiramat@kernel.org>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>,
alsa-devel@alsa-project.org,
linux-arm-kernel@lists.infradead.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
Lukas Bulwahn <lukas.bulwahn@gmail.com>
Subject: [PATCH 0/2] Kconfig symbol clean-up for sound
Date: Thu, 25 Nov 2021 10:51:56 +0100 [thread overview]
Message-ID: <20211125095158.8394-1-lukas.bulwahn@gmail.com> (raw)
Dear sound maintainers,
The script ./scripts/checkkconfigsymbols.py warns on invalid references to
Kconfig symbols (often, minor typos, name confusions or outdated references).
This is a patch series addressing the issues reported by
./scripts/checkkconfigsymbols.py in the ./sound/ directory for Kconfig files,
quickly filtered down with:
./scripts/checkkconfigsymbols.py | grep "sound.*Kconfig" -B 1
This patch series addresses:
SND_SOC_UNIPHIER_AIO_DMA
Referencing files: sound/soc/uniphier/Kconfig
SND_SOC_WCD937X
Referencing files: sound/soc/codecs/Kconfig
This patch series does not address:
CLK_FIXED_FCH
Referencing files: sound/soc/amd/Kconfig, sound/soc/amd/acp/Kconfig
Rationale: config definition has been submitted, but is still pending for
inclusion through another tree.
SND_SOC_AC97_BUS_NEW
Referencing files: sound/soc/pxa/Kconfig
Rationale: waiting for response; the kernel developer has been informed here:
https://lore.kernel.org/all/CAKXUXMzqgyNGEnxAMQqZiXJYSK-X8uB-nxHWwPg41H6yS0GWNg@mail.gmail.com/
Both patches in this series can be discussed and applied individually. They are
sent in one patch series, as they orginate from the investigation guided by the
same tool and hence share similar topics and resolutions.
Please pick this series of minor clean-up patches. It applies cleanly on next-20211124.
Best regards,
Lukas
Lukas Bulwahn (2):
ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead
sound/soc/codecs/Kconfig | 3 +--
sound/soc/uniphier/Kconfig | 2 --
2 files changed, 1 insertion(+), 4 deletions(-)
--
2.26.2
next reply other threads:[~2021-11-25 9:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 9:51 Lukas Bulwahn [this message]
2021-11-25 9:51 ` [PATCH 1/2] ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA Lukas Bulwahn
2021-11-26 5:24 ` Kunihiko Hayashi
2021-11-25 9:51 ` [PATCH 2/2] ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead Lukas Bulwahn
2021-11-25 13:37 ` [PATCH 0/2] Kconfig symbol clean-up for sound 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=20211125095158.8394-1-lukas.bulwahn@gmail.com \
--to=lukas.bulwahn@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=hayashi.kunihiko@socionext.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
--cc=perex@perex.cz \
--cc=srinivas.kandagatla@linaro.org \
--cc=suzuki.katsuhiro@socionext.com \
--cc=tiwai@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox