Example #1
0
static void xonar_hdav_cleanup(struct oxygen *chip)
{
    u8 param = 0;

    hdmi_write_command(chip, 0x74, 1, &param);
    xonar_disable_output(chip);
}
Example #2
0
static void xonar_d1_cleanup(struct oxygen *chip)
{
	xonar_disable_output(chip);
	cs4362a_write(chip, 0x01, CS4362A_PDN | CS4362A_CPEN);
	oxygen_clear_bits8(chip, OXYGEN_FUNCTION, OXYGEN_FUNCTION_RESET_CODEC);
}
Example #3
0
static void xonar_d2_cleanup(struct oxygen *chip)
{
    xonar_disable_output(chip);
}
Example #4
0
static void xonar_hdav_cleanup(struct oxygen *chip)
{
	xonar_hdmi_cleanup(chip);
	xonar_disable_output(chip);
	msleep(2);
}