Skip to content

Commit

Permalink
[ALSA] Fix a typo in echoaudio/midi.c
Browse files Browse the repository at this point in the history
Fixed a typo in echoaudio/midi.c.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 28, 2006
1 parent bd66f3b commit 8c42d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/echoaudio/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8c42d5b

Please sign in to comment.