mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
aplay: Fix typo in error message
BugLink: https://github.com/alsa-project/alsa-utils/pull/44 From: Olivier Humbert <trebmuh@users.noreply.github.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
825d1d6359
commit
789a307cf9
1 changed files with 1 additions and 1 deletions
|
@ -1284,7 +1284,7 @@ static int setup_chmap(void)
|
|||
}
|
||||
if (i >= hw_chmap->channels) {
|
||||
char buf[256];
|
||||
error(_("Channel %d doesn't match with hw_parmas"), ch);
|
||||
error(_("Channel %d doesn't match with hw_params"), ch);
|
||||
snd_pcm_chmap_print(hw_chmap, sizeof(buf), buf);
|
||||
fprintf(stderr, "hardware chmap = %s\n", buf);
|
||||
free(hw_chmap);
|
||||
|
|
Loading…
Reference in a new issue