Searched refs:volume_control (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_uac1_legacy.c | 99 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 D | f_uac1_legacy.c | 99 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 D | onyx.c | 169 static const struct snd_kcontrol_new volume_control = { variable 951 ADDCTL(volume_control); in onyx_init_codec()
|
H A D | tas.c | 273 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 D | onyx.c | 169 static const struct snd_kcontrol_new volume_control = { variable 951 ADDCTL(volume_control); in onyx_init_codec()
|
H A D | tas.c | 272 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 D | gus.h | 266 unsigned char volume_control; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | gus.h | 266 unsigned char volume_control; member
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 7854 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 D | thinkpad_acpi.c | 7747 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