frames_to_bytes    59 include/sound/pcm-indirect.h 		rec->sw_ready += (int)frames_to_bytes(runtime, diff);
frames_to_bytes   124 include/sound/pcm-indirect.h 		rec->sw_ready -= frames_to_bytes(runtime, diff);
frames_to_bytes   646 include/sound/pcm.h 	return frames_to_bytes(runtime, runtime->buffer_size);
frames_to_bytes   652 include/sound/pcm.h 	return frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   540 sound/arm/aaci.c 	aacirun->bytes	= frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   463 sound/arm/sa11xx-uda1341.c 		dma_size = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   466 sound/arm/sa11xx-uda1341.c 			offset = frames_to_bytes(runtime, s->old_offset - 1);
frames_to_bytes   612 sound/core/oss/pcm_oss.c 	long bytes = frames_to_bytes(runtime, frames);
frames_to_bytes  1335 sound/core/oss/pcm_oss.c 		bytes = frames_to_bytes(runtime, frames1);
frames_to_bytes  1435 sound/core/oss/pcm_oss.c 		bytes = frames_to_bytes(runtime, frames1);
frames_to_bytes   102 sound/core/pcm_lib.c 				char *hwbuf = runtime->dma_area + frames_to_bytes(runtime, ofs);
frames_to_bytes  1572 sound/core/pcm_lib.c 	char __user *buf = (char __user *) data + frames_to_bytes(runtime, off);
frames_to_bytes  1577 sound/core/pcm_lib.c 		char *hwbuf = runtime->dma_area + frames_to_bytes(runtime, hwoff);
frames_to_bytes  1578 sound/core/pcm_lib.c 		if (copy_from_user(hwbuf, buf, frames_to_bytes(runtime, frames)))
frames_to_bytes  1786 sound/core/pcm_lib.c 	char __user *buf = (char __user *) data + frames_to_bytes(runtime, off);
frames_to_bytes  1791 sound/core/pcm_lib.c 		char *hwbuf = runtime->dma_area + frames_to_bytes(runtime, hwoff);
frames_to_bytes  1792 sound/core/pcm_lib.c 		if (copy_to_user(buf, hwbuf, frames_to_bytes(runtime, frames)))
frames_to_bytes  2803 sound/core/pcm_native.c 		result = frames_to_bytes(runtime, result);
frames_to_bytes  2827 sound/core/pcm_native.c 		result = frames_to_bytes(runtime, result);
frames_to_bytes  2862 sound/core/pcm_native.c 		result = frames_to_bytes(runtime, result);
frames_to_bytes  2896 sound/core/pcm_native.c 		result = frames_to_bytes(runtime, result);
frames_to_bytes   270 sound/drivers/pcm-indirect2.c 		rec->sw_ready += (int)frames_to_bytes(runtime, diff);
frames_to_bytes   428 sound/drivers/pcm-indirect2.c 		rec->sw_ready -= frames_to_bytes(runtime, diff);
frames_to_bytes   928 sound/drivers/vx/vx_pcm.c 	pipe->buffer_bytes = frames_to_bytes(runtime, runtime->buffer_size);
frames_to_bytes   929 sound/drivers/vx/vx_pcm.c 	pipe->period_bytes = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes  1095 sound/drivers/vx/vx_pcm.c 	size = frames_to_bytes(runtime, size);
frames_to_bytes   384 sound/mips/sgio2audio.c 	dst_mask = frames_to_bytes(runtime, runtime->buffer_size) - 1;
frames_to_bytes   432 sound/mips/sgio2audio.c 	src_mask = frames_to_bytes(runtime, runtime->buffer_size) - 1;
frames_to_bytes   675 sound/pci/ca0106/ca0106_main.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   749 sound/pci/ca0106/ca0106_main.c 	snd_ca0106_ptr_write(emu, PLAYBACK_PERIOD_SIZE, channel, frames_to_bytes(runtime, runtime->period_size)<<16); // buffer size in bytes
frames_to_bytes   833 sound/pci/ca0106/ca0106_main.c 	snd_ca0106_ptr_write(emu, CAPTURE_BUFFER_SIZE, channel, frames_to_bytes(runtime, runtime->buffer_size)<<16); // buffer size in bytes
frames_to_bytes   782 sound/pci/echoaudio/echoaudio.c 		pipe->position -= frames_to_bytes(substream->runtime, bufsize);
frames_to_bytes   459 sound/pci/emu10k1/emu10k1x.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   475 sound/pci/emu10k1/emu10k1x.c 	snd_emu10k1x_ptr_write(emu, PLAYBACK_PERIOD_SIZE, voice, frames_to_bytes(runtime, runtime->period_size)<<16);
frames_to_bytes   530 sound/pci/emu10k1/emu10k1x.c 	if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size))
frames_to_bytes   637 sound/pci/emu10k1/emu10k1x.c 	snd_emu10k1x_ptr_write(emu, CAPTURE_BUFFER_SIZE, 0, frames_to_bytes(runtime, runtime->buffer_size)<<16); // buffer size in bytes
frames_to_bytes   333 sound/pci/emu10k1/p16v.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   402 sound/pci/emu10k1/p16v.c 	snd_emu10k1_ptr20_write(emu, CAPTURE_BUFFER_SIZE, channel, frames_to_bytes(runtime, runtime->buffer_size) << 16); // buffer size in bytes
frames_to_bytes  1082 sound/pci/hda/hda_intel.c 		pos_adj = frames_to_bytes(runtime, pos_adj);
frames_to_bytes  1225 sound/pci/maestro3.c 	s->dma_size = frames_to_bytes(runtime, runtime->buffer_size);
frames_to_bytes  1226 sound/pci/maestro3.c 	s->period_size = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   642 sound/pci/nm256/nm256.c 	s->dma_size = frames_to_bytes(runtime, substream->runtime->buffer_size);
frames_to_bytes   643 sound/pci/nm256/nm256.c 	s->period_size = frames_to_bytes(runtime, substream->runtime->period_size);
frames_to_bytes   701 sound/pci/nm256/nm256.c 	count = frames_to_bytes(runtime, count);
frames_to_bytes   702 sound/pci/nm256/nm256.c 	pos = frames_to_bytes(runtime, pos);
frames_to_bytes   716 sound/pci/nm256/nm256.c 	count = frames_to_bytes(runtime, count);
frames_to_bytes   717 sound/pci/nm256/nm256.c 	pos = frames_to_bytes(runtime, pos);
frames_to_bytes   735 sound/pci/nm256/nm256.c 	count = frames_to_bytes(runtime, count);
frames_to_bytes   736 sound/pci/nm256/nm256.c 	pos = frames_to_bytes(runtime, pos);
frames_to_bytes  1151 sound/pci/riptide/riptide.c 				    frames_to_bytes(runtime,
frames_to_bytes  1523 sound/pci/riptide/riptide.c 		size = frames_to_bytes(runtime, runtime->buffer_size);
frames_to_bytes  1524 sound/pci/riptide/riptide.c 		period = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   283 sound/sh/aica.c 		    frames_to_bytes(runtime, runtime->buffer_size);
frames_to_bytes   316 sound/sh/aica.c 	    frames_to_bytes(runtime,
frames_to_bytes    88 sound/soc/blackfin/bf5xx-i2s-pcm.c 	int period_bytes = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   293 sound/soc/fsl/mpc5200_psc_i2s.c 		s->period_bytes = frames_to_bytes(runtime,
frames_to_bytes   261 sound/spi/at73c213.c 	block_size = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   370 sound/spi/at73c213.c 	block_size = frames_to_bytes(runtime, runtime->period_size);
frames_to_bytes   308 sound/usb/caiaq/caiaq-audio.c 		pb = frames_to_bytes(sub->runtime, 
frames_to_bytes   338 sound/usb/caiaq/caiaq-audio.c 				int sz = frames_to_bytes(rt, rt->buffer_size);
frames_to_bytes   382 sound/usb/caiaq/caiaq-audio.c 				int sz = frames_to_bytes(rt, rt->buffer_size);
frames_to_bytes   430 sound/usb/caiaq/caiaq-audio.c 				int sz = frames_to_bytes(rt, rt->buffer_size);