Searched refs:fsv_old (Results 1 – 1 of 1) sorted by relevance
879 int fsv_old, fsv_new; in cs42l42_resume() local896 fsv_old = cs8409_i2c_read(cs42l42, CS42L42_HP_CTL); in cs42l42_resume()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()