Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Daw88261.c48 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()
896 ucontrol->value.integer.value[0] = vol_desc->ctl_volume; in aw88261_volume_get()
916 if (vol_desc->ctl_volume != value) { in aw88261_volume_set()
917 vol_desc->ctl_volume = value; in aw88261_volume_set()
918 aw88261_dev_set_volume(aw88261->aw_pa, vol_desc->ctl_volume); in aw88261_volume_set()
1222 aw_dev->volume_desc.ctl_volume = AW88261_VOL_DEFAULT_VALUE; in aw88261_init()
H A Daw88081.c272 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 Daw88166.c654 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 Daw88399.c616 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 Daw88395.c252 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 Daw88395_device.h113 unsigned int ctl_volume; member
H A Daw88395_device.c298 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/saa7134/
H A Dsaa7134.h627 int ctl_volume; member
H A Dsaa7134-core.c1430 saa7134_tvaudio_setvolume(dev, dev->ctl_volume); in saa7134_resume()