ASoC: msm: Quat MI2S capture dai update for 88.2 and 176.4 Khz rates
Quaternary MI2S capture dai update to support HDMI In feature requirement using DSP HW transcode loopback. CRs-Fixed: 2091424 Change-Id: I144bd8ad8b0e2f708acf78be00e8a93a25a88f2e Signed-off-by: Siddartha Shaik <sshaik@codeaurora.org>
This commit is contained in:
parent
9aa8e1cd38
commit
bcf5264d73
1 changed files with 2 additions and 1 deletions
|
@ -4152,7 +4152,8 @@ static struct snd_soc_dai_driver msm_dai_q6_mi2s_dai[] = {
|
||||||
.rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |
|
.rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |
|
||||||
SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 |
|
SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 |
|
||||||
SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |
|
SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |
|
||||||
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
|
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 |
|
||||||
|
SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_176400 |
|
||||||
SNDRV_PCM_RATE_192000,
|
SNDRV_PCM_RATE_192000,
|
||||||
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||||
.rate_min = 8000,
|
.rate_min = 8000,
|
||||||
|
|
Loading…
Add table
Reference in a new issue