mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +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>
8 lines
196 B
C
8 lines
196 B
C
#ifndef CAIAQ_AUDIO_H
|
|
#define CAIAQ_AUDIO_H
|
|
|
|
int snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *cdev);
|
|
void snd_usb_caiaq_audio_free(struct snd_usb_caiaqdev *cdev);
|
|
|
|
#endif /* CAIAQ_AUDIO_H */
|