Commits
Shengjiu Wang committed 2c5a729e006
MLK-19312: ASoC: hdmi-codec: fix error log for hdmi audio There is error log: [ 31.988272] hdmi-audio-codec hdmi-audio-codec.1: Not able to map channels to speakers (-22) [ 31.996659] hdmi-audio-codec hdmi-audio-codec.1: ASoC: can't set i2s-hifi hw params: -22 which is caused by the channel map read from device don't match with current channel number. Orignal method is just return error, but this channel number is supported by device, so we think should not return error directly, the playback can ongoing with UNKNOWN channel map. This issue happen on some TV set (SUMSUNG UA40KUF30EJXXZ). Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>