Searched defs:attribute (Results 1 - 4 of 4) sorted by relevance

/sound/firewire/
H A Dspeakers.c400 buf[5] = 0x10; /* control attribute: current */
436 enum control_attribute attribute,
458 buf[5] = attribute; /* control attribute */
434 fwspk_volume_command(struct fwspk *fwspk, s16 *value, unsigned int channel, enum control_attribute attribute, enum control_action action) argument
/sound/usb/
H A Dmixer.c2067 int attribute, int value, int index)
2084 switch (attribute) {
2105 snd_printk(KERN_DEBUG "unknown attribute %d in interrupt\n",
2106 attribute);
2066 snd_usb_mixer_interrupt_v2(struct usb_mixer_interface *mixer, int attribute, int value, int index) argument
/sound/pci/asihpi/
H A Dhpifunc.c1317 hm.u.c.attribute = attrib;
1334 hm.u.c.attribute = attrib;
1352 hm.u.c.attribute = attrib;
1378 hm.u.c.attribute = attrib;
1399 hm.u.c.attribute = attrib;
1409 static u16 hpi_control_get_string(const u32 h_control, const u16 attribute, argument
1429 hm.u.c.attribute = attribute;
1511 hm.u.c.attribute = HPI_AESEBURX_USERDATA;
1530 hm.u.c.attribute
[all...]
H A Dhpi_internal.h135 /* Get the sub-index of the attribute for a control type */
138 /* Extract the control from the control attribute */
146 /** Unique identifiers for every control attribute
851 u16 attribute; /* control attribute or property */ member in struct:hpi_control_msg
859 u16 attribute; /* control attribute or property */ member in struct:hpi_control_union_msg
960 u16 attribute; /* control attribute or property */ member in struct:hpi_controlx_msg

Completed in 105 milliseconds