Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c308 unsigned int raw_vol; in cs35l56_hda_vol_get() local
314 ret = regmap_read(cs35l56->base.regmap, cs35l56->base.fw_reg->user_volume, &raw_vol); in cs35l56_hda_vol_get()
319 vol = (s16)(raw_vol & 0xFFFF); in cs35l56_hda_vol_get()
335 unsigned int raw_vol; in cs35l56_hda_vol_put() local
343 raw_vol = (vol + CS35L56_MAIN_RENDER_USER_VOLUME_MIN) << in cs35l56_hda_vol_put()
349 CS35L56_MAIN_RENDER_USER_VOLUME_MASK, raw_vol, &changed); in cs35l56_hda_vol_put()