Home
last modified time | relevance | path

Searched refs:first (Results 1 – 23 of 23) sorted by relevance

/sound/isa/gus/
Dgus_mem.c51 pblock = alloc->first; in snd_gf1_mem_xalloc()
57 if (pblock == alloc->first) in snd_gf1_mem_xalloc()
58 alloc->first = nblock; in snd_gf1_mem_xalloc()
69 alloc->first = alloc->last = nblock; in snd_gf1_mem_xalloc()
85 if (alloc->first == block) { in snd_gf1_mem_xfree()
86 alloc->first = block->next; in snd_gf1_mem_xfree()
113 for (block = alloc->first; block; block = block->next) { in snd_gf1_mem_look()
129 for (block = alloc->first; block; block = block->next) in snd_gf1_mem_share()
155 for (pblock = alloc->first, idx = 0; pblock; pblock = pblock->next) { in snd_gf1_mem_find()
247 alloc->first = alloc->last = NULL; in snd_gf1_mem_init()
[all …]
/sound/core/oss/
Dmulaw.c188 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_decode()
189 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_decode()
234 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_encode()
235 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_encode()
263 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in mulaw_transfer()
266 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in mulaw_transfer()
Dlinear.c75 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in convert()
76 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in convert()
101 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in linear_transfer()
104 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in linear_transfer()
Drate.c91 src_channels[channel].area.first / 8 / 2; in resample_expand()
93 dst_channels[channel].area.first / 8 / 2; in resample_expand()
150 src_channels[channel].area.first / 8 / 2; in resample_shrink()
152 dst_channels[channel].area.first / 8 / 2; in resample_shrink()
265 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in rate_transfer()
268 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in rate_transfer()
Dpcm_plugin.c84 c->area.first = channel * width; in snd_pcm_plugin_alloc()
96 c->area.first = 0; in snd_pcm_plugin_alloc()
580 v->area.first = channel * width; in snd_pcm_plug_client_channels_buf()
659 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_silence()
671 int dstbit = dst_area->first % 8; in snd_pcm_area_silence()
703 src = src_area->addr + (src_area->first + src_area->step * src_offset) / 8; in snd_pcm_area_copy()
706 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_copy()
722 int srcbit = src_area->first % 8; in snd_pcm_area_copy()
724 int dstbit = dst_area->first % 8; in snd_pcm_area_copy()
Dcopy.c41 if (snd_BUG_ON(src_channels->area.first % 8 || in copy_transfer()
44 if (snd_BUG_ON(dst_channels->area.first % 8 || in copy_transfer()
Dpcm_plugin.h36 unsigned int first; /* offset to first sample in bits */ member
92 int snd_pcm_plugin_clear(struct snd_pcm_plugin **first);
/sound/core/
Dpcm_compat.c156 u32 first; member
168 get_user(info.first, &src->first) || in snd_pcm_ioctl_channel_info_compat()
176 put_user(info.first, &src->first) || in snd_pcm_ioctl_channel_info_compat()
Dpcm_lib.c1762 info->first = info->channel * width; in snd_pcm_lib_ioctl_channel_info()
1769 info->first = info->channel * size * 8; in snd_pcm_lib_ioctl_channel_info()
/sound/usb/usx2y/
Dus122l.h12 struct file *first; member
Dus122l.c199 if (!us122l->first) in usb_stream_hwdep_open()
200 us122l->first = file; in usb_stream_hwdep_open()
225 if (us122l->first == file) in usb_stream_hwdep_release()
226 us122l->first = NULL; in usb_stream_hwdep_release()
286 if (us122l->first == file) in usb_stream_hwdep_poll()
/sound/soc/blackfin/
DKconfig43 Note: This driver assumes that first ADAU1373 DAI is connected to the
44 first SPORT port on the BF5XX board.
57 interfaces are connected to the first SPORT port on the BF5XX board.
/sound/soc/sh/
DKconfig47 This option enables generic sound support for the first
/sound/oss/
Dopl3.c1003 int i, p, best, first, avail, best_time = 0x7fffffff; in opl3_alloc_voice() local
1024 first = p = 0; in opl3_alloc_voice()
1030 first = p = 6; in opl3_alloc_voice()
1032 first = p = 0; in opl3_alloc_voice()
1039 best = first; in opl3_alloc_voice()
Dad1848.c2949 static int first = 1; in ad1848_isapnp_probe() local
2962 if(!first || !reverse) in ad1848_isapnp_probe()
2964 first = 0; in ad1848_isapnp_probe()
/sound/isa/wavefront/
Dwavefront.c293 static int first = 1; in snd_wavefront_new_midi() local
295 if (first) { in snd_wavefront_new_midi()
296 first = 0; in snd_wavefront_new_midi()
/sound/drivers/
Dserial-u16550.c655 char first; in snd_uart16550_output_write() local
691 first = 0; in snd_uart16550_output_write()
695 if (first == 0 && in snd_uart16550_output_write()
732 first = 1; in snd_uart16550_output_write()
DKconfig85 1->0, where first number is the playback PCM device and second
/sound/pci/asihpi/
Dasihpi.c726 int first = 1; in snd_card_asihpi_timer_function() local
781 if (first) { in snd_card_asihpi_timer_function()
785 first = 0; in snd_card_asihpi_timer_function()
/sound/pci/korg1212/
Dkorg1212.c1483 info->first = info->channel * 16; in snd_korg1212_ioctl()
1485 …_info %d:, offset=%ld, first=%d, step=%d\n", info->channel, info->offset, info->first, info->step); in snd_korg1212_ioctl()
/sound/pci/rme9652/
Drme9652.c2067 info->first = 0; in snd_rme9652_channel_info()
Dhdspm.c5431 info->first = 0; in snd_hdspm_channel_info()
Dhdsp.c4136 info->first = 0; in snd_hdsp_channel_info()