xref: /OK3568_Linux_fs/kernel/sound/soc/qcom/common.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun // Copyright (c) 2018, The Linux Foundation. All rights reserved.
3*4882a593Smuzhiyun 
4*4882a593Smuzhiyun #ifndef __QCOM_SND_COMMON_H__
5*4882a593Smuzhiyun #define __QCOM_SND_COMMON_H__
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun #include <sound/soc.h>
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun int qcom_snd_parse_of(struct snd_soc_card *card);
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #endif
12