Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16127
b: refs/heads/master
c: 1861204
h: refs/heads/master
i:
  16125: 5100d59
  16123: b1fb92b
  16119: 9523647
  16111: 7065e8d
  16095: 1e34f01
  16063: d310b31
  15999: a0e5f15
  15871: 96b0974
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 559b910 commit b6a4d61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 9a1a2a1d4eeda00df45ccf7a3a375d1887f1efb3
refs/heads/master: 18612048b3e951f7e0ae9be65efe9e8cfde868a6
5 changes: 2 additions & 3 deletions trunk/sound/core/rawmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ static int snd_rawmidi_release(struct inode *inode, struct file *file)
return err;
}

int snd_rawmidi_info(struct snd_rawmidi_substream *substream,
struct snd_rawmidi_info *info)
static int snd_rawmidi_info(struct snd_rawmidi_substream *substream,
struct snd_rawmidi_info *info)
{
struct snd_rawmidi *rmidi;

Expand Down Expand Up @@ -1694,7 +1694,6 @@ EXPORT_SYMBOL(snd_rawmidi_transmit_ack);
EXPORT_SYMBOL(snd_rawmidi_transmit);
EXPORT_SYMBOL(snd_rawmidi_new);
EXPORT_SYMBOL(snd_rawmidi_set_ops);
EXPORT_SYMBOL(snd_rawmidi_info);
EXPORT_SYMBOL(snd_rawmidi_info_select);
EXPORT_SYMBOL(snd_rawmidi_kernel_open);
EXPORT_SYMBOL(snd_rawmidi_kernel_release);
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/hda_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"

static const char *get_wid_type_name(unsigned int wid_value)
{
Expand Down

0 comments on commit b6a4d61

Please sign in to comment.