1 /* SPDX-License-Identifier: GPL-2.0 1 /* SPDX-License-Identifier: GPL-2.0 2 * 2 * 3 * ASoC simple sound card support 3 * ASoC simple sound card support 4 * 4 * 5 * Copyright (C) 2012 Renesas Solutions Corp. 5 * Copyright (C) 2012 Renesas Solutions Corp. 6 * Kuninori Morimoto <kuninori.morimoto.gx@ren 6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 7 */ 7 */ 8 8 9 #ifndef __SIMPLE_CARD_H 9 #ifndef __SIMPLE_CARD_H 10 #define __SIMPLE_CARD_H 10 #define __SIMPLE_CARD_H 11 11 12 #include <sound/soc.h> 12 #include <sound/soc.h> 13 #include <sound/simple_card_utils.h> 13 #include <sound/simple_card_utils.h> 14 14 15 struct simple_util_info { 15 struct simple_util_info { 16 const char *name; 16 const char *name; 17 const char *card; 17 const char *card; 18 const char *codec; 18 const char *codec; 19 const char *platform; 19 const char *platform; 20 20 21 unsigned int daifmt; 21 unsigned int daifmt; 22 struct simple_util_dai cpu_dai; 22 struct simple_util_dai cpu_dai; 23 struct simple_util_dai codec_dai; 23 struct simple_util_dai codec_dai; 24 }; 24 }; 25 25 26 #endif /* __SIMPLE_CARD_H */ 26 #endif /* __SIMPLE_CARD_H */ 27 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.