summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.c
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-02-24 15:55:11 +0200
committerViorel Suman <viorel.suman@nxp.com>2020-02-24 15:55:11 +0200
commit61eb408955b6d0934ee3b3400c2fe07a85dbaf46 (patch)
tree986def579355ae2751d2071b66a48fd5bb132436 /sound/soc/fsl/fsl_xcvr.c
parent14460831d718c504edc9e10a44439e77666bfca6 (diff)
Revert "MLK-23313-11: ASoC: fsl_xcvr: playback not yet supported"
This reverts commit 14460831d718c504edc9e10a44439e77666bfca6.
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 8e1b7a5b613f..35542d3f52f7 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,