Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2022, The Linux Foundation. All rights reserved.
0004  */
0005 
0006 #ifndef __LPASS_MACRO_COMMON_H__
0007 #define __LPASS_MACRO_COMMON_H__
0008 
0009 struct lpass_macro {
0010     struct device *macro_pd;
0011     struct device *dcodec_pd;
0012 };
0013 
0014 struct lpass_macro *lpass_macro_pds_init(struct device *dev);
0015 void lpass_macro_pds_exit(struct lpass_macro *pds);
0016 
0017 #endif /* __LPASS_MACRO_COMMON_H__ */