Searched refs:IPR_ADCBUFHALFFULL (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/sound/
H A Demu10k1.h113 #define IPR_ADCBUFHALFFULL 0x00004000 /* ADC buffer half full */ macro
/linux-master/sound/pci/emu10k1/
H A Dirq.c83 if (status & (IPR_ADCBUFFULL|IPR_ADCBUFHALFFULL)) {
88 status &= ~(IPR_ADCBUFFULL|IPR_ADCBUFHALFFULL);
H A Demupcm.c44 if (status & IPR_ADCBUFHALFFULL) {
1261 epcm->capture_ipr = IPR_ADCBUFFULL|IPR_ADCBUFHALFFULL;

Completed in 244 milliseconds