ALSA: asoc: codecs - 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 codec drivers. 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:
committed by
Jaroslav Kysela
parent
9cb132d743
commit
e550e17ffe
@ -83,7 +83,7 @@ struct uda1380_setup_data {
|
||||
#define UDA1380_DAI_PLAYBACK 1 /* playback DAI */
|
||||
#define UDA1380_DAI_CAPTURE 2 /* capture DAI */
|
||||
|
||||
extern struct snd_soc_codec_dai uda1380_dai[3];
|
||||
extern struct snd_soc_dai uda1380_dai[3];
|
||||
extern struct snd_soc_codec_device soc_codec_dev_uda1380;
|
||||
|
||||
#endif /* _UDA1380_H */
|
||||
|
Reference in New Issue
Block a user