Searched refs:ctl_volume (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | aw88261.c | 49 int fade_in_vol = desc->ctl_volume; in aw88261_dev_fade_in() 79 for (i = desc->ctl_volume; i <= AW88261_MUTE_VOL; i += fade_step) { in aw88261_dev_fade_out() 473 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() 1228 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() 970 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88081_volume_get() 992 if (vol_desc->ctl_volume != value) { in aw88081_volume_set() 993 vol_desc->ctl_volume = value; in aw88081_volume_set() 994 aw88081_dev_set_volume(aw88081->aw_pa, vol_desc->ctl_volume); in aw88081_volume_set()
|
| H A D | aw88166.c | 654 u16 fade_in_vol = desc->ctl_volume; in aw_dev_hw_crc_check() 683 for (i = desc->ctl_volume; i <= AW88166_MUTE_VOL; i += fade_step) { in aw_dev_i2s_tx_enable() 1011 vol_desc->ctl_volume = 0; in aw_dev_check_sram() 1013 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_check_sram() 1441 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88166_set_fade_out_time() 1460 if (vol_desc->ctl_volume != value) { in aw88166_dev_set_profile_index() 1461 vol_desc->ctl_volume = value; in aw88166_dev_set_profile_index() 1462 aw_dev_set_volume(aw88166->aw_pa, vol_desc->ctl_volume); in aw88166_dev_set_profile_index() 1755 aw_dev->volume_desc.ctl_volume = AW88166_VOL_DEFAULT_VALUE; in aw88166_playback_event()
|
| H A D | aw88399.c | 616 u16 fade_in_vol = desc->ctl_volume; in aw_dev_cfg_crc_check() 645 for (i = desc->ctl_volume; i <= AW88399_MUTE_VOL; i += fade_step) { in aw_dev_cfg_crc_check() 982 vol_desc->ctl_volume = 0; in aw_dev_dsp_update_cfg() 984 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_dsp_update_cfg() 1730 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw_cali_svc_dev_cali_re() 1749 if (vol_desc->ctl_volume != value) { in aw88399_get_fade_in_time() 1750 vol_desc->ctl_volume = value; in aw88399_get_fade_in_time() 1751 aw_dev_set_volume(aw88399->aw_pa, vol_desc->ctl_volume); in aw88399_get_fade_in_time() 2100 aw_dev->volume_desc.ctl_volume = AW88399_VOL_DEFAULT_VALUE; in aw88399_request_firmware_file()
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395.c | 252 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88395_volume_get() 271 if (vol_desc->ctl_volume != value) { in aw88395_volume_set() 272 vol_desc->ctl_volume = value; in aw88395_volume_set() 273 aw88395_dev_set_volume(aw88395->aw_pa, vol_desc->ctl_volume); in aw88395_volume_set()
|
| H A D | aw88395_device.h | 113 unsigned int ctl_volume; member
|
| H A D | aw88395_device.c | 298 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in() 327 for (i = desc->ctl_volume; i <= AW88395_MUTE_VOL; i += fade_step) { in aw_dev_fade_out() 1055 vol_desc->ctl_volume = 0; in aw_dev_update_reg_container() 1058 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_update_reg_container() 1612 aw_dev->volume_desc.ctl_volume = AW88395_VOL_DEFAULT_VALUE; in aw_dev_init()
|
| /linux/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()
|
| /linux/drivers/media/pci/saa7134/ |
| 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()
|