Searched refs:snd_es18xx_config_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/isa/ |
D | es18xx.c | 1382 static void snd_es18xx_config_write(struct snd_es18xx *chip, in snd_es18xx_config_write() function 1409 snd_es18xx_config_write(chip, 0x27, chip->irq); in snd_es18xx_initialize() 1412 snd_es18xx_config_write(chip, 0x62, fm_port >> 8); in snd_es18xx_initialize() 1413 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff); in snd_es18xx_initialize() 1417 snd_es18xx_config_write(chip, 0x64, mpu_port >> 8); in snd_es18xx_initialize() 1418 snd_es18xx_config_write(chip, 0x65, mpu_port & 0xff); in snd_es18xx_initialize() 1420 snd_es18xx_config_write(chip, 0x28, chip->irq); in snd_es18xx_initialize() 1423 snd_es18xx_config_write(chip, 0x70, chip->irq); in snd_es18xx_initialize() 1425 snd_es18xx_config_write(chip, 0x72, chip->irq); in snd_es18xx_initialize() 1427 snd_es18xx_config_write(chip, 0x74, chip->dma1); in snd_es18xx_initialize() [all …]
|