[alsa-devel][PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Jassi Brar
jassisinghbrar at gmail.com
Wed Apr 6 23:43:06 EDT 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 linux-arm-kernel
mailing list