Home
last modified time | relevance | path

Searched refs:SND_DEV_DSP16 (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/sound/oss/
Dsoundcard.c160 case SND_DEV_DSP16: in sound_read()
191 case SND_DEV_DSP16: in sound_write()
241 case SND_DEV_DSP16: in sound_open()
276 case SND_DEV_DSP16: in sound_release()
364 case SND_DEV_DSP16: in sound_ioctl()
393 case SND_DEV_DSP16: in sound_ioctl()
422 case SND_DEV_DSP16: in sound_poll()
439 if (dev_class != SND_DEV_DSP && dev_class != SND_DEV_DSP16 && dev_class != SND_DEV_AUDIO) { in sound_mmap()
540 { SND_DEV_DSP16 },
Dau1550_ac97.c1835 if ((minor & 0xf) == SND_DEV_DSP16) in au1550_open()
1845 if ((minor & 0xf) == SND_DEV_DSP16) in au1550_open()
Daudio.c82 if (dev_type == SND_DEV_DSP16) in audio_open()
Dvwsnd.c2963 else if ((minor & 0xF) == SND_DEV_DSP16) in vwsnd_audio_open()
/linux-2.6.39/include/linux/
Dsound.h14 #define SND_DEV_DSP16 5 /* Like /dev/dsp but 16 bits/sample */ macro
/linux-2.6.39/sound/oss/dmasound/
Ddmasound.h24 #define SND_DEV_DSP16 5 /* Like /dev/dsp but 16 bits/sample */ macro