aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@ti.com>2011-03-07 15:25:23 +0000
committerColin Cross <ccross@android.com>2011-06-14 10:06:50 -0700
commit2a7a4917322d85a560e251ae6ac5d69ad0ea8fbe (patch)
treef0ba69345f935e1d30acef34a307d5cb755b4efa /sound/soc
parent3fe834ae7fb5ae7464bd48764a61f6455a579593 (diff)
downloadkernel_samsung_tuna-2a7a4917322d85a560e251ae6ac5d69ad0ea8fbe.zip
kernel_samsung_tuna-2a7a4917322d85a560e251ae6ac5d69ad0ea8fbe.tar.gz
kernel_samsung_tuna-2a7a4917322d85a560e251ae6ac5d69ad0ea8fbe.tar.bz2
ASoC: twl6040 - set default constraints.
Set default sysclk constraints to high performance mode. Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/twl6040.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 2de79856..47789fe 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -1502,6 +1502,7 @@ static int twl6040_probe(struct snd_soc_codec *codec)
/* default is high-performance mode */
priv->headset_mode = 1;
+ priv->sysclk_constraints = &hp_constraints;
priv->workqueue = create_singlethread_workqueue("twl6040-codec");
if (!priv->workqueue) {