mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Removed dig_info & dig_params..
This commit is contained in:
parent
8dd927e97f
commit
c268a4bf56
22 changed files with 0 additions and 197 deletions
|
@ -93,7 +93,6 @@ void _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params)
|
|||
interval_setreal(params_interval(params, SND_PCM_HW_PARAM_FRAGMENT_LENGTH));
|
||||
interval_setreal(params_interval(params, SND_PCM_HW_PARAM_BUFFER_LENGTH));
|
||||
params->info = ~0U;
|
||||
params->dig_groups = UINT_MAX;
|
||||
}
|
||||
|
||||
/* Fill PARAMS with full configuration space boundaries */
|
||||
|
@ -606,14 +605,6 @@ int snd_pcm_hw_params_info_fifo_size(const snd_pcm_hw_params_t *params)
|
|||
return params->fifo_size;
|
||||
}
|
||||
|
||||
/* Return count of digital groups for configuration space defined by PARAMS */
|
||||
int snd_pcm_hw_params_info_dig_groups(const snd_pcm_hw_params_t *params)
|
||||
{
|
||||
if (params->dig_groups == UINT_MAX)
|
||||
return -EINVAL;
|
||||
return params->dig_groups;
|
||||
}
|
||||
|
||||
/* Choose one configuration from configuration space defined by PARAMS
|
||||
The configuration choosen is that obtained fixing in this order:
|
||||
first access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue