[alsa-devel] [PATCH 1/3] ascenario: Fix typedef for snd_scenario_t
Stefan Schmidt
stefan at datenfreihafen.org
Tue Oct 6 17:54:29 CEST 2009
From: Stefan Schmidt <stefan at slimlogic.co.uk>
Signed-off-by: Stefan Schmidt <stefan at slimlogic.co.uk>
---
include/ascenario.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/ascenario.h b/include/ascenario.h
index 003eabe..0c5acb9 100644
--- a/include/ascenario.h
+++ b/include/ascenario.h
@@ -128,7 +128,7 @@ extern "C" {
#define SND_SCN_INT_QOS 1
/** Scenario container */
-typedef snd_scenario_t snd_scenario_t;
+typedef struct _snd_scenario_t snd_scenario_t;
/* TODO: add notification */
--
1.6.4.3
More information about the Alsa-devel
mailing list