mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
8 lines
194 B
C
8 lines
194 B
C
|
#ifndef CAIAQ_AUDIO_H
|
||
|
#define CAIAQ_AUDIO_H
|
||
|
|
||
|
int snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *dev);
|
||
|
void snd_usb_caiaq_audio_free(struct snd_usb_caiaqdev *dev);
|
||
|
|
||
|
#endif /* CAIAQ_AUDIO_H */
|