From: Lennart Poettering Date: Sun, 31 Aug 2008 01:42:56 +0000 (+0200) Subject: alsa-lib: Don't call the simple mixer interface "legacy" X-Git-Tag: android-x86-9.0-r1~1194 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8d6838450a3c91e4a1fa8a7bf98fb1d9c39b131e;p=android-x86%2Fexternal-alsa-lib.git alsa-lib: Don't call the simple mixer interface "legacy" The simpler mixer interface is not legacy, so the header file shouldn't claim otherwise. Fixes bug#3569 From: Lennart Poettering Signed-off-by: Jaroslav Kysela --- diff --git a/include/mixer.h b/include/mixer.h index 59deb9f2..df921642 100644 --- a/include/mixer.h +++ b/include/mixer.h @@ -88,7 +88,7 @@ typedef int (*snd_mixer_event_t)(snd_mixer_class_t *class_, unsigned int mask, /** Mixer element type */ typedef enum _snd_mixer_elem_type { - /* Simple (legacy) mixer elements */ + /* Simple mixer elements */ SND_MIXER_ELEM_SIMPLE, SND_MIXER_ELEM_LAST = SND_MIXER_ELEM_SIMPLE } snd_mixer_elem_type_t; @@ -166,7 +166,7 @@ int snd_mixer_class_set_compare(snd_mixer_class_t *class_, snd_mixer_compare_t c * \{ */ -/* Simple (legacy) mixer elements API */ +/* Simple mixer elements API */ /** Mixer simple element channel identifier */ typedef enum _snd_mixer_selem_channel_id {