From: Richard Fitzgerald <rf@opensource.cirrus.com>
To: <broonie@kernel.org>, <tiwai@suse.com>
Cc: <patches@opensource.cirrus.com>, <linux-kernel@vger.kernel.org>,
<alsa-devel@alsa-project.org>,
Richard Fitzgerald <rf@opensource.cirrus.com>
Subject: [PATCH 0/2] firmware: cs_dsp: Switch to using namespaced exports
Date: Thu, 24 Nov 2022 13:45:54 +0000 [thread overview]
Message-ID: <20221124134556.3343784-1-rf@opensource.cirrus.com> (raw)
Use EXPORT_SYMBOL_NS_GPL() instead of EXPORT_SYMBOL_GPL() and patch the
three drivers that use cs_dsp to add the MODULE_IMPORT_NS().
To make the namespace more specific the KConfig symbol for cs_dsp is
changed from CS_DSP to FW_CS_DSP.
Richard Fitzgerald (2):
firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSP
firmware: cs_dsp: Make the exports namespaced
drivers/firmware/cirrus/Kconfig | 2 +-
drivers/firmware/cirrus/Makefile | 2 +-
drivers/firmware/cirrus/cs_dsp.c | 62 ++++++++++++++++----------------
sound/pci/hda/Kconfig | 2 +-
sound/pci/hda/cs35l41_hda.c | 1 +
sound/pci/hda/hda_cs_dsp_ctl.c | 1 +
sound/soc/codecs/Kconfig | 2 +-
sound/soc/codecs/wm_adsp.c | 1 +
8 files changed, 38 insertions(+), 35 deletions(-)
--
2.30.2
next reply other threads:[~2022-11-24 13:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-24 13:45 Richard Fitzgerald [this message]
2022-11-24 13:45 ` [PATCH 1/2] firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSP Richard Fitzgerald
2022-11-24 13:45 ` [PATCH 2/2] firmware: cs_dsp: Make the exports namespaced Richard Fitzgerald
2022-11-25 14:38 ` [PATCH 0/2] firmware: cs_dsp: Switch to using namespaced exports 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=20221124134556.3343784-1-rf@opensource.cirrus.com \
--to=rf@opensource.cirrus.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.cirrus.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