Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/ac97/
H A Dac97.c110 #define AC97_FLAG_AUX_HP (1 << 4) /* possible uses for AUX_OUT */ macro
423 if ((ac->flags & AC97_FLAG_AUX_HP) && in ac_probe_headphone()
1907 ac->flags |= AC97_FLAG_AUX_HP; in ac97_probe_controls()
1917 if ((!(ac->flags & AC97_FLAG_AUX_HP)) && (ear & EAR_SDAC)) { in ac97_probe_controls()
1926 if (!(ac->flags & (AC97_FLAG_AUX_HP | AC97_FLAG_AUX_4CH))) { in ac97_probe_controls()