Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231839
b: refs/heads/master
c: 361fe6e
h: refs/heads/master
i:
  231837: 5025f88
  231835: a1f4610
  231831: fc1d173
  231823: 0f07a26
  231807: 7b237b1
v: v3
  • Loading branch information
Takashi Iwai committed Jan 14, 2011
1 parent 09ce994 commit b237b08
Show file tree
Hide file tree
Showing 2 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: ad09fc9d2156f3d37537b34418a6b79309013d33
refs/heads/master: 361fe6e90888af83d5bfdfc152d737018cbede43
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,8 @@ struct alc_model_fixup {

struct alc_fixup {
int type;
bool chained;
int chain_id;
union {
unsigned int sku;
const struct alc_pincfg *pins;
Expand All @@ -1699,8 +1701,6 @@ struct alc_fixup {
const struct alc_fixup *fix,
int action);
} v;
bool chained;
int chain_id;
};

enum {
Expand Down

0 comments on commit b237b08

Please sign in to comment.