Revision c73318f43d3967e3ce810665d9c74a7d238d24d1 authored by Luis de Bethencourt on 03 September 2015, 11:06:09 UTC, committed by Wim Van Sebroeck on 28 September 2015, 08:56:01 UTC
These platform drivers have a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
1 parent 097f70b
Raw File
proc.h
#ifndef __USBAUDIO_PROC_H
#define __USBAUDIO_PROC_H

void snd_usb_audio_create_proc(struct snd_usb_audio *chip);
void snd_usb_proc_pcm_format_add(struct snd_usb_stream *stream);

#endif /* __USBAUDIO_PROC_H */

back to top