Revision dce1431cb36338bda1167591689ab1f77ccf8934 authored by Mike Frysinger on 13 November 2010, 07:06:27 UTC, committed by Paul Mundt on 15 November 2010, 04:49:51 UTC
The fsl-diu-fb driver no longer uses this define, and we have a common one
to cover this already (FBIO_WAITFORVSYNC).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1 parent fc5fef5
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