mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user