asoc: codecs: update max sampling rate of wsa881x analog driver
Updated the wsa dailink to support 384Khz HS playback. Picked latest codec fixes to kernel6.0. Change-Id: Ia570dc3f3ed55415ac374e1ba3bb6f2277dade96 Signed-off-by: Sairam Peri<quic_peri@quicinc.com>
这个提交包含在:
@@ -1233,12 +1233,12 @@ static const struct snd_soc_component_driver soc_codec_dev_wsa881x = {
|
||||
|
||||
static struct snd_soc_dai_driver wsa_dai[] = {
|
||||
{
|
||||
.name = "",
|
||||
.name = "wsa_rx0",
|
||||
.playback = {
|
||||
.stream_name = "",
|
||||
.rates = WSA881X_RATES | WSA881X_FRAC_RATES,
|
||||
.formats = WSA881X_FORMATS,
|
||||
.rate_max = 192000,
|
||||
.rate_max = 384000,
|
||||
.rate_min = 8000,
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
|
在新工单中引用
屏蔽一个用户