Home
last modified time | relevance | path

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

/sound/soc/sh/
Dsiu_dai.c390 u32 new_vol; in siu_dai_put_volume() local
401 new_vol = ucontrol->value.integer.value[0] | in siu_dai_put_volume()
409 siu_write32(base + SIU_SBDVCA, new_vol); in siu_dai_put_volume()
410 port_info->playback.volume = new_vol; in siu_dai_put_volume()
415 siu_write32(base + SIU_SBDVCB, new_vol); in siu_dai_put_volume()
416 port_info->capture.volume = new_vol; in siu_dai_put_volume()
424 if (cur_vol != new_vol) in siu_dai_put_volume()