projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
xhci: Improve detection of device initiated wake signal.
[platform/kernel/linux-rpi.git]
/
sound
/
soc
/
cirrus
/
ep93xx-pcm.h
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
4
*/
5
6
#ifndef __EP93XX_PCM_H__
7
#define __EP93XX_PCM_H__
8
9
int devm_ep93xx_pcm_platform_register(struct device *dev);
10
11
#endif