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

committet von
Gerrit - the friendly Code Review server

Commit
8c6f982167
@@ -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,
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren