xref: /openbmc/linux/include/sound/graph_card.h (revision 4d39c89f)
1 /* SPDX-License-Identifier: GPL-2.0
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 int audio_graph_card_probe(struct snd_soc_card *card);
13 
14 int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev);
15 
16 int audio_graph_remove(struct platform_device *pdev);
17 
18 #endif /* __GRAPH_CARD_H */
19