/sound/isa/gus/ |
D | gus_mem.c | 36 pblock = alloc->first; in snd_gf1_mem_xalloc() 42 if (pblock == alloc->first) in snd_gf1_mem_xalloc() 43 alloc->first = nblock; in snd_gf1_mem_xalloc() 54 alloc->first = alloc->last = nblock; in snd_gf1_mem_xalloc() 70 if (alloc->first == block) { in snd_gf1_mem_xfree() 71 alloc->first = block->next; in snd_gf1_mem_xfree() 98 for (block = alloc->first; block; block = block->next) { in snd_gf1_mem_look() 114 for (block = alloc->first; block; block = block->next) in snd_gf1_mem_share() 140 for (pblock = alloc->first, idx = 0; pblock; pblock = pblock->next) { in snd_gf1_mem_find() 229 alloc->first = alloc->last = NULL; in snd_gf1_mem_init() [all …]
|
/sound/core/oss/ |
D | mulaw.c | 188 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()
|
D | linear.c | 75 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()
|
D | rate.c | 91 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()
|
D | copy.c | 41 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()
|
D | pcm_plugin.c | 87 c->area.first = channel * width; in snd_pcm_plugin_alloc() 99 c->area.first = 0; in snd_pcm_plugin_alloc() 613 v->area.first = channel * width; in snd_pcm_plug_client_channels_buf() 700 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_silence() 712 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() 744 src = src_area->addr + (src_area->first + src_area->step * src_offset) / 8; in snd_pcm_area_copy() 747 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_copy() 763 int srcbit = src_area->first % 8; in snd_pcm_area_copy() 765 int dstbit = dst_area->first % 8; in snd_pcm_area_copy()
|
D | pcm_plugin.h | 21 unsigned int first; /* offset to first sample in bits */ member 77 int snd_pcm_plugin_clear(struct snd_pcm_plugin **first);
|
/sound/usb/usx2y/ |
D | us122l.h | 13 struct file *first; member
|
D | us122l.c | 187 if (!us122l->first) in usb_stream_hwdep_open() 188 us122l->first = file; in usb_stream_hwdep_open() 211 if (us122l->first == file) in usb_stream_hwdep_release() 212 us122l->first = NULL; in usb_stream_hwdep_release() 274 if (us122l->first == file) in usb_stream_hwdep_poll()
|
/sound/core/ |
D | pcm_compat.c | 137 u32 first; member 149 get_user(info.first, &src->first) || in snd_pcm_ioctl_channel_info_compat() 157 put_user(info.first, &src->first) || in snd_pcm_ioctl_channel_info_compat()
|
D | pcm_lib.c | 1707 info->first = info->channel * width; in snd_pcm_lib_ioctl_channel_info() 1714 info->first = info->channel * size * 8; in snd_pcm_lib_ioctl_channel_info()
|
/sound/drivers/ |
D | serial-u16550.c | 640 char first; in snd_uart16550_output_write() local 676 first = 0; in snd_uart16550_output_write() 680 if (first == 0 && in snd_uart16550_output_write() 717 first = 1; in snd_uart16550_output_write()
|
D | Kconfig | 99 1->0, where first number is the playback PCM device and second
|
/sound/isa/wavefront/ |
D | wavefront.c | 280 static int first = 1; in snd_wavefront_new_midi() local 282 if (first) { in snd_wavefront_new_midi() 283 first = 0; in snd_wavefront_new_midi()
|
/sound/soc/sh/ |
D | Kconfig | 57 This option enables generic sound support for the first
|
/sound/soc/intel/ |
D | Kconfig | 64 deselect this option first.
|
/sound/soc/sof/intel/ |
D | Kconfig | 85 the legacy driver first.
|
/sound/pci/asihpi/ |
D | asihpi.c | 749 int first = 1; in snd_card_asihpi_timer_function() local 803 if (first) { in snd_card_asihpi_timer_function() 807 first = 0; in snd_card_asihpi_timer_function()
|
/sound/pci/korg1212/ |
D | korg1212.c | 1483 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/ |
D | rme9652.c | 2066 info->first = 0; in snd_rme9652_channel_info()
|
D | hdsp.c | 4089 info->first = 0; in snd_hdsp_channel_info()
|
D | hdspm.c | 5730 info->first = 0; in snd_hdspm_channel_info()
|
/sound/pci/hda/ |
D | patch_realtek.c | 4098 bool first) in alc298_huawei_mbx_stereo_seq() argument 4103 if (first) in alc298_huawei_mbx_stereo_seq()
|