This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

printf("Create output channel FAILED.\n"); goto end;



 outChan = GIO_create("/udevCodec", IOM_OUTPUT, &status, &audio_cfg, NULL);
    if (outChan == NULL) {
        printf("Create output channel FAILED.\n");
        goto end;
    }

Values I am Getting Are

IOM_OUTPUT=0x0002;

status=0;

audio_cfg=compund adress

outChan =0;

It is Going To end.