Home
last modified time | relevance | path

Searched refs:dst_ofs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/core/oss/
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()
134 data->dst_ofs = 4 - data->dst_bytes; in init_data()
136 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
/Linux-v4.19/sound/pci/lola/
Dlola_mixer.c771 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
774 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
796 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff;
811 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;