Merged pcmplug branch.

This commit is contained in:
Jaroslav Kysela 2000-09-24 09:57:26 +00:00
parent 40d1ee071d
commit 6962a9d6ce
61 changed files with 7172 additions and 6743 deletions

View file

@ -15,7 +15,7 @@ static void show_format1(const char *prefix, snd_pcm_format_t *format)
format->interleave ? 1 : 0,
format->rate,
format->voices,
format->format);
format->sfmt);
}
static void show_format(snd_pcm_loopback_t *handle)