diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 46145a5277fe..a45be6bdcf5b 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h | |||
| @@ -864,7 +864,7 @@ struct snd_ctl_elem_id { | |||
| 864 | snd_ctl_elem_iface_t iface; /* interface identifier */ | 864 | snd_ctl_elem_iface_t iface; /* interface identifier */ |
| 865 | unsigned int device; /* device/client number */ | 865 | unsigned int device; /* device/client number */ |
| 866 | unsigned int subdevice; /* subdevice (substream) number */ | 866 | unsigned int subdevice; /* subdevice (substream) number */ |
| 867 | unsigned char name[44]; /* ASCII name of item */ | 867 | unsigned char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* ASCII name of item */ |
| 868 | unsigned int index; /* index of item */ | 868 | unsigned int index; /* index of item */ |
| 869 | }; | 869 | }; |
| 870 | 870 | ||
