mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
tests/latency.c: typos
This commit is contained in:
parent
2a736a0d25
commit
fe988805b4
1 changed files with 2 additions and 2 deletions
|
|
@ -260,11 +260,11 @@ int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int *bufsize)
|
|||
return -1;
|
||||
__set_it:
|
||||
if ((err = setparams_bufsize(phandle, p_params, pt_params, *bufsize, "playback")) < 0) {
|
||||
printf("Unable to set sw parameters for playback stream: %s\n", snd_strerror(err));
|
||||
printf("Unable to set hw parameters for playback stream: %s\n", snd_strerror(err));
|
||||
exit(0);
|
||||
}
|
||||
if ((err = setparams_bufsize(chandle, c_params, ct_params, *bufsize, "capture")) < 0) {
|
||||
printf("Unable to set sw parameters for playback stream: %s\n", snd_strerror(err));
|
||||
printf("Unable to set hw parameters for capture stream: %s\n", snd_strerror(err));
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue