| commit | 87023ff74b2358b5e51d3c790704f786e89ff769 | [log] [tgz] |
|---|---|---|
| author | Takashi Iwai <tiwai@suse.de> | Tue May 03 12:50:29 2011 +0200 |
| committer | Takashi Iwai <tiwai@suse.de> | Tue May 03 12:51:59 2011 +0200 |
| tree | 090be1f72b3d41f9fdce42e89155d7066928fdce | |
| parent | 9b1b937c77f94f8c94874351a2d5ba92cd99f1ec [diff] |
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 <tiwai@suse.de>