Home
last modified time | relevance | path

Searched refs:ctl_volume (Results 1 – 10 of 10) sorted by relevance

/linux/sound/soc/codecs/
H A Daw88261.c79 aw88261_dev_set_volume(aw_dev, aw_dev->volume_desc.ctl_volume); in aw88261_dev_fade_out()
426 vol_desc->ctl_volume = 0; in aw88261_dev_reg_update()
987 (AW88261_MUTE_VOL - vol_desc->ctl_volume) / 2; in aw88261_playback_event()
1007 if (vol_desc->ctl_volume != value) {
1008 vol_desc->ctl_volume = value;
1009 aw88261_dev_set_volume(aw88261->aw_pa, vol_desc->ctl_volume);
1279 aw_dev->volume_desc.ctl_volume = AW88261_CTL_DEFAULT_VOL;
H A Daw88081.c273 int fade_in_vol = desc->ctl_volume; in aw88081_dev_fade_in()
302 for (i = desc->ctl_volume; i <= AW88081_MUTE_VOL; i += fade_step) { in aw88081_dev_fade_out()
452 vol_desc->ctl_volume = 0; in aw88081_dev_reg_update()
967 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88081_volume_get()
989 if (vol_desc->ctl_volume != value) { in aw88081_volume_set()
990 vol_desc->ctl_volume = value; in aw88081_volume_set()
991 aw88081_dev_set_volume(aw88081->aw_pa, vol_desc->ctl_volume); in aw88081_volume_set()
H A Daw88166.c655 u16 fade_in_vol = desc->ctl_volume; in aw_dev_hw_crc_check()
684 for (i = desc->ctl_volume; i <= AW88166_MUTE_VOL; i += fade_step) { in aw_dev_i2s_tx_enable()
1012 vol_desc->ctl_volume = 0; in aw_dev_check_sram()
1014 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_check_sram()
1438 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88166_set_fade_out_time()
1457 if (vol_desc->ctl_volume != value) { in aw88166_set_fade_out_time()
1458 vol_desc->ctl_volume = value; in aw88166_set_fade_out_time()
1459 aw_dev_set_volume(aw88166->aw_pa, vol_desc->ctl_volume);
1753 aw_dev->volume_desc.ctl_volume = AW88166_VOL_DEFAULT_VALUE; in aw88166_playback_event()
H A Daw88399.c523 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw_dev_set_vcalb()
542 if (vol_desc->ctl_volume != value) {
543 vol_desc->ctl_volume = value; in aw_dev_update_cali_re()
544 aw_dev_set_volume(aw88399->aw_pa, vol_desc->ctl_volume); in aw_dev_update_cali_re()
/linux/sound/soc/codecs/aw88395/
H A Daw88395.c249 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88395_volume_get()
268 if (vol_desc->ctl_volume != value) { in aw88395_volume_set()
269 vol_desc->ctl_volume = value; in aw88395_volume_set()
270 aw88395_dev_set_volume(aw88395->aw_pa, vol_desc->ctl_volume); in aw88395_volume_set()
H A Daw88395_device.h113 unsigned int ctl_volume; member
H A Daw88395_device.c297 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in()
326 for (i = desc->ctl_volume; i <= AW88395_MUTE_VOL; i += fade_step) { in aw_dev_fade_out()
1054 vol_desc->ctl_volume = 0; in aw_dev_update_reg_container()
1057 aw_dev_set_volume(aw_dev, vol_desc->ctl_volume); in aw_dev_update_reg_container()
1600 aw_dev->volume_desc.ctl_volume = AW88395_VOL_DEFAULT_VALUE; in aw_dev_init()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c437 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 Dsaa7134.h627 int ctl_volume; member
H A Dsaa7134-core.c1430 saa7134_tvaudio_setvolume(dev, dev->ctl_volume); in saa7134_resume()