Commit b06c16dc authored by Mark Brown's avatar Mark Brown

Merge branch 'topic/asoc' of...

Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.40
parents af46800b 87023ff7
...@@ -820,7 +820,7 @@ struct soc_enum { ...@@ -820,7 +820,7 @@ struct soc_enum {
unsigned char shift_r; unsigned char shift_r;
unsigned int max; unsigned int max;
unsigned int mask; unsigned int mask;
const char **texts; const char * const *texts;
const unsigned int *values; const unsigned int *values;
void *dapm; void *dapm;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment