#include <gri_alsa.h>
#include <algorithm>

Defines | |
| #define | NELEMS(x) (sizeof(x)/sizeof(x[0])) |
Functions | |
| void | gri_alsa_dump_hw_params (snd_pcm_t *pcm, snd_pcm_hw_params_t *hwparams, FILE *fp) |
| bool | gri_alsa_pick_acceptable_format (snd_pcm_t *pcm, snd_pcm_hw_params_t *hwparams, snd_pcm_format_t acceptable_formats[], unsigned nacceptable_formats, snd_pcm_format_t *selected_format, const char *error_msg_tag, bool verbose) |
| #define NELEMS | ( | x | ) | (sizeof(x)/sizeof(x[0])) |
| void gri_alsa_dump_hw_params | ( | snd_pcm_t * | pcm, | |
| snd_pcm_hw_params_t * | hwparams, | |||
| FILE * | fp | |||
| ) |
Referenced by audio_alsa_sink::audio_alsa_sink(), and audio_alsa_source::audio_alsa_source().
| bool gri_alsa_pick_acceptable_format | ( | snd_pcm_t * | pcm, | |
| snd_pcm_hw_params_t * | hwparams, | |||
| snd_pcm_format_t | acceptable_formats[], | |||
| unsigned | nacceptable_formats, | |||
| snd_pcm_format_t * | selected_format, | |||
| const char * | error_msg_tag, | |||
| bool | verbose | |||
| ) |
Referenced by audio_alsa_sink::audio_alsa_sink(), and audio_alsa_source::audio_alsa_source().
1.5.5