swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: e49d033bddf5b565044e2abe4241353959bc9120 authored by Linus Torvalds on 04 April 2021, 21:15:36 UTC
Linux 5.12-rc6
Tip revision: e49d033
graph_card.h
/* 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_card_probe(struct snd_soc_card *card);

int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev);

int audio_graph_remove(struct platform_device *pdev);

#endif /* __GRAPH_CARD_H */
back to top