Hi, There is a bug in the begining of function snd_hdsp_proc_read() of file alsa-kernel/pci/rme9652/hdsp.c: a pair of "{}" is missing after the first "if" if (hdsp_check_for_iobox (hdsp)) { snd_iprintf(buffer, "No I/O box connected.\nPlease connect one and upload firmware.\n"); return; } The consequence was the "return" statement to be done systematically and so the file "hdsp" always seemed to be empty. Regards, Remy BRUNO _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel