forked from luck/tmp_suning_uos_patched
14 lines
290 B
C
14 lines
290 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* soc-link.h
|
||
|
*
|
||
|
* Copyright (C) 2019 Renesas Electronics Corp.
|
||
|
* Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||
|
*/
|
||
|
#ifndef __SOC_LINK_H
|
||
|
#define __SOC_LINK_H
|
||
|
|
||
|
int snd_soc_link_init(struct snd_soc_pcm_runtime *rtd);
|
||
|
|
||
|
#endif /* __SOC_LINK_H */
|