[ALSA] snd_pcm_format_name() is no longer exported
Modules: PCM Midlevel,USB generic driver Because snd_pcm_format_name() function is used only for informational purposes, it is no longer exported from the PCM midlevel to reduce space and dependency. usbaudio module shows only numeric value for format. Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
@@ -1105,7 +1105,6 @@ EXPORT_SYMBOL(snd_pcm_new_stream);
|
||||
EXPORT_SYMBOL(snd_pcm_notify);
|
||||
EXPORT_SYMBOL(snd_pcm_open_substream);
|
||||
EXPORT_SYMBOL(snd_pcm_release_substream);
|
||||
EXPORT_SYMBOL(snd_pcm_format_name);
|
||||
/* pcm_native.c */
|
||||
EXPORT_SYMBOL(snd_pcm_link_rwlock);
|
||||
#ifdef CONFIG_PM
|
||||
|
Reference in New Issue
Block a user