From 437a162f176adcc2f305e20f12b410bfacc85340 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 18 Mar 2011 19:00:50 +0000 Subject: [PATCH] --- yaml --- r: 260689 b: refs/heads/master c: e17e4ab8018bf0f18084577243cb6800dadd303c h: refs/heads/master i: 260687: 6a96edaf96d8999c7090ae35f5d70589638fb468 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/twl6040.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3c74d5c8b8e2..90e27e06cf97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6510bdc3f4d7ea783d47af5a58741ea0b77c6823 +refs/heads/master: e17e4ab8018bf0f18084577243cb6800dadd303c diff --git a/trunk/sound/soc/codecs/twl6040.c b/trunk/sound/soc/codecs/twl6040.c index 28dc5d9e5839..7845cdb65a4a 100644 --- a/trunk/sound/soc/codecs/twl6040.c +++ b/trunk/sound/soc/codecs/twl6040.c @@ -1203,6 +1203,13 @@ static int twl6040_set_bias_level(struct snd_soc_codec *codec, /* set of rates for each pll: low-power and high-performance */ static unsigned int lp_rates[] = { + 8000, + 11250, + 16000, + 22500, + 32000, + 44100, + 48000, 88200, 96000, }; @@ -1213,6 +1220,10 @@ static struct snd_pcm_hw_constraint_list lp_constraints = { }; static unsigned int hp_rates[] = { + 8000, + 16000, + 32000, + 48000, 96000, };