Home
last modified time | relevance | path

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

/linux-3.4.99/sound/isa/es1688/
Des1688_lib.c65 static int snd_es1688_write(struct snd_es1688 *chip, in snd_es1688_write() function
186 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_probe()
187 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_probe()
255 snd_es1688_write(chip, 0xb1, cfg | (irq_bits << 2)); in snd_es1688_init()
273 snd_es1688_write(chip, 0xb2, cfg | (dma_bits << 2)); in snd_es1688_init()
277 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */ in snd_es1688_init()
278 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */ in snd_es1688_init()
325 snd_es1688_write(chip, 0xa1, bits); in snd_es1688_set_rate()
326 snd_es1688_write(chip, 0xa2, divider); in snd_es1688_set_rate()
356 snd_es1688_write(chip, 0xb8, (val & 0xf0) | value); in snd_es1688_trigger()
[all …]