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.