The PCM Events to filter
typedef struct snd_pcm_filter { uint32_t enable; uint8_t reserved[124]; /* must be filled with zero */ } snd_pcm_filter_t;
The snd_pcm_filter_t structure is a filter that specifies which PCM events are filtered based on a bitmask. For more information about the bitmask, see PCM events in the Audio Architecture chapter of this guide. The members include:
snd_pcm_filter_t filter.enable = 1 <<SND_PCM_EVENT_AUDIOMGMT_MUTE;
QNX Neutrino