summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-09-14 16:15:52 +0200
committerTakashi Iwai <tiwai@suse.de>2010-09-14 16:15:52 +0200
commita20c8054f8e6a219f06811650eb584f80dc1d2ab (patch)
treed9884e24ea8fdd2cdc60866c8634e9c2511ba634 /sound
parent3cec84bca62b14bca680185ace09c035ca0466f1 (diff)
parent47023ec774b6f73bb11d9f3b00b21f2bbd87e0f2 (diff)
Merge branch 'topic/misc' into for-next
Diffstat (limited to 'sound')
-rw-r--r--sound/core/pcm_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index e2e73895db12..eb4094270a4f 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -142,7 +142,7 @@ int snd_pcm_info_user(struct snd_pcm_substream *substream,
#ifdef RULES_DEBUG
#define HW_PARAM(v) [SNDRV_PCM_HW_PARAM_##v] = #v
-char *snd_pcm_hw_param_names[] = {
+static const char * const snd_pcm_hw_param_names[] = {
HW_PARAM(ACCESS),
HW_PARAM(FORMAT),
HW_PARAM(SUBFORMAT),