/* * Copyright (C) ST-Ericsson SA 2010 * Author: Jean-Philippe FASSINO for ST-Ericsson. * License terms: GNU General Public License (GPL) version 2. */ /* * */ #include const char* dspNames[NB_CORE_IDS] = { "ARM", "SVA", "SIA" }; const char* cm_getDspName(t_nmf_core_id dsp) { return dspNames[dsp]; }