Home
last modified time | relevance | path

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

/linux/sound/pci/oxygen/
H A Dcm9780.h18 #define CM9780_FMIC2MIC 0x0080 macro
H A Doxygen_mixer.c661 !!(oxygen_read_ac97(chip, 0, CM9780_JACK) & CM9780_FMIC2MIC); in mic_fmic_source_get()
676 newreg = oldreg | CM9780_FMIC2MIC; in mic_fmic_source_put()
678 newreg = oldreg & ~CM9780_FMIC2MIC; in mic_fmic_source_put()
H A Dxonar_pcm179x.c347 oxygen_ac97_set_bits(chip, 0, CM9780_JACK, CM9780_FMIC2MIC); in xonar_d2_init()