Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dpatch_cs8409.c884 unsigned int fsv; in cs42l42_resume() local
900 fsv = cs8409_i2c_read(cs42l42, CS42L42_HP_CTL); in cs42l42_resume()
903 fsv |= CS42L42_FULL_SCALE_VOL_MASK; in cs42l42_resume()
904 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()
907 fsv = (fsv & ~CS42L42_ANA_MUTE_AB); in cs42l42_resume()
908 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()