aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/echoaudio/mona.c
diff options
context:
space:
mode:
authorGiuliano Pochini <pochini@shiny.it>2006-11-24 13:03:58 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:01:47 +0100
commit048b945077bdc7e8dff5d5810ff2a0ced3590ca9 (patch)
tree759b12cfa42c737ce7390b9cb4b1c60a70204c78 /sound/pci/echoaudio/mona.c
parentd1d985f019c3b290e09881b7b23abdc87aee2895 (diff)
[ALSA] echoaudio, add TLV support
This patch adds TLV support to the echoaudio driver. All gains are in the range -127dB to +6dB with steps of 1dB, and -128 is mute. VU-meters levels go from -128 to 0dB. The input gain of the Layla20 ranges from -25dB to +25dB in steps of 0.5dB. Signed-off-by: Giuliano Pochini <pochini@shiny.it> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/echoaudio/mona.c')
-rw-r--r--sound/pci/echoaudio/mona.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/echoaudio/mona.c b/sound/pci/echoaudio/mona.c
index 5dc512add37..c856ed50dd9 100644
--- a/sound/pci/echoaudio/mona.c
+++ b/sound/pci/echoaudio/mona.c
@@ -55,6 +55,7 @@
#include <sound/core.h>
#include <sound/info.h>
#include <sound/control.h>
+#include <sound/tlv.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/asoundef.h>