]> Git Repo - J-linux.git/blob - sound/soc/codecs/lpass-macro-common.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / sound / soc / codecs / lpass-macro-common.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2022, The Linux Foundation. All rights reserved.
4  */
5
6 #ifndef __LPASS_MACRO_COMMON_H__
7 #define __LPASS_MACRO_COMMON_H__
8
9 /* NPL clock is expected */
10 #define LPASS_MACRO_FLAG_HAS_NPL_CLOCK          BIT(0)
11
12 struct lpass_macro {
13         struct device *macro_pd;
14         struct device *dcodec_pd;
15 };
16
17 struct lpass_macro *lpass_macro_pds_init(struct device *dev);
18 void lpass_macro_pds_exit(struct lpass_macro *pds);
19
20 #endif /* __LPASS_MACRO_COMMON_H__ */
This page took 0.028064 seconds and 4 git commands to generate.