Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da10_codec.c233 mix_setrecdevs(m, SOUND_MASK_LINE | SOUND_MASK_LINE1 | SOUND_MASK_MIC); in a10_mixer_init()
294 case SOUND_MASK_MIC: /* MIC1 */ in a10_mixer_setrecsrc()
312 return (SOUND_MASK_MIC); in a10_mixer_setrecsrc()
509 SOUND_MASK_MIC | SOUND_MASK_LINE | SOUND_MASK_LINE1); in h3_mixer_init()
510 mix_setrecdevs(m, SOUND_MASK_MIC | SOUND_MASK_LINE | SOUND_MASK_LINE1 | in h3_mixer_init()
564 src &= (SOUND_MASK_LINE | SOUND_MASK_MIC | in h3_mixer_setrecsrc()
569 if ((src & SOUND_MASK_MIC) != 0) /* MIC1 */ in h3_mixer_setrecsrc()
/f-stack/freebsd/sys/
H A Dsoundcard.h1091 #define SOUND_MASK_MIC (1 << SOUND_MIXER_MIC) macro