Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f1b0148 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: add 352800Hz into the pcm known rates"

parents 64d54300 aaa8d61b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2161,7 +2161,7 @@ static int snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params,
static const unsigned int rates[] = {
	5512, 8000, 11025, 16000, 22050, 32000, 44100,
	48000, 64000, 88200, 96000, 176400, 192000,
	384000
	352800, 384000
};

const struct snd_pcm_hw_constraint_list snd_pcm_known_rates = {