Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31217
b: refs/heads/master
c: 8c42d5b
h: refs/heads/master
i:
  31215: 6e8a044
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 28, 2006
1 parent 9901c63 commit 8e635e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd66f3bbc369191279d18c21f305341c8bc9cafe
refs/heads/master: 8c42d5bafa08baad5d647dd0b9050086ffe36e15
2 changes: 1 addition & 1 deletion trunk/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 8e635e4

Please sign in to comment.