Searched refs:snd_akm4xxx_write (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 40 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg, snd_akm4xxx_write() function 51 EXPORT_SYMBOL(snd_akm4xxx_write); variable 60 snd_akm4xxx_write(ak, chip, 0x01, state ? 0x00 : 0x03); ak4524_reset() 65 snd_akm4xxx_write(ak, chip, reg, ak4524_reset() 76 snd_akm4xxx_write(ak, 0, 0x01, 0x02); /* reset and soft-mute */ ak435X_reset() 81 snd_akm4xxx_write(ak, 0, reg, ak435X_reset() 83 snd_akm4xxx_write(ak, 0, 0x01, 0x01); /* un-reset, unmute */ ak435X_reset() 92 snd_akm4xxx_write(ak, chip, 0x00, state ? 0x0c : 0x0f); ak4381_reset() 96 snd_akm4xxx_write(ak, chip, reg, ak4381_reset() 340 snd_akm4xxx_write(ak, chip, reg, data); snd_akm4xxx_init() 410 snd_akm4xxx_write(ak, chip, addr, nval); put_ak_reg() 500 snd_akm4xxx_write(ak, chip, addr, nval); snd_akm4xxx_deemphasis_put() 543 snd_akm4xxx_write(ak, chip, addr, val); ak4xxx_switch_put() 607 snd_akm4xxx_write(ak, chip, addr, val); ak4xxx_capture_source_put()
|
/linux-4.4.14/include/sound/ |
H A D | ak4xxx-adda.h | 84 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | delta.c | 376 snd_akm4xxx_write(ak, 0, 0x02, val); vx442_ak4524_set_rate_val() 377 snd_akm4xxx_write(ak, 1, 0x02, val); vx442_ak4524_set_rate_val()
|
H A D | juli.c | 330 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x01); juli_mute_put() 341 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x03); juli_mute_put()
|
H A D | revo.c | 86 /* snd_akm4xxx_write(ak, 0, reg, tmp); */ revo_set_rate_val()
|
H A D | quartet.c | 344 snd_akm4xxx_write(ak, chip, addr, tmp); qtet_akm_set_regs()
|
Completed in 218 milliseconds