From: Takashi Iwai Date: Tue, 3 May 2011 10:50:29 +0000 (+0200) Subject: ASoC: Declare const properly for enum texts X-Git-Tag: v3.0-rc1~347^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87023ff74b2358b5e51d3c790704f786e89ff769;p=pandora-kernel.git ASoC: Declare const properly for enum texts The enum texts are supposed to be const char * const []. Without the second const, it gets compile warnings like sound/soc/codecs/max98095.c:607:2: warning: initialization discards qualifiers from pointer target type Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed