mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-util: Finish description of pa_alsa_set_hw_params()
... which stops mid-sentence and logging cleanup Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
3978bbb13a
commit
a058a4b7a3
1 changed files with 3 additions and 2 deletions
|
|
@ -184,7 +184,8 @@ static int set_buffer_size(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the hardware parameters of the given ALSA device. Returns the
|
/* Set the hardware parameters of the given ALSA device. Returns the
|
||||||
* selected fragment settings in *buffer_size and *period_size. If tsched mode can be enabled */
|
* selected fragment settings in *buffer_size and *period_size. Determine
|
||||||
|
* whether mmap and tsched mode can be enabled. */
|
||||||
int pa_alsa_set_hw_params(
|
int pa_alsa_set_hw_params(
|
||||||
snd_pcm_t *pcm_handle,
|
snd_pcm_t *pcm_handle,
|
||||||
pa_sample_spec *ss,
|
pa_sample_spec *ss,
|
||||||
|
|
@ -263,7 +264,7 @@ int pa_alsa_set_hw_params(
|
||||||
else
|
else
|
||||||
pa_log_info("Trying to disable ALSA period wakeups, using timers only");
|
pa_log_info("Trying to disable ALSA period wakeups, using timers only");
|
||||||
} else
|
} else
|
||||||
pa_log_info("cannot disable ALSA period wakeups");
|
pa_log_info("Cannot disable ALSA period wakeups");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue