mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
1c8470ce31
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>
6 lines
142 B
C
6 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 */
|