Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcs35l56.h210 #define CS35L56_MAIN_RENDER_USER_VOLUME_SIGNBIT 9 macro
/openbmc/linux/sound/pci/hda/
H A Dcs35l56_hda.c300 if (vol & BIT(CS35L56_MAIN_RENDER_USER_VOLUME_SIGNBIT)) in cs35l56_hda_vol_get()
301 vol |= ~((int)(BIT(CS35L56_MAIN_RENDER_USER_VOLUME_SIGNBIT) - 1)); in cs35l56_hda_vol_get()