Home
last modified time | relevance | path

Searched refs:bytes_to_frames (Results 1 – 25 of 88) sorted by relevance

1234

/linux-3.3/include/sound/
Dpcm-indirect.h105 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer()
174 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_capture_pointer()
/linux-3.3/sound/soc/imx/
Dimx-pcm-dma-mx2.c231 bytes_to_frames(substream->runtime, iprtd->offset)); in snd_imx_pcm_pointer()
233 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
Dimx-pcm-fiq.c166 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
/linux-3.3/sound/soc/kirkwood/
Dkirkwood-dma.c280 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
283 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
/linux-3.3/sound/soc/omap/
Domap-pcm.c267 offset = bytes_to_frames(runtime, ptr - runtime->dma_addr); in omap_pcm_pointer()
270 offset = bytes_to_frames(runtime, ptr - runtime->dma_addr); in omap_pcm_pointer()
/linux-3.3/sound/pci/ctxfi/
Dctpcm.c262 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer()
366 position = bytes_to_frames(runtime, position); in ct_pcm_capture_pointer()
/linux-3.3/sound/isa/sb/
Dsb8_main.c427 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_playback_pointer()
443 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_capture_pointer()
/linux-3.3/sound/pci/aw2/
Daw2-alsa.c588 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_playback()
607 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_capture()
/linux-3.3/sound/soc/blackfin/
Dbf5xx-i2s-pcm.c153 frames = bytes_to_frames(substream->runtime, diff); in bf5xx_pcm_pointer()
/linux-3.3/sound/soc/sh/
Dsiu_pcm.c437 xfer_cnt = bytes_to_frames(rt, siu_stream->period_bytes); in siu_pcm_prepare()
527 return bytes_to_frames(ss->runtime, ptr); in siu_pcm_pointer_dma()
Ddma-sh7760.c311 return bytes_to_frames(runtime, pos); in camelot_pos()
/linux-3.3/sound/isa/msnd/
Dmsnd.c570 return bytes_to_frames(substream->runtime, chip->playDMAPos); in snd_msnd_playback_pointer()
647 return bytes_to_frames(runtime, chip->captureDMAPos); in snd_msnd_capture_pointer()
/linux-3.3/drivers/usb/gadget/
Du_audio.c191 frames = bytes_to_frames(runtime, count); in u_audio_playback()
/linux-3.3/sound/arm/
Dpxa2xx-pcm-lib.c128 snd_pcm_uframes_t x = bytes_to_frames(runtime, ptr - runtime->dma_addr); in pxa2xx_pcm_pointer()
/linux-3.3/drivers/staging/media/go7007/
Dsnd-go7007.c83 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data()
/linux-3.3/sound/soc/au1x/
Ddbdma2.c291 return bytes_to_frames(substream->runtime, to_dmadata(substream)->pos); in au1xpsc_pcm_pointer()
Ddma.c291 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
/linux-3.3/sound/drivers/pcsp/
Dpcsp_lib.c285 return bytes_to_frames(substream->runtime, pos); in snd_pcsp_playback_pointer()
/linux-3.3/sound/soc/ep93xx/
Dep93xx-pcm.c222 return bytes_to_frames(runtime, rtd->pointer_bytes); in ep93xx_pcm_pointer()
/linux-3.3/sound/soc/mxs/
Dmxs-pcm.c195 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_mxs_pcm_pointer()
/linux-3.3/sound/pci/riptide/
Driptide.c1137 bytes_to_frames(runtime, pos), in riptide_handleirq()
1379 bytes_to_frames(runtime, rptr.retlongs[1]), in snd_riptide_pointer()
1380 bytes_to_frames(runtime, in snd_riptide_pointer()
1384 bytes_to_frames(runtime, in snd_riptide_pointer()
1388 bytes_to_frames(runtime, in snd_riptide_pointer()
1393 ret = bytes_to_frames(runtime, 0); in snd_riptide_pointer()
/linux-3.3/sound/soc/jz4740/
Djz4740-pcm.c206 offset = bytes_to_frames(runtime, byte_offset); in jz4740_pcm_pointer()
/linux-3.3/sound/soc/nuc900/
Dnuc900-pcm.c258 return bytes_to_frames(substream->runtime, res); in nuc900_dma_pointer()
/linux-3.3/sound/pci/emu10k1/
Dp16v.c564 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_playback()
587 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_capture()
/linux-3.3/sound/pci/
Dals4000.c515 return bytes_to_frames( substream->runtime, result ); in snd_als4000_capture_pointer()
527 return bytes_to_frames( substream->runtime, result ); in snd_als4000_playback_pointer()

1234