mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
15 lines
271 B
C
15 lines
271 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* ASoC audio graph card support
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __GRAPH_CARD_H
|
||
|
#define __GRAPH_CARD_H
|
||
|
|
||
|
#include <sound/simple_card_utils.h>
|
||
|
|
||
|
int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev);
|
||
|
|
||
|
#endif /* __GRAPH_CARD_H */
|