mbox series

[V4,0/2] recover the channel swap after xrun

Message ID cover.1562842206.git.shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series recover the channel swap after xrun | expand

Message

Shengjiu Wang July 11, 2019, 10:49 a.m. UTC
From: Shengjiu Wang <shengjiu.wang@nxp.com>

recover the channel swap after xrun

Shengjiu Wang (2):
  ASoC: fsl_esai: Wrap some operations to be functions
  ASoC: fsl_esai: recover the channel swap after xrun

 sound/soc/fsl/fsl_esai.c | 266 ++++++++++++++++++++++++++++-----------
 1 file changed, 193 insertions(+), 73 deletions(-)

Changes in v4
-add more comments and remove read saisr

Changes in V3
- update code sytle.

Changes in v2
- add one patch for wrap operations to functions.
- fix some coding style issue