[alsa-devel] [PATCH v5 16/18] ASoC: twl6040: set default constraints.

Peter Ujfalusi peter.ujfalusi at ti.com
Mon Jun 13 18:37:48 CEST 2011


From: Liam Girdwood <lrg at ti.com>

Set default sysclk constraints to high performance mode.

Signed-off-by: Liam Girdwood <lrg at ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
---
 sound/soc/codecs/twl6040.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index d334d86..3c0d8da 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -1507,6 +1507,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) {
-- 
1.7.5.3



More information about the Alsa-devel mailing list