ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driver
[deliverable/linux.git] / sound / soc / fsl / mpc5200_psc_i2s.c
index c0b7a23ebbfd048632dc66f2ce729d9d5eccde20..ba1f0a66358f30288c6de2bf4fcba4e7468dd952 100644 (file)
@@ -130,13 +130,16 @@ static const struct snd_soc_dai_ops psc_i2s_dai_ops = {
 };
 
 static struct snd_soc_dai_driver psc_i2s_dai[] = {{
+       .name = "mpc5200-psc-i2s.0",
        .playback = {
+               .stream_name = "I2S Playback",
                .channels_min = 2,
                .channels_max = 2,
                .rates = PSC_I2S_RATES,
                .formats = PSC_I2S_FORMATS,
        },
        .capture = {
+               .stream_name = "I2S Capture",
                .channels_min = 2,
                .channels_max = 2,
                .rates = PSC_I2S_RATES,
This page took 0.025861 seconds and 5 git commands to generate.