repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
sound
/
usb
/
usx2y
/
usX2Yhwdep.h
blob
457199b5ed03b42dbb411bbe4751787fc5882ea8
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef USX2YHWDEP_H
3
#define USX2YHWDEP_H
4
5
int
usX2Y_hwdep_new
(
struct
snd_card
*
card
,
struct
usb_device
*
device
);
6
7
#endif