|
@@ -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,
|