[ALSA] unexport snd_ctl_elem_{read,write}
snd_ctl_elem_{read,write} no longer have any modular users Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
9e9abb4f1e
commit
9ecf60df45
1 changed files with 0 additions and 4 deletions
|
@ -716,8 +716,6 @@ int snd_ctl_elem_read(struct snd_card *card, struct snd_ctl_elem_value *control)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL(snd_ctl_elem_read);
|
|
||||||
|
|
||||||
static int snd_ctl_elem_read_user(struct snd_card *card,
|
static int snd_ctl_elem_read_user(struct snd_card *card,
|
||||||
struct snd_ctl_elem_value __user *_control)
|
struct snd_ctl_elem_value __user *_control)
|
||||||
{
|
{
|
||||||
|
@ -781,8 +779,6 @@ int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file,
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL(snd_ctl_elem_write);
|
|
||||||
|
|
||||||
static int snd_ctl_elem_write_user(struct snd_ctl_file *file,
|
static int snd_ctl_elem_write_user(struct snd_ctl_file *file,
|
||||||
struct snd_ctl_elem_value __user *_control)
|
struct snd_ctl_elem_value __user *_control)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue