diff options
author | Rander Wang <rander.wang@linux.intel.com> | 2019-03-08 16:38:57 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-11 16:50:28 +0000 |
commit | 570f18b6a8d1f0e60e8caf30e66161b6438dcc91 (patch) | |
tree | 2a84302a16f9f98c7e3d49e93e5b7024eddb352f /sound/soc/codecs/hdac_hda.c | |
parent | 42e4cedd67e4eb2abaa5e684353a55d4a01a913e (diff) |
ASoC:soc-pcm:fix a codec fixup issue in TDM case
On HDaudio platforms, if playback is started when capture is working,
there is no audible output.
This can be root-caused to the use of the rx|tx_mask to store an HDaudio
stream tag.
If capture is stared before playback, rx_mask would be non-zero on HDaudio
platform, then the channel number of playback, which is in the same codec
dai with the capture, would be changed by soc_pcm_codec_params_fixup based
on the tx_mask at first, then overwritten by this function based on rx_mask
at last.
According to the author of tx|rx_mask, tx_mask is for playback and rx_mask
is for capture. And stream direction is checked at all other references of
tx|rx_mask in ASoC, so here should be an error. This patch checks stream
direction for tx|rx_mask for fixup function.
This issue would affect not only HDaudio+ASoC, but also I2S codecs if the
channel number based on rx_mask is not equal to the one for tx_mask. It could
be rarely reproduecd because most drivers in kernel set the same channel number
to tx|rx_mask or rx_mask is zero.
Tested on all platforms using stream_tag & HDaudio and intel I2S platforms.
Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/hdac_hda.c')
0 files changed, 0 insertions, 0 deletions