Searched refs:snd_es1688_write (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/es1688/
H A Des1688_lib.c64 static int snd_es1688_write(struct snd_es1688 *chip, function
185 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */
186 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */
247 snd_es1688_write(chip, 0xb1, cfg | (irq_bits << 2));
261 snd_es1688_write(chip, 0xb2, cfg | (dma_bits << 2));
265 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */
266 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */
313 snd_es1688_write(chip, 0xa1, bits);
314 snd_es1688_write(chip, 0xa2, divider);
339 snd_es1688_write(chi
[all...]

Completed in 99 milliseconds