7 Oct
2009
7 Oct
'09
3:55 p.m.
From: Stefan Schmidt stefan@slimlogic.co.uk
Signed-off-by: Stefan Schmidt stefan@slimlogic.co.uk --- include/ascenario.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/ascenario.h b/include/ascenario.h index 3055cfa..6119f49 100644 --- a/include/ascenario.h +++ b/include/ascenario.h @@ -166,8 +166,8 @@ const char *snd_scenario_get_scn(snd_scenario_t *scn); * * Get the control id for the current scenario. */ -int snd_scenario_get_kcontrol(snd_scenario_t *scn, - int kctl_type, snd_ctl_elem_id_t *id); +int snd_scenario_get_control_id(snd_scenario_t *scn, + int kctl_type, snd_ctl_elem_id_t *id);
/** * \brief set integer value
--
1.6.4.3