diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-12-15 17:56:18 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-15 18:30:03 +0300 |
commit | 29aa09acb20485ee682de38903734cb3a0e582cd (patch) | |
tree | 515286eb8349cea7084ab446ee90676e1030e48a /sound/firewire/oxfw/oxfw.h | |
parent | f3a0e32a6f6005f775174cbed9e46f7691800709 (diff) | |
download | linux-29aa09acb20485ee682de38903734cb3a0e582cd.tar.xz |
ALSA: oxfw: rename local functions for control elements so that they represent as local
This commit renames local functions with prefix 'spkr_', so that they're
for firewire-speakers.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/oxfw.h')
-rw-r--r-- | sound/firewire/oxfw/oxfw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/oxfw/oxfw.h b/sound/firewire/oxfw/oxfw.h index 8392c424ad1d..9efdc026fdad 100644 --- a/sound/firewire/oxfw/oxfw.h +++ b/sound/firewire/oxfw/oxfw.h @@ -138,10 +138,10 @@ void snd_oxfw_stream_lock_release(struct snd_oxfw *oxfw); int snd_oxfw_create_pcm(struct snd_oxfw *oxfw); -int snd_oxfw_create_mixer(struct snd_oxfw *oxfw); - void snd_oxfw_proc_init(struct snd_oxfw *oxfw); int snd_oxfw_create_midi(struct snd_oxfw *oxfw); int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw); + +int snd_oxfw_add_spkr(struct snd_oxfw *oxfw); |