summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl6040.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-11 15:30:53 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-11 15:30:53 +0100
commitd6b24507972341e5babdca8e25448325c9137232 (patch)
treeadce394113344a2ebff8ad61c2cec4a8ea10689b /sound/soc/codecs/twl6040.h
parentASoC: sta32x: Optimize the array work to find rate_min and rate_max (diff)
parentASoC: twl6040 - Add method to query optimum PDM_DL1 gain (diff)
downloadlinux-d6b24507972341e5babdca8e25448325c9137232.tar.xz
linux-d6b24507972341e5babdca8e25448325c9137232.zip
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc into topic/asoc
Diffstat (limited to 'sound/soc/codecs/twl6040.h')
-rw-r--r--sound/soc/codecs/twl6040.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl6040.h b/sound/soc/codecs/twl6040.h
index a83277bdb851..ef273f1fac2f 100644
--- a/sound/soc/codecs/twl6040.h
+++ b/sound/soc/codecs/twl6040.h
@@ -34,6 +34,7 @@ enum twl6040_trim {
#define TWL6040_HSF_TRIM_LEFT(x) (x & 0x0f)
#define TWL6040_HSF_TRIM_RIGHT(x) ((x >> 4) & 0x0f)
+int twl6040_get_dl1_gain(struct snd_soc_codec *codec);
void twl6040_hs_jack_detect(struct snd_soc_codec *codec,
struct snd_soc_jack *jack, int report);
int twl6040_get_clk_id(struct snd_soc_codec *codec);