Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/
H A Dvia82xx.c268 #define VIA_FUNC_MIDI_PNP 0x80 /* FIXME: it's 0x40 in the datasheet! */ macro
2062 legacy |= VIA_FUNC_MIDI_PNP; /* enable PCI I/O 2 */ in snd_via686_init_misc()
2066 legacy &= ~VIA_FUNC_MIDI_PNP; /* disable PCI I/O 2 */ in snd_via686_init_misc()
H A Dvia82xx_modem.c178 #define VIA_FUNC_MIDI_PNP 0x80 /* FIXME: it's 0x40 in the datasheet! */ macro