dst_ofs            35 sound/core/oss/linear.c 	unsigned int dst_ofs;	/* byte soffset in destination format */
dst_ofs            52 sound/core/oss/linear.c 	memcpy(dst, p + data->dst_ofs, data->dst_bytes);
dst_ofs           136 sound/core/oss/linear.c 		data->dst_ofs = 4 - data->dst_bytes;
dst_ofs           138 sound/core/oss/linear.c 		data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 -
dst_ofs           758 sound/pci/lola/lola_mixer.c 	unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
dst_ofs           761 sound/pci/lola/lola_mixer.c 	dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
dst_ofs           783 sound/pci/lola/lola_mixer.c 	unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
dst_ofs           798 sound/pci/lola/lola_mixer.c 	dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;