Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34883
b: refs/heads/master
c: adf75dc
h: refs/heads/master
i:
  34881: f5a3b08
  34879: e364e47
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 062b377 commit bab07d3
Show file tree
Hide file tree
Showing 2 changed files with 8 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: c256652466127872f1b2e510431dc25524ba40ba
refs/heads/master: adf75dcab1deb9625538f74906508c1f6136fd98
10 changes: 7 additions & 3 deletions trunk/sound/pci/riptide/riptide.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,13 @@ static struct lbuspath lbus_rec_path = {
#define FIRMWARE_VERSIONS 1
static union firmware_version firmware_versions[] = {
{
.firmware.ASIC = 3,.firmware.CODEC = 2,
.firmware.AUXDSP = 3,.firmware.PROG = 773,
},
.firmware = {
.ASIC = 3,
.CODEC = 2,
.AUXDSP = 3,
.PROG = 773,
},
},
};

static u32 atoh(unsigned char *in, unsigned int len)
Expand Down

0 comments on commit bab07d3

Please sign in to comment.