Searched refs:check_param (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinyplay.c | 163 int check_param(struct pcm_params *params, unsigned int param, unsigned int value, in check_param() function 200 can_play = check_param(params, PCM_PARAM_RATE, rate, "Sample rate", "Hz"); in sample_is_playable() 201 can_play &= check_param(params, PCM_PARAM_CHANNELS, channels, "Sample", " channels"); in sample_is_playable() 202 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in sample_is_playable() 203 can_play &= check_param(params, PCM_PARAM_PERIOD_SIZE, period_size, "Period size", "Hz"); in sample_is_playable() 204 can_play &= check_param(params, PCM_PARAM_PERIODS, period_count, "Period count", "Hz"); in sample_is_playable()
|