ASoc: wcd9335: Fixed supported sample rates in tash_mad1 DAI

Supported sample rates list in tash_mad1 DAI is not matching with
the given minimum and maximum sample rates

Added additional supported sample rates

Change-Id: Ia44f8dc2f6ab4c59fae7de6d9cebe073bed3ed31
Signed-off-by: Pavan Chikkala <pavanc@codeaurora.org>
This commit is contained in:
Pavan Chikkala 2016-07-13 16:11:32 +05:30
parent 944077f264
commit cf00836d49
1 changed files with 3 additions and 2 deletions

View File

@ -10718,8 +10718,9 @@ static struct snd_soc_dai_driver tasha_dai[] = {
.id = AIF4_MAD_TX,
.capture = {
.stream_name = "AIF4 MAD TX",
.rates = SNDRV_PCM_RATE_16000,
.formats = TASHA_FORMATS_S16_S24_LE,
.rates = SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_48000 |
SNDRV_PCM_RATE_192000 | SNDRV_PCM_RATE_384000,
.formats = TASHA_FORMATS_S16_S24_S32_LE,
.rate_min = 16000,
.rate_max = 384000,
.channels_min = 1,