Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/hda/
Dpatch_cs8409.c879 int fsv_old, fsv_new; in cs42l42_resume() local
896 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()