projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~agd5f...
[linux-2.6-microblaze.git]
/
sound
/
soc
/
mxs
/
mxs-pcm.h
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
4
*/
5
6
#ifndef _MXS_PCM_H
7
#define _MXS_PCM_H
8
9
int mxs_pcm_platform_register(struct device *dev);
10
11
#endif