From 7656237bb6e6fe676a318e491c60a2337446c722 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Fri, 12 Oct 2012 22:00:23 +0200 Subject: Mixer: Provide supported devices Signed-off-by: Paul Kocialkowski --- mixer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mixer.h') diff --git a/mixer.h b/mixer.h index 5812b76..fd1d67d 100644 --- a/mixer.h +++ b/mixer.h @@ -96,6 +96,7 @@ void tinyalsa_mixer_close(struct tinyalsa_mixer *mixer); struct tinyalsa_mixer_io_props *tinyalsa_mixer_get_input_props(struct tinyalsa_mixer *mixer); struct tinyalsa_mixer_io_props *tinyalsa_mixer_get_output_props(struct tinyalsa_mixer *mixer); +audio_devices_t tinyalsa_mixer_get_supported_devices(struct tinyalsa_mixer *mixer); int tinyalsa_mixer_set_voice_volume(struct tinyalsa_mixer *mixer, audio_devices_t device); int tinyalsa_mixer_set_input_gain(struct tinyalsa_mixer *mixer, audio_devices_t device); -- cgit v1.1