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