| Updated: October 28, 2024 | 
Set the boolean value of a single bit in the specified bitmap
#include <sys/asoundlib.h>
void snd_mixer_set_bit( unsigned int *bitmap,
                        int bit,
                        int val );
The snd_mixer_set_bit() function is a convenience function that sets the value (0 or 1) of the bit specified by bit in the bitmap.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes |