oups...
This commit is contained in:
parent
86f3f2e3e7
commit
298c6e1d1e
@ -90,7 +90,7 @@ format.byte_format = AO_FMT_LITTLE; /* XXX ??? */
|
|||||||
fprintf(stderr, "%s: going to open ao\n", __func__);
|
fprintf(stderr, "%s: going to open ao\n", __func__);
|
||||||
|
|
||||||
device = ao_open_live(driver, &format, NULL);
|
device = ao_open_live(driver, &format, NULL);
|
||||||
fprintf(stderr, "%s: open live -> %p\n", device);
|
fprintf(stderr, "%s: open live -> %p\n", __func__, device);
|
||||||
if (NULL == device) {
|
if (NULL == device) {
|
||||||
fprintf(stderr, "\nEcoute: Error open device\n");
|
fprintf(stderr, "\nEcoute: Error open device\n");
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user