Searched refs:ctl_volume (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | aw88261.c | 48 int fade_in_vol = desc->ctl_volume; in aw88261_dev_fade_in() 78 for (i = desc->ctl_volume; i <= AW88261_MUTE_VOL; i += fade_step) { in aw88261_dev_fade_out() 471 vol_desc->ctl_volume = 0; in aw88261_dev_reg_update() 898 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88261_volume_get() 918 if (vol_desc->ctl_volume != value) { in aw88261_volume_set() 919 vol_desc->ctl_volume = value; in aw88261_volume_set() 920 aw88261_dev_set_volume(aw88261->aw_pa, vol_desc->ctl_volume); in aw88261_volume_set() 1224 aw_dev->volume_desc.ctl_volume = AW88261_VOL_DEFAULT_VALUE; in aw88261_init()
|
| H A D | aw88081.c | 272 int fade_in_vol = desc->ctl_volume; in aw88081_dev_fade_in() 301 for (i = desc->ctl_volume; i <= AW88081_MUTE_VOL; i += fade_step) { in aw88081_dev_fade_out() 451 vol_desc->ctl_volume = 0; in aw88081_dev_reg_update() 971 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88081_volume_get() 993 if (vol_desc->ctl_volume != value) { in aw88081_volume_set() 994 vol_desc->ctl_volume = value; in aw88081_volume_set() 995 aw88081_dev_set_volume(aw88081->aw_pa, vol_desc->ctl_volume); in aw88081_volume_set()
|
| H A D | aw88399.c | 719 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in() 748 for (i = desc->ctl_volume; i <= AW88399_MUTE_VOL; i += fade_step) { in aw_dev_fade_out() 1099 vol_desc->ctl_volume = 0; in aw_dev_update_reg_container() 1101 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_update_reg_container() 1527 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88399_volume_get() 1546 if (vol_desc->ctl_volume != value) { in aw88399_volume_set() 1547 vol_desc->ctl_volume = value; in aw88399_volume_set() 1548 aw_dev_set_volume(aw88399->aw_pa, vol_desc->ctl_volume); in aw88399_volume_set() 1846 aw_dev->volume_desc.ctl_volume = AW88399_VOL_DEFAULT_VALUE; in aw88399_init()
|
| H A D | aw88166.c | 756 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in() 785 for (i = desc->ctl_volume; i <= AW88166_MUTE_VOL; i += fade_step) { in aw_dev_fade_out() 1127 vol_desc->ctl_volume = 0; in aw_dev_update_reg_container() 1129 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_update_reg_container() 1559 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88166_volume_get() 1578 if (vol_desc->ctl_volume != value) { in aw88166_volume_set() 1579 vol_desc->ctl_volume = value; in aw88166_volume_set() 1580 aw_dev_set_volume(aw88166->aw_pa, vol_desc->ctl_volume); in aw88166_volume_set() 1873 aw_dev->volume_desc.ctl_volume = AW88166_VOL_DEFAULT_VALUE; in aw88166_init()
|
| /linux-6.15/sound/soc/codecs/aw88395/ |
| H A D | aw88395.c | 254 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88395_volume_get() 273 if (vol_desc->ctl_volume != value) { in aw88395_volume_set() 274 vol_desc->ctl_volume = value; in aw88395_volume_set() 275 aw88395_dev_set_volume(aw88395->aw_pa, vol_desc->ctl_volume); in aw88395_volume_set()
|
| H A D | aw88395_device.h | 108 unsigned int ctl_volume; member
|
| H A D | aw88395_device.c | 296 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in() 325 for (i = desc->ctl_volume; i <= AW88395_MUTE_VOL; i += fade_step) { in aw_dev_fade_out() 1053 vol_desc->ctl_volume = 0; in aw_dev_update_reg_container() 1056 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_update_reg_container() 1614 aw_dev->volume_desc.ctl_volume = AW88395_VOL_DEFAULT_VALUE; in aw_dev_init()
|
| /linux-6.15/drivers/media/pci/saa7164/ |
| H A D | saa7164-encoder.c | 437 port->ctl_volume = ctrl->val; in saa7164_s_ctrl() 438 saa7164_api_set_audio_volume(port, port->ctl_volume); in saa7164_s_ctrl()
|
| H A D | saa7164.h | 387 s8 ctl_volume; member
|
| /linux-6.15/drivers/media/pci/saa7134/ |
| H A D | saa7134-video.c | 881 dev->ctl_volume = ctrl->val; in saa7134_s_ctrl() 882 saa7134_tvaudio_setvolume(dev,dev->ctl_volume); in saa7134_s_ctrl() 1796 saa7134_tvaudio_setvolume(dev,dev->ctl_volume); in saa7134_video_init2()
|
| H A D | saa7134.h | 627 int ctl_volume; member
|
| H A D | saa7134-core.c | 1430 saa7134_tvaudio_setvolume(dev, dev->ctl_volume); in saa7134_resume()
|