
5 Jan
2015
5 Jan
'15
5:05 p.m.
The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct snd_soc_codec_driver const as well (snd_soc_register_codec() accepts pointer to const).
Signed-off-by: Krzysztof Kozlowski k.kozlowski@samsung.com Cc: Brian Austin brian.austin@cirrus.com Cc: Paul Handrigan Paul.Handrigan@cirrus.com
For the Cirrus Codecs
Acked-by: Brian Austin brian.austin@cirrus.com
Thanks