Searched refs:_dsp (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.c | 40 #define adsp_crit(_dsp, fmt, ...) \ argument 41 dev_crit(_dsp->dev, "DSP%d: " fmt, _dsp->num, ##__VA_ARGS__) 42 #define adsp_err(_dsp, fmt, ...) \ argument 43 dev_err(_dsp->dev, "DSP%d: " fmt, _dsp->num, ##__VA_ARGS__) 44 #define adsp_warn(_dsp, fmt, ...) \ argument 45 dev_warn(_dsp->dev, "DSP%d: " fmt, _dsp->num, ##__VA_ARGS__) 46 #define adsp_info(_dsp, fmt, ...) \ argument 47 dev_info(_dsp->dev, "DSP%d: " fmt, _dsp->num, ##__VA_ARGS__) 48 #define adsp_dbg(_dsp, fmt, ...) \ argument 49 dev_dbg(_dsp->dev, "DSP%d: " fmt, _dsp->num, ##__VA_ARGS__)
|