microcode_type
if (microcode_type == NULL)
microcode_type = const_cast<char *>(DEFAULT_MICROC_TYPE);
PRINT(("Microcode: Use microcode type: %s\n", microcode_type));
if (DSPLoadMicrocode(microcode_path, microcode_type, µc_data) < 0)
char* microcode_type;