summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.c
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-02-24 14:10:14 +0200
committerViorel Suman <viorel.suman@nxp.com>2020-02-24 14:21:21 +0200
commit14460831d718c504edc9e10a44439e77666bfca6 (patch)
tree2eafa779e243883b2a25638d8eb7c95651f89509 /sound/soc/fsl/fsl_xcvr.c
parentb55cdef32a61759666df583fcecbad04b3e03be6 (diff)
MLK-23313-11: ASoC: fsl_xcvr: playback not yet supported
Disable playback as it is not supported yet. Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_xcvr.c')
-rw-r--r--sound/soc/fsl/fsl_xcvr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index 35542d3f52f7..8e1b7a5b613f 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -570,7 +570,7 @@ static int fsl_xcvr_dai_probe(struct snd_soc_dai *dai)
static struct snd_soc_dai_driver fsl_xcvr_dai = {
.probe = fsl_xcvr_dai_probe,
- .playback = {
+/* .playback = {
.stream_name = "CPU-Playback",
.channels_min = 1,
.channels_max = 32,
@@ -578,7 +578,7 @@ static struct snd_soc_dai_driver fsl_xcvr_dai = {
.rate_max = 1536000,
.rates = SNDRV_PCM_RATE_KNOT,
.formats = FSL_XCVR_FORMATS,
- },
+ }, */
.capture = {
.stream_name = "CPU-Capture",
.channels_min = 1,