Searched refs:runtime (Results 76 - 100 of 275) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile171 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
172 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
173 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
174 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
175 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
176 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \
177 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \
178 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \
179 $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \
180 $(top_srcdir)/../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/mips/
H A Dau1x00.c156 struct snd_pcm_runtime *runtime = substream->runtime; local
161 dma_start = virt_to_phys(runtime->dma_area);
293 substream->runtime->hw = snd_au1000_hw;
294 return (snd_pcm_hw_constraint_list(substream->runtime, 0,
306 substream->runtime->hw = snd_au1000_hw;
307 return (snd_pcm_hw_constraint_list(substream->runtime, 0,
357 struct snd_pcm_runtime *runtime = substream->runtime; local
359 if (runtime
371 struct snd_pcm_runtime *runtime = substream->runtime; local
407 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Daaci.c425 struct snd_pcm_runtime *runtime = substream->runtime; local
429 runtime->private_data = aacirun;
430 runtime->hw = aaci_hw_info;
432 runtime->hw.fifo_size = aaci->fifosize * 2;
438 ret = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
463 struct aaci_runtime *aacirun = substream->runtime->private_data;
475 struct aaci_runtime *aacirun = substream->runtime->private_data;
527 struct snd_pcm_runtime *runtime = substream->runtime; local
541 struct snd_pcm_runtime *runtime = substream->runtime; local
818 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Dpxa2xx-ac97.c207 struct snd_pcm_runtime *runtime = substream->runtime; local
211 runtime->hw.channels_min = 2;
212 runtime->hw.channels_max = 2;
216 runtime->hw.rates = pxa2xx_ac97_ac97->rates[r];
217 snd_pcm_limit_hw_rates(runtime);
237 struct snd_pcm_runtime *runtime = substream->runtime; local
240 return snd_ac97_set_rate(pxa2xx_ac97_ac97, reg, runtime->rate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dvia82xx.c720 struct viadev *viadev = substream->runtime->private_data;
822 struct viadev *viadev = substream->runtime->private_data;
843 return bytes_to_frames(substream->runtime, res);
852 struct viadev *viadev = substream->runtime->private_data;
900 return bytes_to_frames(substream->runtime, res);
912 struct viadev *viadev = substream->runtime->private_data;
934 struct viadev *viadev = substream->runtime->private_data;
957 struct snd_pcm_runtime *runtime)
963 (runtime->format == SNDRV_PCM_FORMAT_S16_LE ? VIA_REG_TYPE_16BIT : 0) |
964 (runtime
956 via686_setup_format(struct via82xx *chip, struct viadev *viadev, struct snd_pcm_runtime *runtime) argument
974 struct snd_pcm_runtime *runtime = substream->runtime; local
986 struct snd_pcm_runtime *runtime = substream->runtime; local
1020 struct snd_pcm_runtime *runtime = substream->runtime; local
1062 struct snd_pcm_runtime *runtime = substream->runtime; local
1106 struct snd_pcm_runtime *runtime = substream->runtime; local
1155 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Dals300.c221 data = chip->playback_substream->runtime->private_data;
229 data = chip->capture_substream->runtime->private_data;
255 data = chip->playback_substream->runtime->private_data;
264 data = chip->capture_substream->runtime->private_data;
385 struct snd_pcm_runtime *runtime = substream->runtime; local
391 runtime->hw = snd_als300_playback_hw;
392 runtime->private_data = data;
404 data = substream->runtime->private_data;
416 struct snd_pcm_runtime *runtime local
460 struct snd_pcm_runtime *runtime = substream->runtime; local
491 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Dals4000.c175 static int snd_als4000_get_format(struct snd_pcm_runtime *runtime) argument
180 if (snd_pcm_format_signed(runtime->format))
182 if (snd_pcm_format_physical_width(runtime->format) == 16)
184 if (runtime->channels > 1)
242 struct snd_pcm_runtime *runtime = substream->runtime; local
246 chip->capture_format = snd_als4000_get_format(runtime);
256 snd_als4000_set_rate(chip, runtime->rate);
257 snd_als4000_set_capture_dma(chip, runtime->dma_addr, size);
269 struct snd_pcm_runtime *runtime local
448 struct snd_pcm_runtime *runtime = substream->runtime; local
467 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Dbt87x.c313 .rates = 0, /* set at runtime */
341 static int snd_bt87x_set_digital_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) argument
358 runtime->hw = snd_bt87x_digital_hw;
359 runtime->hw.rates = SNDRV_PCM_RATE_KNOT;
362 runtime->hw.rates = ratebits[i].bit;
365 runtime->hw.rate_min = chip->dig_rate;
366 runtime->hw.rate_max = chip->dig_rate;
370 static int snd_bt87x_set_analog_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) argument
384 runtime->hw = snd_bt87x_analog_hw;
385 return snd_pcm_hw_constraint_ratnums(runtime,
392 struct snd_pcm_runtime *runtime = substream->runtime; local
455 struct snd_pcm_runtime *runtime = substream->runtime; local
511 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Des1938.c477 struct snd_pcm_runtime *runtime = substream->runtime; local
478 if (runtime->rate_num == clocks[0].num)
479 bits = 128 - runtime->rate_den;
481 bits = 256 - runtime->rate_den;
484 div0 = 256 - 7160000*20/(8*82*runtime->rate);
637 struct snd_pcm_runtime *runtime = substream->runtime; local
643 chip->dma1_start = runtime->dma_addr;
645 mono = (runtime
685 struct snd_pcm_runtime *runtime = substream->runtime; local
722 struct snd_pcm_runtime *runtime = substream->runtime; local
825 struct snd_pcm_runtime *runtime = substream->runtime; local
909 struct snd_pcm_runtime *runtime = substream->runtime; local
924 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
H A Dintel8x0.c337 #define get_ichdev(substream) (substream->runtime->private_data)
895 struct snd_pcm_runtime *runtime = substream->runtime; local
900 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); /* clear */
907 if (runtime->dma_area && ! ichdev->page_attr_changed) {
908 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1);
939 fill_nocache(substream->runtime->dma_area, substream->runtime
945 snd_intel8x0_setup_pcm_out(struct intel8x0 *chip, struct snd_pcm_runtime *runtime) argument
1001 struct snd_pcm_runtime *runtime = substream->runtime; local
1090 struct snd_pcm_runtime *runtime = substream->runtime; local
1110 struct snd_pcm_runtime *runtime = substream->runtime; local
2381 struct snd_pcm_runtime *runtime = ichdev->substream->runtime; local
2454 struct snd_pcm_runtime *runtime = ichdev->substream->runtime; local
[all...]
H A Dcs4281.c667 struct cs4281_dma *dma = substream->runtime->private_data;
732 struct snd_pcm_runtime *runtime,
739 if (runtime->channels == 1)
741 if (snd_pcm_format_unsigned(runtime->format) > 0)
743 if (snd_pcm_format_big_endian(runtime->format) > 0)
745 switch (snd_pcm_format_width(runtime->format)) {
747 if (runtime->channels == 1)
754 if (runtime->buffer_size != runtime->period_size)
757 snd_cs4281_pokeBA0(chip, dma->regDBA, runtime
731 snd_cs4281_mode(struct cs4281 *chip, struct cs4281_dma *dma, struct snd_pcm_runtime *runtime, int capture, int src) argument
809 struct snd_pcm_runtime *runtime = substream->runtime; local
821 struct snd_pcm_runtime *runtime = substream->runtime; local
833 struct snd_pcm_runtime *runtime = substream->runtime; local
897 struct snd_pcm_runtime *runtime = substream->runtime; local
917 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile173 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
174 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
175 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
176 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
177 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
178 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \
179 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \
180 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \
181 $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \
182 $(top_srcdir)/../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1724.c345 reg = s->runtime->private_data;
547 val = (8 - substream->runtime->channels) >> 1;
550 outl(substream->runtime->dma_addr, ICEMT1724(ice, PLAYBACK_ADDR));
563 // printk("pro prepare: ch = %d, addr = 0x%x, buffer = 0x%x, period = 0x%x\n", substream->runtime->channels, (unsigned int)substream->runtime->dma_addr, snd_pcm_lib_buffer_bytes(substream), snd_pcm_lib_period_bytes(substream));
576 ptr = bytes_to_frames(substream->runtime, ptr);
579 else if (ptr <= substream->runtime->buffer_size)
580 ptr = substream->runtime->buffer_size - ptr;
583 (int)ptr, (int)substream->runtime->buffer_size);
592 const struct vt1724_pcm_reg *reg = substream->runtime
707 struct snd_pcm_runtime *runtime = substream->runtime; local
750 struct snd_pcm_runtime *runtime = substream->runtime; local
781 struct snd_pcm_runtime *runtime = substream->runtime; local
932 struct snd_pcm_runtime *runtime = substream->runtime; local
964 struct snd_pcm_runtime *runtime = substream->runtime; local
1108 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.c462 chip->chip_idx, (void*)subs->runtime->dma_addr,
463 subs->runtime->dma_bytes, subs->number);
468 snd_assert(subs->runtime->dma_bytes < 0x200000); /* max buffer size is 2 MByte */
469 rmh.cmd[1] = subs->runtime->dma_bytes * 8; /* size in bits */
470 rmh.cmd[2] = subs->runtime->dma_addr >> 24; /* most significant byte */
472 rmh.cmd[3] = subs->runtime->dma_addr & MASK_DSP_WORD; /* least 3 significant bytes */
631 stream = s->runtime->private_data;
638 stream = subs->runtime->private_data;
655 stream = s->runtime->private_data;
696 struct pcxhr_stream *stream = (pcxhr_stream_t*)subs->runtime
827 struct snd_pcm_runtime *runtime = subs->runtime; local
925 struct snd_pcm_runtime *runtime = subs->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-audio.c149 substream->runtime->hw = dev->pcm_info;
150 snd_pcm_limit_hw_rates(substream->runtime);
200 struct snd_pcm_runtime *runtime = substream->runtime; local
215 if (runtime->rate == rates[i])
218 snd_pcm_limit_hw_rates(runtime);
224 bpp = ((runtime->rate / 8000) + CLOCK_DRIFT_TOLERANCE)
227 ret = snd_usb_caiaq_set_audio_params(dev, runtime->rate,
228 runtime->sample_bits, bpp);
280 return bytes_to_frames(sub->runtime,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c140 int (*prepare)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
141 int (*retire)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
142 int (*prepare_sync)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
143 int (*retire_sync)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
253 struct snd_pcm_runtime *runtime,
275 struct snd_pcm_runtime *runtime,
296 struct snd_pcm_runtime *runtime,
313 struct snd_pcm_runtime *runtime,
338 struct snd_pcm_runtime *runtime,
347 stride = runtime
252 prepare_capture_sync_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
274 prepare_capture_sync_urb_hs(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
295 retire_capture_sync_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
312 prepare_capture_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
337 retire_capture_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
388 retire_paused_capture_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
402 prepare_playback_sync_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
420 prepare_playback_sync_urb_hs(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
438 retire_playback_sync_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
464 retire_playback_sync_urb_hs(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
501 prepare_nodata_playback_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
533 prepare_playback_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
612 retire_playback_urb(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *urb) argument
709 struct snd_pcm_runtime *runtime = subs->runtime; local
725 struct snd_pcm_runtime *runtime = subs->runtime; local
811 start_urbs(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime) argument
1483 struct snd_pcm_runtime *runtime = substream->runtime; local
1796 snd_usb_pcm_check_knot(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) argument
1835 setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) argument
1900 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1816a/
H A Dad1816a_lib.c236 struct snd_pcm_runtime *runtime = substream->runtime; local
245 snd_dma_program(chip->dma1, runtime->dma_addr, size,
248 rate = runtime->rate;
254 snd_ad1816a_get_format(chip, runtime->format,
255 runtime->channels));
268 struct snd_pcm_runtime *runtime = substream->runtime; local
277 snd_dma_program(chip->dma2, runtime->dma_addr, size,
280 rate = runtime
386 struct snd_pcm_runtime *runtime = substream->runtime; local
402 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c412 struct mixart_stream *stream = subs->runtime->private_data;
473 struct mixart_stream *stream = subs->runtime->private_data;
484 chip->mgr->sample_rate = subs->runtime->rate;
488 if( mixart_set_clock(chip->mgr, stream->pipe, subs->runtime->rate) )
584 struct mixart_stream *stream = subs->runtime->private_data;
625 bufferinfo[i].buffer_address = subs->runtime->dma_addr;
626 bufferinfo[i].available_length = subs->runtime->dma_bytes;
699 struct snd_pcm_runtime *runtime = subs->runtime; local
710 runtime
774 struct snd_pcm_runtime *runtime = subs->runtime; local
881 struct snd_pcm_runtime *runtime = subs->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-alsa.c345 * audio pcm capture runtime free
347 static void snd_card_cx88_runtime_free(struct snd_pcm_runtime *runtime) argument
356 struct snd_pcm_runtime *runtime = substream->runtime; local
362 err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
371 runtime->private_free = snd_card_cx88_runtime_free;
372 runtime->hw = snd_cx88_digital_hw;
404 if (substream->runtime->dma_area) {
406 substream->runtime->dma_area = NULL;
449 substream->runtime
511 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-pcm.c92 hw = &pi->substream->runtime->hw;
318 struct snd_pcm_runtime *runtime; local
343 if (!pi->substream || !pi->substream->runtime) {
348 runtime = pi->substream->runtime;
351 ((i2sdev->format != runtime->format)
352 || (i2sdev->rate != runtime->rate))) {
357 i2sdev->format = runtime->format;
358 i2sdev->rate = runtime->rate;
361 nperiods = pi->substream->runtime
626 struct snd_pcm_runtime *runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-core.c131 * Called by ALSA when a PCM substream is opened, the runtime->hw record is
139 struct snd_pcm_runtime *runtime = substream->runtime; local
185 runtime->hw.rate_min =
187 runtime->hw.rate_max =
189 runtime->hw.channels_min =
192 runtime->hw.channels_max =
195 runtime->hw.formats =
197 runtime->hw.rates =
200 runtime
1187 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile.in166 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
167 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
168 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
169 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
170 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
171 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \
172 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \
173 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \
174 $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \
175 $(top_srcdir)/../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/styles/
H A DMakefile.in167 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
168 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
169 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
170 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
171 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
172 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \
173 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \
174 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \
175 $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \
176 $(top_srcdir)/../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A DMakefile.in168 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
169 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
170 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
171 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
172 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
173 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \
174 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \
175 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \
176 $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \
177 $(top_srcdir)/../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c687 struct snd_pcm_runtime *runtime = substream->runtime; local
688 struct snd_cs46xx_pcm * cpcm = runtime->private_data;
689 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes);
694 struct snd_pcm_runtime *runtime = substream->runtime; local
695 struct snd_cs46xx_pcm * cpcm = runtime->private_data;
704 struct snd_pcm_runtime *runtime = substream->runtime; local
705 memcpy(runtime
896 struct snd_pcm_runtime *runtime = substream->runtime; local
998 struct snd_pcm_runtime *runtime = substream->runtime; local
1022 struct snd_pcm_runtime *runtime = substream->runtime; local
1091 struct snd_pcm_runtime *runtime = substream->runtime; local
1121 struct snd_pcm_runtime *runtime = substream->runtime; local
1135 struct snd_pcm_runtime *runtime = substream->runtime; local
1293 snd_cs46xx_pcm_free_substream(struct snd_pcm_runtime *runtime) argument
1302 struct snd_pcm_runtime *runtime = substream->runtime; local
1419 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]

Completed in 237 milliseconds

1234567891011