2 * ASoC simple sound card support
4 * Copyright (C) 2012 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #ifndef __SIMPLE_CARD_H
13 #define __SIMPLE_CARD_H
15 #include <sound/soc.h>
16 #include <sound/simple_card_utils.h>
18 struct asoc_simple_card_info
{
25 struct asoc_simple_dai cpu_dai
;
26 struct asoc_simple_dai codec_dai
;
29 #endif /* __SIMPLE_CARD_H */