Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164986
b: refs/heads/master
c: c350130
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 5af3cc6 commit 0da9cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f2cac3c1af2bfc72c55b0054b6b95309882e27b
refs/heads/master: c35013087aa9b10e4674b53b7c8f7966de83c194
4 changes: 4 additions & 0 deletions trunk/include/linux/usb/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ struct uac_iso_endpoint_descriptor {
#define UAC_FU_BASS_BOOST (1 << (UAC_BASS_BOOST_CONTROL - 1))
#define UAC_FU_LOUDNESS (1 << (UAC_LOUDNESS_CONTROL - 1))

#ifdef __KERNEL__

struct usb_audio_control {
struct list_head list;
const char *name;
Expand All @@ -294,4 +296,6 @@ struct usb_audio_control_selector {
struct usb_descriptor_header *desc;
};

#endif /* __KERNEL__ */

#endif /* __LINUX_USB_AUDIO_H */

0 comments on commit 0da9cea

Please sign in to comment.