Home
last modified time | relevance | path

Searched refs:dst_ofs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/core/oss/
H A Dlinear.c35 unsigned int dst_ofs; /* byte soffset in destination format */ member
52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()
136 data->dst_ofs = 4 - data->dst_bytes; in init_data()
138 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dlinear.c35 unsigned int dst_ofs; /* byte soffset in destination format */ member
52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()
136 data->dst_ofs = 4 - data->dst_bytes; in init_data()
138 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
/kernel/linux/linux-5.10/sound/pci/lola/
H A Dlola_mixer.c758 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
761 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
783 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
798 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
/kernel/linux/linux-6.6/sound/pci/lola/
H A Dlola_mixer.c760 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
763 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
785 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
800 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;

Completed in 4 milliseconds