mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +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>
7 lines
196 B
C
7 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 */
|