[alsa-devel] [PATCH 04/19] ALSA: ymu831: add C-DSP operating system data

Mark Brown broonie at opensource.wolfsonmicro.com
Wed Jan 16 14:23:58 CET 2013


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().


More information about the Alsa-devel mailing list