| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Try to connect to a specified PCI card
#include <audio_driver.h>
struct ado_pci *ado_pci_device( int32_t vendor,
                                int32_t device,
                                char *options );
This function tries to connect to a PCI card that matches the given vendor and device IDs.
A pointer to a ado_pci structure that describes the PCI card, or NULL if an error occurred (e.g. there was no card to attach to).
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |