2020-05-28 01:47:46 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0
|
|
|
|
*
|
|
|
|
* soc-card.h
|
|
|
|
*
|
|
|
|
* Copyright (C) 2019 Renesas Electronics Corp.
|
|
|
|
* Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
|
|
*/
|
|
|
|
#ifndef __SOC_CARD_H
|
|
|
|
#define __SOC_CARD_H
|
|
|
|
|
2020-05-28 01:47:56 +00:00
|
|
|
struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card,
|
|
|
|
const char *name);
|
|
|
|
|
2020-05-28 01:47:46 +00:00
|
|
|
#endif /* __SOC_CARD_H */
|