Home
last modified time | relevance | path

Searched defs:snd_kcontrol_new (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dcontrol.h47 struct snd_kcontrol_new { struct
49 unsigned int device; /* device/client number */
51 const char *name; /* ASCII name of item */
52 unsigned int index; /* index of item */
53 unsigned int access; /* access rights */
55 snd_kcontrol_info_t *info;
56 snd_kcontrol_get_t *get;
57 snd_kcontrol_put_t *put;
58 union {
61 } tlv;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dcontrol.h47 struct snd_kcontrol_new { struct
49 unsigned int device; /* device/client number */
51 const char *name; /* ASCII name of item */
52 unsigned int index; /* index of item */
53 unsigned int access; /* access rights */
55 snd_kcontrol_info_t *info;
56 snd_kcontrol_get_t *get;
57 snd_kcontrol_put_t *put;
58 union {
61 } tlv;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dcontrol.h47 struct snd_kcontrol_new { struct
49 unsigned int device; /* device/client number */
51 const char *name; /* ASCII name of item */
52 unsigned int index; /* index of item */
53 unsigned int access; /* access rights */
55 snd_kcontrol_info_t *info;
56 snd_kcontrol_get_t *get;
57 snd_kcontrol_put_t *put;
58 union {
61 } tlv;
[all …]