]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - sound/soc/ux500/ux500_pcm.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-jammy-kernel.git] / sound / soc / ux500 / ux500_pcm.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
01a0c113
OL
2/*
3 * Copyright (C) ST-Ericsson SA 2012
4 *
5 * Author: Ola Lilja <ola.o.lilja@stericsson.com>,
6 * Roger Nilsson <roger.xr.nilsson@stericsson.com>
7 * for ST-Ericsson.
8 *
9 * License terms:
01a0c113
OL
10 */
11#ifndef UX500_PCM_H
12#define UX500_PCM_H
13
14#include <asm/page.h>
15
16#include <linux/workqueue.h>
17
1428c20f
LJ
18int ux500_pcm_register_platform(struct platform_device *pdev);
19int ux500_pcm_unregister_platform(struct platform_device *pdev);
20
01a0c113 21#endif