commit | 512ad27d8667158747de2e8da8a23e8f50e91856 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@skynet.be> | Sun Jun 21 23:23:05 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 23 06:46:20 2009 -0700 |
tree | 3c56c7265a1e2d7530ddb9c31806d3c1086ac6f5 | |
parent | 315ad3028c8aae14891797040f855fc3291a076b [diff] |
USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.h 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>