Searched refs:snd_es1688_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688_lib.c | 50 static int snd_es1688_write(struct snd_es1688 *chip, in snd_es1688_write() function 169 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_probe() 170 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_probe() 238 snd_es1688_write(chip, 0xb1, cfg | (irq_bits << 2)); in snd_es1688_init() 256 snd_es1688_write(chip, 0xb2, cfg | (dma_bits << 2)); in snd_es1688_init() 260 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_init() 261 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_init() 308 snd_es1688_write(chip, 0xa1, bits); in snd_es1688_set_rate() 309 snd_es1688_write(chip, 0xa2, divider); in snd_es1688_set_rate() 333 snd_es1688_write(chi in snd_es1688_trigger() [all...] |
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688_lib.c | 50 static int snd_es1688_write(struct snd_es1688 *chip, in snd_es1688_write() function 169 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_probe() 170 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_probe() 238 snd_es1688_write(chip, 0xb1, cfg | (irq_bits << 2)); in snd_es1688_init() 256 snd_es1688_write(chip, 0xb2, cfg | (dma_bits << 2)); in snd_es1688_init() 260 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_init() 261 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_init() 308 snd_es1688_write(chip, 0xa1, bits); in snd_es1688_set_rate() 309 snd_es1688_write(chip, 0xa2, divider); in snd_es1688_set_rate() 333 snd_es1688_write(chi in snd_es1688_trigger() [all...] |
Completed in 2 milliseconds