Home
last modified time | relevance | path

Searched refs:read_vol (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Daw88261.c397 unsigned int read_val, efcheck_val, read_vol; in aw88261_dev_reg_update() local
452 read_vol = (reg_val & (~AW88261_VOL_MASK)) >> in aw88261_dev_reg_update()
455 REG_VAL_TO_DB(read_vol); in aw88261_dev_reg_update()
Daw88399.c1031 u16 read_vol, reg_val; in aw_dev_update_reg_container() local
1071 read_vol = (reg_val & (~AW88399_VOL_MASK)) >> in aw_dev_update_reg_container()
1073 aw_dev->volume_desc.init_volume = read_vol; in aw_dev_update_reg_container()
/linux-6.12.1/sound/soc/codecs/aw88395/
Daw88395_device.c1003 u16 read_vol; in aw_dev_update_reg_container() local
1038 read_vol = (reg_val & (~AW88395_VOL_MASK)) >> in aw_dev_update_reg_container()
1041 reg_val_to_db(read_vol); in aw_dev_update_reg_container()