Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/isa/
H A Dopl3sa2.c195 static void snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) in snd_opl3sa2_write() function
243 snd_opl3sa2_write(chip, OPL3SA2_MISC, tmp ^ 7); in snd_opl3sa2_detect()
251 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); in snd_opl3sa2_detect()
257 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x9f); in snd_opl3sa2_detect()
260 snd_opl3sa2_write(chip, OPL3SA2_PM_CTRL, OPL3SA2_PM_D0); in snd_opl3sa2_detect()
263 snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, (chip->ymode << 4)); in snd_opl3sa2_detect()
266 snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, 0x00); in snd_opl3sa2_detect()
268 snd_opl3sa2_write(chip, OPL3SA2_IRQ_CONFIG, 0x0d); /* Interrupt Channel Configuration - IRQ A = OPL3 + MPU + WSS */ in snd_opl3sa2_detect()
270 snd_opl3sa2_write(chip, OPL3SA2_DMA_CONFIG, 0x03); /* DMA Configuration - DMA A = WSS-R + WSS-P */ in snd_opl3sa2_detect()
272 snd_opl3sa2_write(chi in snd_opl3sa2_detect()
[all...]
/kernel/linux/linux-5.10/sound/isa/
H A Dopl3sa2.c200 static void snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) in snd_opl3sa2_write() function
246 snd_opl3sa2_write(chip, OPL3SA2_MISC, tmp ^ 7); in snd_opl3sa2_detect()
253 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); in snd_opl3sa2_detect()
258 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x9f); in snd_opl3sa2_detect()
261 snd_opl3sa2_write(chip, OPL3SA2_PM_CTRL, OPL3SA2_PM_D0); in snd_opl3sa2_detect()
264 snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, (chip->ymode << 4)); in snd_opl3sa2_detect()
267 snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, 0x00); in snd_opl3sa2_detect()
269 snd_opl3sa2_write(chip, OPL3SA2_IRQ_CONFIG, 0x0d); /* Interrupt Channel Configuration - IRQ A = OPL3 + MPU + WSS */ in snd_opl3sa2_detect()
271 snd_opl3sa2_write(chip, OPL3SA2_DMA_CONFIG, 0x03); /* DMA Configuration - DMA A = WSS-R + WSS-P */ in snd_opl3sa2_detect()
273 snd_opl3sa2_write(chi in snd_opl3sa2_detect()
[all...]

Completed in 2 milliseconds