Searched refs:maestro_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/pci/ |
D | es1968.c | 575 static inline void maestro_write(struct es1968 *chip, u16 reg, u16 data) in maestro_write() function 2294 maestro_write(chip, IDR2_CRAM_DATA, 0x0000); in snd_es1968_chip_init() 2297 maestro_write(chip, 0x08, 0xB004); in snd_es1968_chip_init() 2298 maestro_write(chip, 0x09, 0x001B); in snd_es1968_chip_init() 2299 maestro_write(chip, 0x0A, 0x8000); in snd_es1968_chip_init() 2300 maestro_write(chip, 0x0B, 0x3F37); in snd_es1968_chip_init() 2301 maestro_write(chip, 0x0C, 0x0098); in snd_es1968_chip_init() 2304 maestro_write(chip, 0x0C, in snd_es1968_chip_init() 2307 maestro_write(chip, 0x0C, in snd_es1968_chip_init() 2310 maestro_write(chip, 0x0D, 0x7632); in snd_es1968_chip_init()
|