summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-09 03:12:02 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-09 03:12:02 -0800
commit71339e56bd447bc7f02934d9866a57e26d867e9c (patch)
treeeb687f3cf74319c1bf3af4c77817b29ff05f5b34
parent387bc274f5602ad22b04ab42e6ffc0cd63d0fa17 (diff)
parentabb207258ad36be4d3deff2e681dbc334af96971 (diff)
Merge "ASoC: msm: Add support for 128KHz in the compress driver"
-rw-r--r--sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c
index 9e20c0beb770..7f032dcceabd 100644
--- a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c
@@ -100,7 +100,7 @@ struct msm_compr_gapless_state {
static unsigned int supported_sample_rates[] = {
8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000,
- 88200, 96000, 176400, 192000, 352800, 384000, 2822400, 5644800
+ 88200, 96000, 128000, 176400, 192000, 352800, 384000, 2822400, 5644800
};
struct msm_compr_pdata {