projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'wireless-drivers-2021-08-17' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git]
/
include
/
sound
/
graph_card.h
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_parse_of(struct asoc_simple_priv *priv, struct device *dev);
13
14
#endif /* __GRAPH_CARD_H */