![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Information about a sound card's hardware
typedef struct snd_ctl_hw_info
{
    uint32_t    type;
    uint32_t    hwdepdevs;
    uint32_t    pcmdevs;
    uint32_t    mixerdevs;
    uint32_t    mididevs;
    uint32_t    timerdevs;
    int8_t      id[16];
    int8_t      abbreviation[16];
    int8_t      name[32];
    int8_t      longname[80];
    uint8_t     reserved[128];
}       snd_ctl_hw_info_t;
The snd_ctl_hw_info_t structure describes a sound card's hardware. You can get this information by calling snd_ctl_hw_info().
The members include:
QNX Neutrino
![]()  | 
![]()  | 
![]()  | 
![]()  |