xref: /openbmc/linux/sound/soc/sof/sof-of-dev.h (revision fe70300c)
128084f4aSDaniel Baluta /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
228084f4aSDaniel Baluta /*
328084f4aSDaniel Baluta  * This file is provided under a dual BSD/GPLv2 license.  When using or
428084f4aSDaniel Baluta  * redistributing this file, you may do so under either license.
528084f4aSDaniel Baluta  *
628084f4aSDaniel Baluta  * Copyright 2021 NXP
728084f4aSDaniel Baluta  */
828084f4aSDaniel Baluta 
928084f4aSDaniel Baluta #ifndef __SOUND_SOC_SOF_OF_H
1028084f4aSDaniel Baluta #define __SOUND_SOC_SOF_OF_H
1128084f4aSDaniel Baluta 
1228084f4aSDaniel Baluta extern const struct dev_pm_ops sof_of_pm;
1328084f4aSDaniel Baluta 
1428084f4aSDaniel Baluta int sof_of_probe(struct platform_device *pdev);
1528084f4aSDaniel Baluta int sof_of_remove(struct platform_device *pdev);
16*fe70300cSYC Hung void sof_of_shutdown(struct platform_device *pdev);
1728084f4aSDaniel Baluta 
1828084f4aSDaniel Baluta #endif
19