Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/audio/ac97/
H A Dac97_impl.h43 uint16_t actrl_muteable; /* if muteable, bits for it */ member
H A Dac97.c835 mute = value ? 0 : ctrl->actrl_muteable; in ac_stereo_set()
849 mute = val ? 0 : ctrl->actrl_muteable; in ac_mono_set()
851 mask = ctrl->actrl_muteable | in ac_mono_set()
1354 ctrl->actrl_muteable = cpt->cp_muteable; in ac_add_control()