Merge "ASoC: bolero: Change params for vi feedback"

This commit is contained in:
Linux Build Service Account
2018-09-03 07:25:00 -07:00
committed by Gerrit - the friendly Code Review server
commit 37e3245375

Näytä tiedosto

@@ -364,12 +364,12 @@ static struct snd_soc_dai_driver wsa_macro_dai[] = {
.id = WSA_MACRO_AIF_VI, .id = WSA_MACRO_AIF_VI,
.capture = { .capture = {
.stream_name = "WSA_AIF_VI Capture", .stream_name = "WSA_AIF_VI Capture",
.rates = SNDRV_PCM_RATE_8000, .rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE, .formats = WSA_MACRO_RX_FORMATS,
.rate_max = 8000, .rate_max = 48000,
.rate_min = 8000, .rate_min = 8000,
.channels_min = 1, .channels_min = 1,
.channels_max = 2, .channels_max = 4,
}, },
.ops = &wsa_macro_dai_ops, .ops = &wsa_macro_dai_ops,
}, },