Lines Matching refs:mux
167 unsigned int val, mux; in sst_slot_get() local
173 for (mux = e->max; mux > 0; mux--) in sst_slot_get()
174 if (map[mux - 1] & val) in sst_slot_get()
177 ucontrol->value.enumerated.item[0] = mux; in sst_slot_get()
182 e->texts[mux], mux ? map[mux - 1] : -1); in sst_slot_get()
228 unsigned int val, mux; in sst_slot_put() local
234 mux = ucontrol->value.enumerated.item[0]; in sst_slot_put()
235 if (mux > e->max - 1) in sst_slot_put()
243 if (mux == 0) { in sst_slot_put()
252 slot_channel_no = mux - 1; in sst_slot_put()
257 e->texts[mux], map[slot_channel_no]); in sst_slot_put()