public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] firmware: cs_dsp: Switch to using namespaced exports
@ 2022-11-24 13:45 Richard Fitzgerald
  2022-11-24 13:45 ` [PATCH 1/2] firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSP Richard Fitzgerald
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Fitzgerald @ 2022-11-24 13:45 UTC (permalink / raw)
  To: broonie, tiwai; +Cc: patches, linux-kernel, alsa-devel, Richard Fitzgerald

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-25 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 13:45 [PATCH 0/2] firmware: cs_dsp: Switch to using namespaced exports Richard Fitzgerald
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox