diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-01 10:49:18 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-05-19 13:19:14 +0200 |
commit | 650f6b13318bce6a8d59bfa48fe15b5832623cbc (patch) | |
tree | 0d6831302bae4682f78ade9a5725c91169776a5c | |
parent | eeec12bf7b7d80d1c9cae5aae0dff7e2f928c64b (diff) | |
download | linux-3.10-650f6b13318bce6a8d59bfa48fe15b5832623cbc.tar.gz linux-3.10-650f6b13318bce6a8d59bfa48fe15b5832623cbc.tar.bz2 linux-3.10-650f6b13318bce6a8d59bfa48fe15b5832623cbc.zip |
[ALSA] sound: fix export symbol typo
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 9fd5ee818e8..c60200ccde6 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -1363,7 +1363,7 @@ int snd_soc_dapm_get_endpoint_status(struct snd_soc_codec *codec, return 0; } -EXPORT_SYMBOL_GPL(snd_soc_dapm_get_endpoint); +EXPORT_SYMBOL_GPL(snd_soc_dapm_get_endpoint_status); /** * snd_soc_dapm_free - free dapm resources |