Home
last modified time | relevance | path

Searched refs:input_sel (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/pci/oxygen/
Dxonar_dg_mixer.c252 if (idx == data->input_sel) { in input_vol_put()
270 if (data->input_sel == CAPTURE_SRC_FP_MIC) in input_source_apply()
272 else if (data->input_sel == CAPTURE_SRC_LINE) in input_source_apply()
274 else if (data->input_sel != CAPTURE_SRC_MIC) in input_source_apply()
296 value->value.enumerated.item[0] = data->input_sel; in input_sel_get()
313 changed = value->value.enumerated.item[0] != data->input_sel; in input_sel_put()
315 data->input_sel = value->value.enumerated.item[0]; in input_sel_put()
320 data->input_vol[data->input_sel][0], in input_sel_put()
321 data->input_vol[data->input_sel][1]); in input_sel_put()
Dxonar_dg.h35 unsigned char input_sel; member
Dxonar_dg.c163 data->input_sel = CAPTURE_SRC_MIC; in dg_init()
/Linux-v4.19/drivers/media/i2c/
Dtvp514x.c545 enum tvp514x_input input_sel; in tvp514x_querystd() local
564 input_sel = decoder->input; in tvp514x_querystd()
566 switch (input_sel) { in tvp514x_querystd()
665 enum tvp514x_input input_sel; in tvp514x_s_routing() local
673 input_sel = input; in tvp514x_s_routing()
676 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel); in tvp514x_s_routing()
687 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel; in tvp514x_s_routing()
692 v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel); in tvp514x_s_routing()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_tvout.c455 char *const input_sel[] = {"Main (color matrix enabled)", in tvout_dbg_vip() local
484 seq_printf(s, "%-24s %s", "Input selection:", input_sel[tmp]); in tvout_dbg_vip()