16 Jan
2013
16 Jan
'13
3:23 p.m.
On Wed, Jan 16, 2013 at 05:29:48PM +0900, Yoichi Yuasa wrote:
+static const unsigned char mc_cdsp_os[] = {
- 0xe3, 0x33, /* program size */
- 0x2c, 0x01, /* data size */
- /* program */
- 0x2d, 0x61, 0xaa, 0xae, 0x2d, 0x61, 0x2d, 0x61,
This is a firmware blob, it is totally unsuitable for inclusion in the kernel. You should load it with request_firmware().