Searched defs:low (Results 1 – 10 of 10) sorted by relevance
/sound/ |
D | sound_core.c | 174 …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/ |
D | emux_effect.c | 53 int low, high; /* value range */ member
|
D | soundfont.c | 801 int s, low, bit; in snd_sf_linear_to_log() local
|
/sound/oss/ |
D | msnd.c | 285 unsigned char mid, unsigned char low) in msnd_send_word()
|
D | msnd.h | 147 #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/ |
D | msnd.h | 186 #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
|
D | msnd.c | 108 unsigned char mid, unsigned char low) in snd_msnd_send_word()
|
/sound/core/oss/ |
D | pcm_plugin.c | 44 unsigned int low = (src_rate * 95) / 100; in rate_match() local
|
/sound/pci/emu10k1/ |
D | emuproc.c | 310 u32 low, high; in snd_emu10k1_proc_acode_read() local
|
/sound/isa/sb/ |
D | emu8000.c | 92 unsigned short low; in snd_emu8000_peek_dw() local
|