Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dcontrol.h117 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
154 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument
158 *dst_id = src_kctl->id; in snd_ctl_build_ioff()
159 dst_id->index += offset; in snd_ctl_build_ioff()
160 dst_id->numid += offset; in snd_ctl_build_ioff()
161 return dst_id; in snd_ctl_build_ioff()
/linux-2.6.39/sound/core/
Dcontrol.c524 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() argument
534 kctl->id = *dst_id; in snd_ctl_rename_id()