From 14460831d718c504edc9e10a44439e77666bfca6 Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Mon, 24 Feb 2020 14:10:14 +0200 Subject: MLK-23313-11: ASoC: fsl_xcvr: playback not yet supported Disable playback as it is not supported yet. Signed-off-by: Viorel Suman --- sound/soc/fsl/fsl_xcvr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/soc/fsl/fsl_xcvr.c') 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, -- cgit v1.2.3