mbox series

[0/2] ASoC: ti: davinci-mcasp: Fixes for multi serializer setup

Message ID 20190620092002.13766-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series ASoC: ti: davinci-mcasp: Fixes for multi serializer setup | expand

Message

Peter Ujfalusi June 20, 2019, 9:20 a.m. UTC
Hi,

Now that I have access to a board with codec using multiple digital inputs and
outputs (pcm3168a) I found these two issues with the McASP driver:

- unused pins needs to be set as inactive
- the tdm mask is not set correctly when multiple serializers are enabled and
  needed

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: ti: davinci-mcasp: Set unused serializers as INACTIVE
  ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple
    AXRs

 sound/soc/ti/davinci-mcasp.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)