Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_cs8409.c879 int fsv_old, fsv_new; in cs42l42_resume() local
898 fsv_new = fsv_old & ~CS42L42_FULL_SCALE_VOL_MASK; in cs42l42_resume()
900 fsv_new = fsv_old & CS42L42_FULL_SCALE_VOL_MASK; in cs42l42_resume()
901 if (fsv_new != fsv_old) in cs42l42_resume()
902 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv_new); in cs42l42_resume()