aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_spdif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index b912d45a2a4c..5fbcd9993bd0 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -969,12 +969,14 @@ static int fsl_spdif_dai_probe(struct snd_soc_dai *dai)
969static struct snd_soc_dai_driver fsl_spdif_dai = { 969static struct snd_soc_dai_driver fsl_spdif_dai = {
970 .probe = &fsl_spdif_dai_probe, 970 .probe = &fsl_spdif_dai_probe,
971 .playback = { 971 .playback = {
972 .stream_name = "CPU-Playback",
972 .channels_min = 2, 973 .channels_min = 2,
973 .channels_max = 2, 974 .channels_max = 2,
974 .rates = FSL_SPDIF_RATES_PLAYBACK, 975 .rates = FSL_SPDIF_RATES_PLAYBACK,
975 .formats = FSL_SPDIF_FORMATS_PLAYBACK, 976 .formats = FSL_SPDIF_FORMATS_PLAYBACK,
976 }, 977 },
977 .capture = { 978 .capture = {
979 .stream_name = "CPU-Capture",
978 .channels_min = 2, 980 .channels_min = 2,
979 .channels_max = 2, 981 .channels_max = 2,
980 .rates = FSL_SPDIF_RATES_CAPTURE, 982 .rates = FSL_SPDIF_RATES_CAPTURE,