* [PATCH] ASoC: export snd_soc_register_component
@ 2013-03-26 22:38 Stephen Warren
2013-03-26 22:50 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2013-03-26 22:38 UTC (permalink / raw)
To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Stephen Warren, Kuninori Morimoto
From: Stephen Warren <swarren@nvidia.com>
Without this, modules will fail to link against those symbols.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
sound/soc/soc-core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 7ae68b0..561d589 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -4195,6 +4195,7 @@ error_component_name:
return ret;
}
+EXPORT_SYMBOL_GPL(snd_soc_register_component);
/**
* snd_soc_unregister_component - Unregister a component from the ASoC core
@@ -4220,6 +4221,7 @@ found:
dev_dbg(dev, "ASoC: Unregistered component '%s'\n", cmpnt->name);
kfree(cmpnt->name);
}
+EXPORT_SYMBOL_GPL(snd_soc_unregister_component);
/* Retrieve a card's name from device tree */
int snd_soc_of_parse_card_name(struct snd_soc_card *card,
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: export snd_soc_register_component
2013-03-26 22:38 [PATCH] ASoC: export snd_soc_register_component Stephen Warren
@ 2013-03-26 22:50 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-03-26 22:50 UTC (permalink / raw)
To: Stephen Warren
Cc: alsa-devel, Stephen Warren, Liam Girdwood, Kuninori Morimoto
[-- Attachment #1.1: Type: text/plain, Size: 200 bytes --]
On Tue, Mar 26, 2013 at 04:38:19PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> Without this, modules will fail to link against those symbols.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-26 22:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 22:38 [PATCH] ASoC: export snd_soc_register_component Stephen Warren
2013-03-26 22:50 ` Mark Brown
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.