]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rsnd: add detail explanation of L/R conversion timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 9 Jun 2017 00:34:09 +0000 (00:34 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jun 2017 20:38:42 +0000 (21:38 +0100)
commit8cce431aa26ef24a4d4b820301ac73bf55df7a5e
tree54a4925c4e1f22311db37dd8298ace9a9685abbe
parenta97a06c7efc1ee34f500171f1c4e9608295bb79a
ASoC: rsnd: add detail explanation of L/R conversion timing

Renesas Sound device *Hardware* L/R and Linux *Software* L/R are
inverted. Because of this background, it needs to convert L/R.
Then, DVC needs *Hardware* L/R, and Linux needs *Software* L/R.
Because Playback/Capture needs different timing, and there is no
explanation about it on source code / git log, this patch adds it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c