Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsoundcard.h587 # define DSP_CAP_REALTIME 0x00000200 /* Real time capability */ macro
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c1945 #if defined(DSP_CAP_REALTIME) && 0 in snd_pcm_oss_get_caps1()
1949 res &= ~DSP_CAP_REALTIME; in snd_pcm_oss_get_caps1()
1959 result = DSP_CAP_TRIGGER | DSP_CAP_MMAP | DSP_CAP_DUPLEX | DSP_CAP_REALTIME; in snd_pcm_oss_get_caps()
/linux-4.4.14/sound/oss/
Dswarm_cs4297a.c2012 return put_user(DSP_CAP_DUPLEX | DSP_CAP_REALTIME | in cs4297a_ioctl()