diff options
| -rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index 9bfef55d77d1..00660acdb805 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c @@ -1032,12 +1032,14 @@ static const struct snd_soc_dai_ops fsl_ssi_dai_ops = {  static struct snd_soc_dai_driver fsl_ssi_dai_template = {  	.probe = fsl_ssi_dai_probe,  	.playback = { +		.stream_name = "CPU-Playback",  		.channels_min = 1,  		.channels_max = 2,  		.rates = FSLSSI_I2S_RATES,  		.formats = FSLSSI_I2S_FORMATS,  	},  	.capture = { +		.stream_name = "CPU-Capture",  		.channels_min = 1,  		.channels_max = 2,  		.rates = FSLSSI_I2S_RATES, | 
