Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
0002 /*
0003  * This file is provided under a dual BSD/GPLv2 license.  When using or
0004  * redistributing this file, you may do so under either license.
0005  *
0006  * Copyright 2021 NXP
0007  */
0008 
0009 #ifndef __SOUND_SOC_SOF_OF_H
0010 #define __SOUND_SOC_SOF_OF_H
0011 
0012 extern const struct dev_pm_ops sof_of_pm;
0013 
0014 int sof_of_probe(struct platform_device *pdev);
0015 int sof_of_remove(struct platform_device *pdev);
0016 void sof_of_shutdown(struct platform_device *pdev);
0017 
0018 #endif