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()
782 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x04); in snd_at73c213_chip_init()
786 retval = snd_at73c213_write_reg(chip, DAC_RST, 0x03); in snd_at73c213_chip_init()
791 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0xff); in snd_at73c213_chip_init()
794 retval = snd_at73c213_write_reg(chip, PA_CTRL, (1<<PA_CTRL_APAPRECH)); in snd_at73c213_chip_init()
797 retval = snd_at73c213_write_reg(chip, DAC_CTRL, in snd_at73c213_chip_init()
805 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_chip_init()
813 retval = snd_at73c213_write_reg(chip, DAC_PRECH, (1<<DAC_PRECH_ONMSTR)); in snd_at73c213_chip_init()
823 retval = snd_at73c213_write_reg(chip, DAC_CTRL, dac_ctrl); in snd_at73c213_chip_init()
828 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_chip_init()
831 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_chip_init()
834 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_chip_init()
837 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_chip_init()
840 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_chip_init()
843 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_chip_init()
846 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_chip_init()
1020 retval = snd_at73c213_write_reg(chip, DAC_LMPG, 0x3f); in snd_at73c213_remove()
1023 retval = snd_at73c213_write_reg(chip, DAC_RMPG, 0x3f); in snd_at73c213_remove()
1026 retval = snd_at73c213_write_reg(chip, DAC_LLOG, 0x3f); in snd_at73c213_remove()
1029 retval = snd_at73c213_write_reg(chip, DAC_RLOG, 0x3f); in snd_at73c213_remove()
1032 retval = snd_at73c213_write_reg(chip, DAC_LLIG, 0x11); in snd_at73c213_remove()
1035 retval = snd_at73c213_write_reg(chip, DAC_RLIG, 0x11); in snd_at73c213_remove()
1038 retval = snd_at73c213_write_reg(chip, DAC_AUXG, 0x11); in snd_at73c213_remove()
1043 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1048 retval = snd_at73c213_write_reg(chip, PA_CTRL, in snd_at73c213_remove()
1054 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x0c); in snd_at73c213_remove()
1058 retval = snd_at73c213_write_reg(chip, DAC_CTRL, 0x00); in snd_at73c213_remove()
1063 retval = snd_at73c213_write_reg(chip, DAC_PRECH, 0x00); in snd_at73c213_remove()