summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,