mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
sections: fix section conflicts in sound
Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
04a6f82cf0
commit
c7fd5bc77e
@ -1233,7 +1233,7 @@ static const struct snd_soc_dapm_route wm5100_dapm_routes[] = {
|
||||
{ "PWM2", NULL, "PWM2 Driver" },
|
||||
};
|
||||
|
||||
static const __devinitdata struct reg_default wm5100_reva_patches[] = {
|
||||
static const __devinitconst struct reg_default wm5100_reva_patches[] = {
|
||||
{ WM5100_AUDIO_IF_1_10, 0 },
|
||||
{ WM5100_AUDIO_IF_1_11, 1 },
|
||||
{ WM5100_AUDIO_IF_1_12, 2 },
|
||||
|
Loading…
Reference in New Issue
Block a user