Searched refs:output_sel (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/oxygen/
H A Dxonar_dg.h30 unsigned char output_sel; member in struct:dg
H A Dxonar_dg_mixer.c37 if (data->output_sel == PLAYBACK_DST_HP) { output_select_apply()
40 } else if (data->output_sel == PLAYBACK_DST_HP_FP) { output_select_apply()
76 value->value.enumerated.item[0] = data->output_sel; output_select_get()
91 if (data->output_sel != new) { output_select_put()
92 data->output_sel = new; output_select_put()
H A Dxonar_dg.c162 data->output_sel = PLAYBACK_DST_HP_FP; dg_init()
257 switch (data->output_sel) { adjust_dg_dac_routing()
/linux-4.1.27/drivers/media/i2c/
H A Dtvp514x.c666 enum tvp514x_output output_sel; tvp514x_s_routing() local
674 output_sel = output; tvp514x_s_routing()
680 output_sel |= tvp514x_read_reg(sd, tvp514x_s_routing()
683 output_sel); tvp514x_s_routing()
688 decoder->tvp514x_regs[REG_OUTPUT_FORMATTER1].val = output_sel; tvp514x_s_routing()

Completed in 85 milliseconds