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

/linux-master/sound/isa/es1688/
H A Des1688_lib.c58 static int snd_es1688_read(struct snd_es1688 *chip, unsigned char reg) function
221 snd_es1688_read(chip, 0xb1);
222 snd_es1688_read(chip, 0xb2);
265 snd_es1688_read(chip, 0xb1);
266 snd_es1688_read(chip, 0xb2);
323 val = snd_es1688_read(chip, 0xb8);
351 snd_es1688_write(chip, 0xa8, (snd_es1688_read(chip, 0xa8) & ~0x03) | (3 - runtime->channels));
378 snd_es1688_write(chip, 0xb1, (snd_es1688_read(chip, 0xb1) & 0x0f) | 0x50);
379 snd_es1688_write(chip, 0xb2, (snd_es1688_read(chip, 0xb2) & 0x0f) | 0x50);
413 snd_es1688_write(chip, 0xa8, (snd_es1688_read(chi
[all...]

Completed in 107 milliseconds