mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fixed some typos
This commit is contained in:
parent
4c9fd35a60
commit
4ecd9eaa46
6 changed files with 15 additions and 15 deletions
|
|
@ -387,7 +387,7 @@ static inline int _snd_pcm_hw_params_set_format(snd_pcm_hw_params_t *params,
|
|||
static inline int _snd_pcm_hw_params_set_subformat(snd_pcm_hw_params_t *params,
|
||||
snd_pcm_subformat_t val)
|
||||
{
|
||||
return _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_FORMAT,
|
||||
return _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_SUBFORMAT,
|
||||
(unsigned long) val, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue