|
@@ -446,12 +446,14 @@ static int fsl_sai_dai_probe(struct snd_soc_dai *cpu_dai)
|
|
|
static struct snd_soc_dai_driver fsl_sai_dai = {
|
|
|
.probe = fsl_sai_dai_probe,
|
|
|
.playback = {
|
|
|
+ .stream_name = "CPU-Playback",
|
|
|
.channels_min = 1,
|
|
|
.channels_max = 2,
|
|
|
.rates = SNDRV_PCM_RATE_8000_96000,
|
|
|
.formats = FSL_SAI_FORMATS,
|
|
|
},
|
|
|
.capture = {
|
|
|
+ .stream_name = "CPU-Capture",
|
|
|
.channels_min = 1,
|
|
|
.channels_max = 2,
|
|
|
.rates = SNDRV_PCM_RATE_8000_96000,
|