diff --git a/asoc/codecs/wcd938x/wcd938x.c b/asoc/codecs/wcd938x/wcd938x.c index 5880ecff29..2bcda34c82 100644 --- a/asoc/codecs/wcd938x/wcd938x.c +++ b/asoc/codecs/wcd938x/wcd938x.c @@ -4075,7 +4075,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, @@ -4084,7 +4084,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,