Home
last modified time | relevance | path

Searched defs:low (Results 1 – 10 of 10) sorted by relevance

/sound/
Dsound_core.c174 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit()
254 …struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const c… in sound_insert_unit()
/sound/synth/emux/
Demux_effect.c53 int low, high; /* value range */ member
Dsoundfont.c801 int s, low, bit; in snd_sf_linear_to_log() local
/sound/oss/
Dmsnd.c285 unsigned char mid, unsigned char low) in msnd_send_word()
Dmsnd.h147 #define MAKELONG(low,hi) ((long)(((WORD)(low))|(((DWORD)((WORD)(hi)))<<16))) argument
148 #define MAKEWORD(low,hi) ((WORD)(((BYTE)(low))|(((WORD)((BYTE)(hi)))<<8))) argument
/sound/isa/msnd/
Dmsnd.h186 #define MAKELONG(low, hi) ((long)(((u16)(low))|(((u32)((u16)(hi)))<<16))) argument
187 #define MAKEWORD(low, hi) ((u16)(((u8)(low))|(((u16)((u8)(hi)))<<8))) argument
Dmsnd.c108 unsigned char mid, unsigned char low) in snd_msnd_send_word()
/sound/core/oss/
Dpcm_plugin.c44 unsigned int low = (src_rate * 95) / 100; in rate_match() local
/sound/pci/emu10k1/
Demuproc.c310 u32 low, high; in snd_emu10k1_proc_acode_read() local
/sound/isa/sb/
Demu8000.c92 unsigned short low; in snd_emu8000_peek_dw() local