Home
last modified time | relevance | path

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

/sound/soc/sh/
Dsiu_dai.c404 u32 new_vol; in siu_dai_put_volume() local
415 new_vol = ucontrol->value.integer.value[0] | in siu_dai_put_volume()
423 siu_write32(base + SIU_SBDVCA, new_vol); in siu_dai_put_volume()
424 port_info->playback.volume = new_vol; in siu_dai_put_volume()
429 siu_write32(base + SIU_SBDVCB, new_vol); in siu_dai_put_volume()
430 port_info->capture.volume = new_vol; in siu_dai_put_volume()
438 if (cur_vol != new_vol) in siu_dai_put_volume()