From: Lars-Peter Clausen Date: Wed, 27 Mar 2013 11:02:23 +0000 (+0100) Subject: ASoC: Constify the '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~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f03f55b0ca679f950148954e807feb22cff325c;p=pandora-kernel.git ASoC: Constify the 'ops' field of snd_soc_platform_driver The ASoC core does not modify a platform driver's ops structure. Making it const allows ASoC platform drivers to declare their snd_pcm_ops struct as const. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed