Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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;