Merge tag 'thunderbolt-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / include / sound / simple_card.h
blobd264e5463f22dfd62ac4add4a64f5a747e9d7729
1 /* SPDX-License-Identifier: GPL-2.0
3 * ASoC simple sound card support
5 * Copyright (C) 2012 Renesas Solutions Corp.
6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
7 */
9 #ifndef __SIMPLE_CARD_H
10 #define __SIMPLE_CARD_H
12 #include <sound/soc.h>
13 #include <sound/simple_card_utils.h>
15 struct asoc_simple_card_info {
16 const char *name;
17 const char *card;
18 const char *codec;
19 const char *platform;
21 unsigned int daifmt;
22 struct asoc_simple_dai cpu_dai;
23 struct asoc_simple_dai codec_dai;
26 #endif /* __SIMPLE_CARD_H */