Home
last modified time | relevance | path

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

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