Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81651
b: refs/heads/master
c: 599c3e7
h: refs/heads/master
i:
  81649: c881a95
  81647: d00b0b4
v: v3
  • Loading branch information
Randy Dunlap authored and Jaroslav Kysela committed Jan 31, 2008
1 parent f3848cd commit e10e267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1374f8ceeefcb24194c29b9a81ecc40118d2c4d1
refs/heads/master: 599c3e76fe89b314667e699a20ad08f8d16d0454
2 changes: 1 addition & 1 deletion trunk/sound/usb/caiaq/caiaq-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static void free_urbs(struct urb **urbs)
kfree(urbs);
}

int __devinit snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *dev)
int snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *dev)
{
int i, ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/usb/caiaq/caiaq-midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *dev,
snd_rawmidi_receive(dev->midi_receive_substream, buf, len);
}

int __devinit snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *device)
int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *device)
{
int ret;
struct snd_rawmidi *rmidi;
Expand Down

0 comments on commit e10e267

Please sign in to comment.