ALSA: asoc: omap - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.

This patch merges struct snd_soc_codec_dai and struct
snd_soc_cpu_dai into struct snd_soc_dai for the Omap platform.

Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Liam Girdwood
2008-07-07 16:08:07 +01:00
committed by Jaroslav Kysela
parent 8cf7b2b393
commit 8687eb8bde
4 changed files with 12 additions and 12 deletions

View File

@@ -44,6 +44,6 @@ enum omap_mcbsp_div {
*/
#define NUM_LINKS 1
extern struct snd_soc_cpu_dai omap_mcbsp_dai[NUM_LINKS];
extern struct snd_soc_dai omap_mcbsp_dai[NUM_LINKS];
#endif