ASoC: msm: Add support for 192KHz sampling rate
Add upto 192KHz support for Multimedia18 FE DAI. This FE DAI is to support DSP loopback upto 192KHZ. CRs-Fixed: 2049714 Change-Id: I7197744a02b0bd23e40eebe23b0220a5dd22ac47 Signed-off-by: Siddartha Shaik <sshaik@codeaurora.org>
This commit is contained in:
parent
181100aedd
commit
452836f4d3
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
|
|||
.channels_min = 1,
|
||||
.channels_max = 8,
|
||||
.rate_min = 8000,
|
||||
.rate_max = 48000,
|
||||
.rate_max = 192000,
|
||||
},
|
||||
.ops = &msm_fe_Multimedia_dai_ops,
|
||||
.compress_new = snd_soc_new_compress,
|
||||
|
|
Loading…
Add table
Reference in a new issue