ASoC: es7202: Fix the missing the sound format of bit

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I49eb4a699572867e338c06f457ab0b0f7acdc6fa
This commit is contained in:
Xing Zheng
2021-04-19 08:58:15 +08:00
committed by Tao Huang
parent b35ab171bb
commit 2fc3a11f17

View File

@@ -556,6 +556,7 @@ static struct snd_soc_dai_driver es7202_dai0 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -569,6 +570,7 @@ static struct snd_soc_dai_driver es7202_dai1 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -582,6 +584,7 @@ static struct snd_soc_dai_driver es7202_dai2 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -595,6 +598,7 @@ static struct snd_soc_dai_driver es7202_dai3 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -608,6 +612,7 @@ static struct snd_soc_dai_driver es7202_dai4 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -621,6 +626,7 @@ static struct snd_soc_dai_driver es7202_dai5 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -634,6 +640,7 @@ static struct snd_soc_dai_driver es7202_dai6 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,
@@ -647,6 +654,7 @@ static struct snd_soc_dai_driver es7202_dai7 = {
.channels_min = 1,
.channels_max = 2,
.rates = es7202_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.ops = &es7202_ops,
.symmetric_rates = 1,