瀏覽代碼

Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.40

Mark Brown 14 年之前
父節點
當前提交
b06c16dc32
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/sound/soc.h

+ 1 - 1
include/sound/soc.h

@@ -820,7 +820,7 @@ struct soc_enum {
 	unsigned char shift_r;
 	unsigned int max;
 	unsigned int mask;
-	const char **texts;
+	const char * const *texts;
 	const unsigned int *values;
 	void *dapm;
 };