Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Dirq.c48 int voice_max = status & IPR_CHANNELNUMBERMASK; in snd_emu10k1_interrupt()
84 status &= ~IPR_CHANNELNUMBERMASK; in snd_emu10k1_interrupt()
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h98 #define IPR_CHANNELNUMBERMASK 0x0000003f /* When IPR_CHANNELLOOP is set, indicates the */ macro