Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/es1688/
H A Des1688_lib.c50 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(chip, 0xb8, (val & 0xf0) | value); in snd_es1688_trigger()
[all …]