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

Commit 6fcd3b26 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: Update supported sample rates"

parents b4de85b6 60e3f21a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -920,6 +920,12 @@ static int msm_compr_set_params(struct snd_compr_stream *cstream,
	case SNDRV_PCM_RATE_48000:
		prtd->sample_rate = 48000;
		break;
	case SNDRV_PCM_RATE_96000:
		prtd->sample_rate = 96000;
		break;
	case SNDRV_PCM_RATE_192000:
		prtd->sample_rate = 192000;
		break;
	}

	pr_debug("%s: sample_rate %d\n", __func__, prtd->sample_rate);