|
@@ -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,
|