Searched refs:snd_es1938_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/sound/pci/ |
| D | es1938.c | 325 static void snd_es1938_write(struct es1938 *chip, unsigned char reg, unsigned char val) in snd_es1938_write() function 397 snd_es1938_write(chip, ESS_CMD_DMATYPE, 2); in snd_es1938_reset() 462 snd_es1938_write(chip, 0xA1, bits); in snd_es1938_rate_set() 463 snd_es1938_write(chip, 0xA2, div0); in snd_es1938_rate_set() 534 snd_es1938_write(chip, ESS_CMD_DMACONTROL, val); in snd_es1938_capture_trigger() 587 snd_es1938_write(chip, ESS_CMD_DMACONTROL, val); in snd_es1938_playback2_trigger() 633 snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff); in snd_es1938_capture_prepare() 634 snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8); in snd_es1938_capture_prepare() 637 snd_es1938_write(chip, ESS_CMD_SETFORMAT2, u ? 0x51 : 0x71); in snd_es1938_capture_prepare() 638 snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 0x90 | in snd_es1938_capture_prepare() [all …]
|