diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-12-14 17:11:11 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-12-15 00:20:34 -0800 |
| commit | 082fa7fad60fc0bc2ef8bd9cbe62fae321950531 (patch) | |
| tree | 099804aac14d0091aa8d5f93cf5fd1c42ed7ea4b | |
| parent | 45e2d4d907697e8054d7514b2f3146e5a07b5159 (diff) | |
| parent | 961c3d603cecb10e4300016cab8df689543698bd (diff) | |
Merge "ASoC: sdm660: Update VI sense sample rate to 8k" into msm-4.4
| -rw-r--r-- | sound/soc/msm/sdm660-internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/sdm660-internal.c b/sound/soc/msm/sdm660-internal.c index 4e2a40319b02..072d586da818 100644 --- a/sound/soc/msm/sdm660-internal.c +++ b/sound/soc/msm/sdm660-internal.c @@ -134,7 +134,7 @@ static struct dev_config int_mi2s_cfg[] = { [INT2_MI2S] = {SAMPLING_RATE_48KHZ, SNDRV_PCM_FORMAT_S16_LE, 1}, [INT3_MI2S] = {SAMPLING_RATE_48KHZ, SNDRV_PCM_FORMAT_S16_LE, 1}, [INT4_MI2S] = {SAMPLING_RATE_48KHZ, SNDRV_PCM_FORMAT_S16_LE, 1}, - [INT5_MI2S] = {SAMPLING_RATE_48KHZ, SNDRV_PCM_FORMAT_S16_LE, 2}, + [INT5_MI2S] = {SAMPLING_RATE_8KHZ, SNDRV_PCM_FORMAT_S16_LE, 2}, [INT6_MI2S] = {SAMPLING_RATE_8KHZ, SNDRV_PCM_FORMAT_S16_LE, 2}, }; |
