Searched defs:low (Results 1 – 8 of 8) sorted by relevance
/sound/ |
D | sound_core.c | 125 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() 205 …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 | 796 int s, low, bit; in snd_sf_linear_to_log() local
|
/sound/oss/ |
D | msnd.c | 286 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/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 | 91 unsigned short low; in snd_emu8000_peek_dw() local
|