Lines Matching refs:snd_at73c213_write_reg

87 snd_at73c213_write_reg(struct snd_at73c213 *chip, u8 reg, u8 val)  in snd_at73c213_write_reg()  function
444 retval = snd_at73c213_write_reg(chip, reg, val); in snd_at73c213_mono_put()
529 retval = snd_at73c213_write_reg(chip, left_reg, val1); in snd_at73c213_stereo_put()
534 retval = snd_at73c213_write_reg(chip, right_reg, val2); in snd_at73c213_stereo_put()
597 retval = snd_at73c213_write_reg(chip, reg, val); in snd_at73c213_mono_switch_put()
790 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x04); in snd_at73c213_chip_init()
794 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x03); in snd_at73c213_chip_init()
799 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0xff); in snd_at73c213_chip_init()
802 retval = snd_at73c213_write_reg(chip, PA_CTRL, (1<<PA_CTRL_APAPRECH)); in snd_at73c213_chip_init()
805 retval = snd_at73c213_write_reg(chip, DAC_CTRL, in snd_at73c213_chip_init()
813 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_chip_init()
821 retval = snd_at73c213_write_reg(chip, DAC_PRECH, (1<<DAC_PRECH_ONMSTR)); in snd_at73c213_chip_init()
831 retval = snd_at73c213_write_reg(chip, DAC_CTRL, dac_ctrl); in snd_at73c213_chip_init()
836 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_chip_init()
839 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_chip_init()
842 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_chip_init()
845 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_chip_init()
848 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_chip_init()
851 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_chip_init()
854 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_chip_init()
1018 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_remove()
1021 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_remove()
1024 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_remove()
1027 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_remove()
1030 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_remove()
1033 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_remove()
1036 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_remove()
1041 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1046 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1052 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x0c); in snd_at73c213_remove()
1056 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x00); in snd_at73c213_remove()
1061 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0x00); in snd_at73c213_remove()