]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple AXRs
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 20 Jun 2019 09:20:02 +0000 (12:20 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 20 Jun 2019 11:59:38 +0000 (12:59 +0100)
commitfd14f4436fd47d5418023c90e933e66d3645552e
treea30d251183b5c6f238c413445e2c663d3eafbcb6
parent5dd17a3c3ed545f73b8bf7754efd5f6125bf7531
ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple AXRs

If multiple serializers are connected in the system and the number of
channels will need to use more than one serializer the mask to enable the
serializers were left to 0 if tdm_mask is provided

Fixes: dd55ff8346a97 ("ASoC: davinci-mcasp: Add set_tdm_slots() support")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/davinci-mcasp.c