add comments

This commit is contained in:
Tomasz Moń
2009-03-14 14:23:18 +01:00
parent 71c3a1e66f
commit 9778dc47c3
6 changed files with 170 additions and 63 deletions

View File

@@ -539,7 +539,7 @@ enum {
#define USB_AUDIO_PLAYBACK_MIX 12297
#define USB_AUDIO_LEVEL 12307
enum {
typedef enum {
PRESETS_SYSTEM = 0,
PRESETS_USER = 1,
PRESETS_ARTIST = 2,
@@ -551,7 +551,7 @@ enum {
/* Version 2 and later */
PRESETS_EXTERNAL = 6
};
} PresetBank;
typedef enum {
REQUEST_WHO_AM_I = 0x01,