Searched refs:maestro_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/pci/ |
D | es1968.c | 579 static inline void maestro_write(struct es1968 *chip, u16 reg, u16 data) in maestro_write() function 2302 maestro_write(chip, IDR2_CRAM_DATA, 0x0000); in snd_es1968_chip_init() 2305 maestro_write(chip, 0x08, 0xB004); in snd_es1968_chip_init() 2306 maestro_write(chip, 0x09, 0x001B); in snd_es1968_chip_init() 2307 maestro_write(chip, 0x0A, 0x8000); in snd_es1968_chip_init() 2308 maestro_write(chip, 0x0B, 0x3F37); in snd_es1968_chip_init() 2309 maestro_write(chip, 0x0C, 0x0098); in snd_es1968_chip_init() 2312 maestro_write(chip, 0x0C, in snd_es1968_chip_init() 2315 maestro_write(chip, 0x0C, in snd_es1968_chip_init() 2318 maestro_write(chip, 0x0D, 0x7632); in snd_es1968_chip_init()
|