repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
sound
/
usb
/
caiaq
/
audio.h
blob
869bf6264d6a097fc6c7ab637d8ef55c1c099f74
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef CAIAQ_AUDIO_H
3
#define CAIAQ_AUDIO_H
4
5
int
snd_usb_caiaq_audio_init
(
struct
snd_usb_caiaqdev
*
cdev
);
6
void
snd_usb_caiaq_audio_free
(
struct
snd_usb_caiaqdev
*
cdev
);
7
8
#endif
/* CAIAQ_AUDIO_H */