Merge "asoc : Fix for 384k clips on headphones" into audio-kernel-5-4.lnx.1.0

Dieser Commit ist enthalten in:
Linux Build Service Account
2020-10-29 15:40:22 -07:00
committet von Gerrit - the friendly Code Review server
Commit 8c6f982167

Datei anzeigen

@@ -4076,7 +4076,7 @@ static struct snd_soc_dai_driver wcd938x_dai[] = {
.stream_name = "WCD938X_AIF Playback",
.rates = WCD938X_RATES | WCD938X_FRAC_RATES,
.formats = WCD938X_FORMATS,
.rate_max = 192000,
.rate_max = 384000,
.rate_min = 8000,
.channels_min = 1,
.channels_max = 4,
@@ -4085,7 +4085,7 @@ static struct snd_soc_dai_driver wcd938x_dai[] = {
.stream_name = "WCD938X_AIF Capture",
.rates = WCD938X_RATES | WCD938X_FRAC_RATES,
.formats = WCD938X_FORMATS,
.rate_max = 192000,
.rate_max = 384000,
.rate_min = 8000,
.channels_min = 1,
.channels_max = 4,