[alsa-devel] [PATCH 2/3] ascenario: Fix snd_scenario_get_control_id() declaration to match implementation
Stefan Schmidt
stefan at datenfreihafen.org
Wed Oct 7 15:55:57 CEST 2009
From: Stefan Schmidt <stefan at slimlogic.co.uk>
Signed-off-by: Stefan Schmidt <stefan at 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
More information about the Alsa-devel
mailing list