Skip to content

Commit

Permalink
[ALSA] sound: fix export symbol typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Jaroslav Kysela committed May 19, 2008
1 parent eeec12b commit 650f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 650f6b1

Please sign in to comment.