mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 12:28:27 +00:00
![Daniel Mack](/assets/img/avatar_default.png)
This is needed in order to make the device namespace cleaner, and will help when moving this driver over to dev_*() logging. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
7 lines
142 B
C
7 lines
142 B
C
#ifndef CAIAQ_CONTROL_H
|
|
#define CAIAQ_CONTROL_H
|
|
|
|
int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *cdev);
|
|
|
|
#endif /* CAIAQ_CONTROL_H */
|