From: Lars-Peter Clausen Date: Wed, 27 Mar 2013 11:02:24 +0000 (+0100) Subject: ASoC: Constify the 'compr_ops' field of snd_soc_platform_driver X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef03c9ae967bf1b40bec1456f7e744033853a01d;p=pandora-kernel.git ASoC: Constify the 'compr_ops' field of snd_soc_platform_driver The ASoC core does not modify a platform driver's compr_ops structure. Making it const allows ASoC platform drivers to declare their snd_compr_ops struct as const. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed