Searched refs:init_viadev (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/pci/ |
| D | via82xx.c | 1422 static void init_viadev(struct via82xx *chip, int idx, unsigned int reg_offset, in init_viadev() function 1457 init_viadev(chip, i, 0x10 * i, i, 0); in snd_via8233_pcm_new() 1459 init_viadev(chip, chip->capture_devno, VIA_REG_CAPTURE_8233_STATUS, 6, 1); in snd_via8233_pcm_new() 1481 init_viadev(chip, chip->multi_devno, VIA_REG_MULTPLAY_STATUS, 4, 0); in snd_via8233_pcm_new() 1483 init_viadev(chip, chip->capture_devno + 1, VIA_REG_CAPTURE_8233_STATUS + 0x10, 7, 1); in snd_via8233_pcm_new() 1524 init_viadev(chip, chip->multi_devno, VIA_REG_MULTPLAY_STATUS, 4, 0); in snd_via8233a_pcm_new() 1526 init_viadev(chip, chip->capture_devno, VIA_REG_CAPTURE_8233_STATUS, 6, 1); in snd_via8233a_pcm_new() 1552 init_viadev(chip, chip->playback_devno, 0x30, 3, 0); in snd_via8233a_pcm_new() 1581 init_viadev(chip, 0, VIA_REG_PLAYBACK_STATUS, 0, 0); in snd_via686_pcm_new() 1582 init_viadev(chip, 1, VIA_REG_CAPTURE_STATUS, 0, 1); in snd_via686_pcm_new()
|
| D | via82xx_modem.c | 821 static void init_viadev(struct via82xx_modem *chip, int idx, unsigned int reg_offset, in init_viadev() function 851 init_viadev(chip, 0, VIA_REG_MO_STATUS, 0); in snd_via686_pcm_new() 852 init_viadev(chip, 1, VIA_REG_MI_STATUS, 1); in snd_via686_pcm_new()
|