Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260689
b: refs/heads/master
c: e17e4ab
h: refs/heads/master
i:
  260687: 6a96eda
v: v3
  • Loading branch information
Liam Girdwood authored and Peter Ujfalusi committed Jul 4, 2011
1 parent e471854 commit 437a162
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6510bdc3f4d7ea783d47af5a58741ea0b77c6823
refs/heads/master: e17e4ab8018bf0f18084577243cb6800dadd303c
11 changes: 11 additions & 0 deletions trunk/sound/soc/codecs/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand All @@ -1213,6 +1220,10 @@ static struct snd_pcm_hw_constraint_list lp_constraints = {
};

static unsigned int hp_rates[] = {
8000,
16000,
32000,
48000,
96000,
};

Expand Down

0 comments on commit 437a162

Please sign in to comment.