Searched refs:rslot (Results 1 – 2 of 2) sorted by relevance
952 static void mixer_slot_clear(struct snd_mixer_oss_slot *rslot) in mixer_slot_clear() argument954 int idx = rslot->number; /* remember this */ in mixer_slot_clear()955 if (rslot->private_free) in mixer_slot_clear()956 rslot->private_free(rslot); in mixer_slot_clear()957 memset(rslot, 0, sizeof(*rslot)); in mixer_slot_clear()958 rslot->number = idx; in mixer_slot_clear()1033 struct snd_mixer_oss_slot *rslot; in snd_mixer_oss_build_input() local1092 rslot = &mixer->slots[ptr->oss_id]; in snd_mixer_oss_build_input()1093 mixer_slot_clear(rslot); in snd_mixer_oss_build_input()1094 rslot->stereo = slot.channels > 1 ? 1 : 0; in snd_mixer_oss_build_input()[all …]
406 static u32 __init find_dbgp(int ehci_num, u32 *rbus, u32 *rslot, u32 *rfunc) in find_dbgp() argument422 *rslot = slot; in find_dbgp()