summaryrefslogtreecommitdiff
path: root/sound/firewire/oxfw/oxfw.c
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-12-15 23:56:18 +0900
committerTakashi Iwai <tiwai@suse.de>2015-12-15 16:30:03 +0100
commit29aa09acb20485ee682de38903734cb3a0e582cd (patch)
tree515286eb8349cea7084ab446ee90676e1030e48a /sound/firewire/oxfw/oxfw.c
parentf3a0e32a6f6005f775174cbed9e46f7691800709 (diff)
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.c')
-rw-r--r--sound/firewire/oxfw/oxfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/oxfw.c b/sound/firewire/oxfw/oxfw.c
index 588b93f20c2e..0304d4549f44 100644
--- a/sound/firewire/oxfw/oxfw.c
+++ b/sound/firewire/oxfw/oxfw.c
@@ -205,7 +205,7 @@ static int oxfw_probe(struct fw_unit *unit,
goto error;
if (oxfw->device_info) {
- err = snd_oxfw_create_mixer(oxfw);
+ err = snd_oxfw_add_spkr(oxfw);
if (err < 0)
goto error;
}