diff --git a/[refs] b/[refs] index f0ea916c2992..e08a1b3f076d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd66f3bbc369191279d18c21f305341c8bc9cafe +refs/heads/master: 8c42d5bafa08baad5d647dd0b9050086ffe36e15 diff --git a/trunk/sound/pci/echoaudio/midi.c b/trunk/sound/pci/echoaudio/midi.c index 5919b5c879a4..e31f0f11e3a8 100644 --- a/trunk/sound/pci/echoaudio/midi.c +++ b/trunk/sound/pci/echoaudio/midi.c @@ -44,7 +44,7 @@ static int enable_midi_input(struct echoaudio *chip, char enable) if (enable) { chip->mtc_state = MIDI_IN_STATE_NORMAL; chip->comm_page->flags |= - _constant_cpu_to_le32(DSP_FLAG_MIDI_INPUT); + __constant_cpu_to_le32(DSP_FLAG_MIDI_INPUT); } else chip->comm_page->flags &= ~__constant_cpu_to_le32(DSP_FLAG_MIDI_INPUT);