aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/twl6040.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 28dc5d9e5839..7845cdb65a4a 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -1203,6 +1203,13 @@ static int twl6040_set_bias_level(struct snd_soc_codec *codec,
1203/* set of rates for each pll: low-power and high-performance */ 1203/* set of rates for each pll: low-power and high-performance */
1204 1204
1205static unsigned int lp_rates[] = { 1205static unsigned int lp_rates[] = {
1206 8000,
1207 11250,
1208 16000,
1209 22500,
1210 32000,
1211 44100,
1212 48000,
1206 88200, 1213 88200,
1207 96000, 1214 96000,
1208}; 1215};
@@ -1213,6 +1220,10 @@ static struct snd_pcm_hw_constraint_list lp_constraints = {
1213}; 1220};
1214 1221
1215static unsigned int hp_rates[] = { 1222static unsigned int hp_rates[] = {
1223 8000,
1224 16000,
1225 32000,
1226 48000,
1216 96000, 1227 96000,
1217}; 1228};
1218 1229