mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
Improved help and fixed english typo
This commit is contained in:
parent
c9510a21da
commit
e875ea948d
1 changed files with 3 additions and 3 deletions
|
@ -169,8 +169,8 @@ Usage: %s [OPTION]... [FILE]...
|
||||||
}
|
}
|
||||||
fprintf(stderr, "\nSome of these may not be available on selected hardware\n");
|
fprintf(stderr, "\nSome of these may not be available on selected hardware\n");
|
||||||
fprintf(stderr, "The availabled format shortcuts are:\n");
|
fprintf(stderr, "The availabled format shortcuts are:\n");
|
||||||
fprintf(stderr, "cd (16 bit little endian, 44100, stereo)\n");
|
fprintf(stderr, "-f cd (16 bit little endian, 44100, stereo)\n");
|
||||||
fprintf(stderr, "dat (16 bit little endian, 48000, stereo)\n");
|
fprintf(stderr, "-f dat (16 bit little endian, 48000, stereo)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void device_list(void)
|
static void device_list(void)
|
||||||
|
@ -1574,7 +1574,7 @@ void playback_go(int fd, size_t loaded, size_t count, int rtype, char *name)
|
||||||
snd_pcm_drain(handle);
|
snd_pcm_drain(handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* captureing raw data, this proc handels WAVE files and .VOCs (as one block) */
|
/* capturing raw data, this proc handels WAVE files and .VOCs (as one block) */
|
||||||
|
|
||||||
void capture_go(int fd, size_t count, int rtype, char *name)
|
void capture_go(int fd, size_t count, int rtype, char *name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue