mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Fix hw_params of lfloat plugin
Fixed the bogus hw_refine call in hw_params of lfloat plugin.
This commit is contained in:
parent
c2644837fd
commit
d7a32ca06b
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ static int snd_pcm_lfloat_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
|
||||||
snd_pcm_lfloat_hw_refine_cchange,
|
snd_pcm_lfloat_hw_refine_cchange,
|
||||||
snd_pcm_lfloat_hw_refine_sprepare,
|
snd_pcm_lfloat_hw_refine_sprepare,
|
||||||
snd_pcm_lfloat_hw_refine_schange,
|
snd_pcm_lfloat_hw_refine_schange,
|
||||||
snd_pcm_generic_hw_refine);
|
snd_pcm_generic_hw_params);
|
||||||
if (err < 0)
|
if (err < 0)
|
||||||
return err;
|
return err;
|
||||||
if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
|
if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue