diff options
Diffstat (limited to 'sound/core/vmaster.c')
-rw-r--r-- | sound/core/vmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/vmaster.c b/sound/core/vmaster.c index 3b9b550109cb..a89948ae9e8d 100644 --- a/sound/core/vmaster.c +++ b/sound/core/vmaster.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * a subset of information returned via ctl info callback | 18 | * a subset of information returned via ctl info callback |
19 | */ | 19 | */ |
20 | struct link_ctl_info { | 20 | struct link_ctl_info { |
21 | int type; /* value type */ | 21 | snd_ctl_elem_type_t type; /* value type */ |
22 | int count; /* item count */ | 22 | int count; /* item count */ |
23 | int min_val, max_val; /* min, max values */ | 23 | int min_val, max_val; /* min, max values */ |
24 | }; | 24 | }; |