mixer_open
if ((m = mixer_open(NULL)) == NULL)
struct mixer *mixer_open(const char *);
static d_open_t mixer_open;
.d_open = mixer_open,
if ((m = mixer_open(buf)) == NULL)
if ((m = mixer_open(name)) == NULL)
if ((m = mixer_open(NULL)) == NULL)