mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
[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>
This commit is contained in:
parent
eeec12bf7b
commit
650f6b1331
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user