Lines Matching refs:snd_at73c213_write_reg

84 snd_at73c213_write_reg(struct snd_at73c213 *chip, u8 reg, u8 val)  in snd_at73c213_write_reg()  function
438 retval = snd_at73c213_write_reg(chip, reg, val); in snd_at73c213_mono_put()
523 retval = snd_at73c213_write_reg(chip, left_reg, val1); in snd_at73c213_stereo_put()
528 retval = snd_at73c213_write_reg(chip, right_reg, val2); in snd_at73c213_stereo_put()
591 retval = snd_at73c213_write_reg(chip, reg, val); in snd_at73c213_mono_switch_put()
786 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x04); in snd_at73c213_chip_init()
790 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x03); in snd_at73c213_chip_init()
795 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0xff); in snd_at73c213_chip_init()
798 retval = snd_at73c213_write_reg(chip, PA_CTRL, (1<<PA_CTRL_APAPRECH)); in snd_at73c213_chip_init()
801 retval = snd_at73c213_write_reg(chip, DAC_CTRL, in snd_at73c213_chip_init()
809 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_chip_init()
817 retval = snd_at73c213_write_reg(chip, DAC_PRECH, (1<<DAC_PRECH_ONMSTR)); in snd_at73c213_chip_init()
827 retval = snd_at73c213_write_reg(chip, DAC_CTRL, dac_ctrl); in snd_at73c213_chip_init()
832 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_chip_init()
835 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_chip_init()
838 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_chip_init()
841 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_chip_init()
844 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_chip_init()
847 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_chip_init()
850 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_chip_init()
1024 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_remove()
1027 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_remove()
1030 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_remove()
1033 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_remove()
1036 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_remove()
1039 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_remove()
1042 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_remove()
1047 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1052 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1058 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x0c); in snd_at73c213_remove()
1062 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x00); in snd_at73c213_remove()
1067 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0x00); in snd_at73c213_remove()