summaryrefslogtreecommitdiffstats
path: root/audio_hw.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-10-12 21:23:29 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-10-12 21:23:29 +0200
commit4d6c6cc6e65fdfb2f6ed4a66c062bbf7b1706f0b (patch)
tree3fd6c8807566538469fb0858543c0a8cd64b2f05 /audio_hw.h
parent005fa70b060726b5b3cac22a4cf8adbe45281104 (diff)
downloadhardware_tinyalsa-audio-4d6c6cc6e65fdfb2f6ed4a66c062bbf7b1706f0b.zip
hardware_tinyalsa-audio-4d6c6cc6e65fdfb2f6ed4a66c062bbf7b1706f0b.tar.gz
hardware_tinyalsa-audio-4d6c6cc6e65fdfb2f6ed4a66c062bbf7b1706f0b.tar.bz2
Mixer: Initial commit, implements controls handling
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'audio_hw.h')
-rw-r--r--audio_hw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio_hw.h b/audio_hw.h
index 2419883..e04af95 100644
--- a/audio_hw.h
+++ b/audio_hw.h
@@ -37,6 +37,8 @@ struct tinyalsa_audio_device {
struct tinyalsa_audio_stream_out *stream_out;
struct tinyalsa_audio_stream_in *stream_in;
+
+ struct tinyalsa_mixer *mixer;
};
int audio_hw_open_output_stream(struct audio_hw_device *dev,