USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.h
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Sun, 21 Jun 2009 21:23:05 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Sep 2009 13:46:20 +0000 (06:46 -0700)
linux/usb/audio.h is a public header file that includes definitions
exported to userspace. To avoid namespace clashes, prefix all macro
definitions with UAC_. Existing macros and structures prefixed with
USB_AC_ and USB_AS_ are renamed for consistency.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found