[alsa-devel] [PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Jassi Brar
jassisinghbrar at gmail.com
Thu Apr 7 05:43:06 CEST 2011
> +static struct snd_soc_dai_link smdk_dai[] = {
> + {
> + .name = "WM8580 PAIF PCM RX",
> + .stream_name = "Playback",
> + .cpu_dai_name = "samsung-pcm.0",
> + .codec_dai_name = "wm8580-hifi-playback",
> + .platform_name = "samsung-audio",
> + .codec_name = "wm8580-codec.0-001b",
> + .ops = &smdk_wm8580_pcm_ops,
> + }, {
> + .name = "WM8580 PAIF PCM TX",
> + .stream_name = "Capture",
> + .cpu_dai_name = "samsung-pcm.0",
> + .codec_dai_name = "wm8580-hifi-capture",
> + .platform_name = "samsung-audio",
> + .codec_name = "wm8580-codec.0-001b",
> + .ops = &smdk_wm8580_pcm_ops,
> + },
> +};
IIRC the PCM DAI is connected to Secondary i/f of WM8580
on some SMDKs. Isn't it smdk6410 ?
More information about the Alsa-devel
mailing list