Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1571
b: refs/heads/master
c: 89c87bf
h: refs/heads/master
i:
  1569: 6b12b0c
  1567: bf27d2b
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed May 29, 2005
1 parent 1b9d6de commit aca6dd3
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: 10268b0c38333ede95bb59a7fa561519e6eb8251
refs/heads/master: 89c87bf8c12e27fbbed971380e21895cace3a065
2 changes: 1 addition & 1 deletion trunk/sound/pci/ca0106/ca0106_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static struct snd_ca0106_category_str snd_ca0106_con_category[] = {
};


void snd_ca0106_proc_dump_iec958( snd_info_buffer_t *buffer, u32 value)
static void snd_ca0106_proc_dump_iec958( snd_info_buffer_t *buffer, u32 value)
{
int i;
u32 status[4];
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ static void put_vol_mute(struct hda_codec *codec,
/*
* read/write AMP value. The volume is between 0 to 0x7f, 0x80 = mute bit.
*/
int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, int direction, int index)
static int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, int direction, int index)
{
struct hda_amp_info *info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, index));
if (! info)
Expand All @@ -671,7 +671,7 @@ int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, int d
return info->vol[ch];
}

int snd_hda_codec_amp_write(struct hda_codec *codec, hda_nid_t nid, int ch, int direction, int idx, int val)
static int snd_hda_codec_amp_write(struct hda_codec *codec, hda_nid_t nid, int ch, int direction, int idx, int val)
{
struct hda_amp_info *info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, idx));
if (! info)
Expand Down

0 comments on commit aca6dd3

Please sign in to comment.