1 /* SPDX-License-Identifier: GPL-2.0 1 2 * 3 * ASoC audio graph card support 4 * 5 */ 6 7 #ifndef __GRAPH_CARD_H 8 #define __GRAPH_CARD_H 9 10 #include <sound/simple_card_utils.h> 11 12 typedef int (*GRAPH2_CUSTOM)(struct simple_uti 13 struct device_nod 14 struct link_info 15 16 struct graph2_custom_hooks { 17 int (*hook_pre)(struct simple_util_pri 18 int (*hook_post)(struct simple_util_pr 19 GRAPH2_CUSTOM custom_normal; 20 GRAPH2_CUSTOM custom_dpcm; 21 GRAPH2_CUSTOM custom_c2c; 22 }; 23 24 int audio_graph_parse_of(struct simple_util_pr 25 int audio_graph2_parse_of(struct simple_util_p 26 struct graph2_custom 27 28 int audio_graph2_link_normal(struct simple_uti 29 struct device_nod 30 int audio_graph2_link_dpcm(struct simple_util_ 31 struct device_node 32 int audio_graph2_link_c2c(struct simple_util_p 33 struct device_node * 34 35 #endif /* __GRAPH_CARD_H */ 36
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.