21 Jan
2014
21 Jan
'14
6:37 p.m.
On Tue, Jan 21, 2014 at 04:05:37PM +0000, Charles Keepax wrote:
It can be useful for debugging purposes to see at what point the DSP has powered down, so add a message to inform us of this.
break;adsp_info(dsp, "Shutdown complete\n");
I'd have expected this to be _dbg() rather than info? In general stuff like enumeration or "we might crash immediately if this goes wrong" would get logged normally.