Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dsma1307.c70 unsigned int cur_vol; member
1599 SMA1307_0A_SPK_VOL, &sma1307->cur_vol); in sma1307_check_fault_worker()
1613 if ((sma1307->cur_vol + 6) <= 0xFA) { in sma1307_check_fault_worker()
1614 sma1307->cur_vol += 6; in sma1307_check_fault_worker()
1617 sma1307->cur_vol); in sma1307_check_fault_worker()
1619 "VOLUME=0x%02X", sma1307->cur_vol); in sma1307_check_fault_worker()
1627 sma1307->cur_vol = sma1307->init_vol; in sma1307_check_fault_worker()
1630 "VOLUME=0x%02X", sma1307->cur_vol); in sma1307_check_fault_worker()
1959 sma1307->cur_vol = sma1307->init_vol; in sma1307_i2c_probe()
H A Dsma1303.c72 unsigned int cur_vol; member
1459 SMA1303_0A_SPK_VOL, &sma1303->cur_vol); in sma1303_check_fault_worker()
1495 if ((sma1303->cur_vol + 6) <= 0xFF) in sma1303_check_fault_worker()
1497 SMA1303_0A_SPK_VOL, sma1303->cur_vol + 6); in sma1303_check_fault_worker()
1504 sma1303->cur_vol = sma1303->init_vol; in sma1303_check_fault_worker()
1735 sma1303->cur_vol = sma1303->init_vol; in sma1303_i2c_probe()
/linux/sound/soc/renesas/
H A Dsiu_dai.c391 u32 cur_vol; in siu_dai_put_volume() local
408 cur_vol = port_info->playback.volume; in siu_dai_put_volume()
414 cur_vol = port_info->capture.volume; in siu_dai_put_volume()
424 if (cur_vol != new_vol) in siu_dai_put_volume()