Fixes for new types...

This commit is contained in:
Jaroslav Kysela 1999-06-03 21:41:29 +00:00
parent 3d5115b325
commit c6d9012d55
13 changed files with 59 additions and 52 deletions

View file

@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
int err;
void *handle;
snd_pcm_loopback_t *handle;
err = snd_pcm_loopback_open(&handle, 0, 0, SND_PCM_LB_OPEN_PLAYBACK);
if (err < 0) {