| ALSA project - the C library reference
    | 
| Functions | |
| const char * | snd_pcm_type_name (snd_pcm_type_t type) | 
| get name of PCM type  More... | |
| const char * | snd_pcm_stream_name (const snd_pcm_stream_t stream) | 
| get name of PCM stream type  More... | |
| const char * | snd_pcm_access_name (const snd_pcm_access_t _access) | 
| get name of PCM access type  More... | |
| const char * | snd_pcm_format_name (const snd_pcm_format_t format) | 
| get name of PCM sample format  More... | |
| const char * | snd_pcm_format_description (const snd_pcm_format_t format) | 
| get description of PCM sample format  More... | |
| const char * | snd_pcm_subformat_name (const snd_pcm_subformat_t subformat) | 
| get name of PCM sample subformat  More... | |
| const char * | snd_pcm_subformat_description (const snd_pcm_subformat_t subformat) | 
| get description of PCM sample subformat  More... | |
| snd_pcm_subformat_t | snd_pcm_subformat_value (const char *name) | 
| get PCM sample subformat from name  More... | |
| snd_pcm_format_t | snd_pcm_format_value (const char *name) | 
| get PCM sample format from name  More... | |
| const char * | snd_pcm_tstamp_mode_name (const snd_pcm_tstamp_t mode) | 
| get name of PCM tstamp mode setting  More... | |
| const char * | snd_pcm_state_name (const snd_pcm_state_t state) | 
| get name of PCM state  More... | |
See the PCM (digital audio) interface page for more details.
| const char* snd_pcm_access_name | ( | const snd_pcm_access_t | acc | ) | 
get name of PCM access type
| acc | PCM access type | 
| const char* snd_pcm_format_description | ( | const snd_pcm_format_t | format | ) | 
get description of PCM sample format
| format | PCM sample format | 
| const char* snd_pcm_format_name | ( | const snd_pcm_format_t | format | ) | 
get name of PCM sample format
| format | PCM sample format | 
| snd_pcm_format_t snd_pcm_format_value | ( | const char * | name | ) | 
get PCM sample format from name
| name | PCM sample format name (case insensitive) | 
| const char* snd_pcm_state_name | ( | const snd_pcm_state_t | state | ) | 
get name of PCM state
| state | PCM state | 
| const char* snd_pcm_stream_name | ( | const snd_pcm_stream_t | stream | ) | 
get name of PCM stream type
| stream | PCM stream type | 
| const char* snd_pcm_subformat_description | ( | const snd_pcm_subformat_t | subformat | ) | 
get description of PCM sample subformat
| subformat | PCM sample subformat | 
| const char* snd_pcm_subformat_name | ( | const snd_pcm_subformat_t | subformat | ) | 
get name of PCM sample subformat
| subformat | PCM sample subformat | 
| snd_pcm_subformat_t snd_pcm_subformat_value | ( | const char * | name | ) | 
get PCM sample subformat from name
| name | PCM sample subformat name (case insensitive) | 
| const char* snd_pcm_tstamp_mode_name | ( | const snd_pcm_tstamp_t | mode | ) | 
get name of PCM tstamp mode setting
| mode | PCM tstamp mode | 
| const char* snd_pcm_type_name | ( | snd_pcm_type_t | type | ) | 
get name of PCM type
| type | PCM type |