From: Krzysztof Kozlowski Date: Fri, 20 Mar 2015 11:35:45 +0000 (+0100) Subject: ASoC: max98925: Constify regmap config and other codec data X-Git-Tag: omap-for-v4.2/o2_dc~120^2~1^2~4^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd974bb0f7abc83da1788a17e28890819b593b8;p=pandora-kernel.git ASoC: max98925: Constify regmap config and other codec data Constify local structures (snd_soc_dai_ops, snd_soc_codec_driver, regmap_config) and array (reg_defaults) which are not modified by the driver and passed to core as pointer to const. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mark Brown --- Reading git-diff-tree failed