Loading sound/soc/codecs/twl6040.c +11 −0 Original line number Diff line number Diff line Loading @@ -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, }; Loading @@ -1213,6 +1220,10 @@ static struct snd_pcm_hw_constraint_list lp_constraints = { }; static unsigned int hp_rates[] = { 8000, 16000, 32000, 48000, 96000, }; Loading Loading
sound/soc/codecs/twl6040.c +11 −0 Original line number Diff line number Diff line Loading @@ -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, }; Loading @@ -1213,6 +1220,10 @@ static struct snd_pcm_hw_constraint_list lp_constraints = { }; static unsigned int hp_rates[] = { 8000, 16000, 32000, 48000, 96000, }; Loading