Searched refs:SNDRV_MIXER_OSS_PRESENT_CAPTURE (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/oss/
H A Dmixer_oss.c490 #define SNDRV_MIXER_OSS_PRESENT_CAPTURE (1<<10) macro
812 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE))
852 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE))
1025 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE;
1032 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE;
1058 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CAPTURE) {

Completed in 129 milliseconds