MLK-21940-4: ASoC: fsl_easrc: Support the m2m function
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 5 Jun 2019 02:46:25 +0000 (10:46 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 19 Jul 2019 10:25:29 +0000 (18:25 +0800)
commit1e0504f4fa76c7da3e5feb77b58c4869811c57e7
treea2093749057945c4d15fd666aa9880dd6eab3d8d
parent49ca9a3cfc5af2e68c02aa7dafa8e149dd0df557
MLK-21940-4: ASoC: fsl_easrc: Support the m2m function

EASRC M2M function is not able to put upstream due to its self-designed
ioctl protocol. So make a single patch for it and make it merge
into P2P driver as simply as possible.

The patch can only be maintained internally unless some one designs a
new protocol or implement the originally protocol by using some common
approach provided by Linux Kernel.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
sound/soc/fsl/fsl_easrc.c
sound/soc/fsl/fsl_easrc_m2m.c [new file with mode: 0644]