Home
last modified time | relevance | path

Searched refs:volume_control (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_uac1_legacy.c99 static struct usb_audio_control volume_control = { variable
100 .list = LIST_HEAD_INIT(volume_control.list),
791 list_add(&volume_control.list, &feature_unit.control); in control_selector_init()
793 volume_control.data[UAC__CUR] = 0xffc0; in control_selector_init()
794 volume_control.data[UAC__MIN] = 0xe3a0; in control_selector_init()
795 volume_control.data[UAC__MAX] = 0xfff0; in control_selector_init()
796 volume_control.data[UAC__RES] = 0x0030; in control_selector_init()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac1_legacy.c99 static struct usb_audio_control volume_control = { variable
100 .list = LIST_HEAD_INIT(volume_control.list),
791 list_add(&volume_control.list, &feature_unit.control); in control_selector_init()
793 volume_control.data[UAC__CUR] = 0xffc0; in control_selector_init()
794 volume_control.data[UAC__MIN] = 0xe3a0; in control_selector_init()
795 volume_control.data[UAC__MAX] = 0xfff0; in control_selector_init()
796 volume_control.data[UAC__RES] = 0x0030; in control_selector_init()
/kernel/linux/linux-5.10/sound/aoa/codecs/
H A Donyx.c169 static const struct snd_kcontrol_new volume_control = { variable
951 ADDCTL(volume_control); in onyx_init_codec()
H A Dtas.c273 static const struct snd_kcontrol_new volume_control = { variable
826 err = aoa_snd_ctl_add(snd_ctl_new1(&volume_control, tas)); in tas_init_codec()
/kernel/linux/linux-6.6/sound/aoa/codecs/
H A Donyx.c169 static const struct snd_kcontrol_new volume_control = { variable
951 ADDCTL(volume_control); in onyx_init_codec()
H A Dtas.c272 static const struct snd_kcontrol_new volume_control = { variable
825 err = aoa_snd_ctl_add(snd_ctl_new1(&volume_control, tas)); in tas_init_codec()
/kernel/linux/linux-5.10/include/sound/
H A Dgus.h266 unsigned char volume_control; member
/kernel/linux/linux-6.6/include/sound/
H A Dgus.h266 unsigned char volume_control; member
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c7854 pr_notice("Use the volume_control=1 module parameter to enable volume control\n"); in volume_write()
10504 module_param_named(volume_control, volume_control_allowed, bool, 0444);
10505 MODULE_PARM_DESC(volume_control,
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c7747 pr_notice("Use the volume_control=1 module parameter to enable volume control\n"); in volume_write()
11551 module_param_named(volume_control, volume_control_allowed, bool, 0444);
11552 MODULE_PARM_DESC(volume_control,

Completed in 35 milliseconds