Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170299
b: refs/heads/master
c: 0f48327
h: refs/heads/master
i:
  170297: aa505bd
  170295: f83910b
v: v3
  • Loading branch information
Stephen Rothwell authored and Takashi Iwai committed Oct 12, 2009
1 parent 8a9fa28 commit 03f6f9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 377ff31ae06f0d2644839246cd18c3e17fe62a48
refs/heads/master: 0f48327eac5f65ad029d7112cac97577766730ba
8 changes: 4 additions & 4 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -4942,7 +4942,7 @@ static int patch_vt1718S(struct hda_codec *codec)
codec->patch_ops = via_patch_ops;

codec->patch_ops.init = via_auto_init;
codec->patch_ops.unsol_event = via_unsol_event,
codec->patch_ops.unsol_event = via_unsol_event;

#ifdef CONFIG_SND_HDA_POWER_SAVE
spec->loopback.amplist = vt1718S_loopbacks;
Expand Down Expand Up @@ -5432,7 +5432,7 @@ static int patch_vt1716S(struct hda_codec *codec)
codec->patch_ops = via_patch_ops;

codec->patch_ops.init = via_auto_init;
codec->patch_ops.unsol_event = via_unsol_event,
codec->patch_ops.unsol_event = via_unsol_event;

#ifdef CONFIG_SND_HDA_POWER_SAVE
spec->loopback.amplist = vt1716S_loopbacks;
Expand Down Expand Up @@ -5785,7 +5785,7 @@ static int patch_vt2002P(struct hda_codec *codec)
codec->patch_ops = via_patch_ops;

codec->patch_ops.init = via_auto_init;
codec->patch_ops.unsol_event = via_unsol_event,
codec->patch_ops.unsol_event = via_unsol_event;

#ifdef CONFIG_SND_HDA_POWER_SAVE
spec->loopback.amplist = vt2002P_loopbacks;
Expand Down Expand Up @@ -6139,7 +6139,7 @@ static int patch_vt1812(struct hda_codec *codec)
codec->patch_ops = via_patch_ops;

codec->patch_ops.init = via_auto_init;
codec->patch_ops.unsol_event = via_unsol_event,
codec->patch_ops.unsol_event = via_unsol_event;

#ifdef CONFIG_SND_HDA_POWER_SAVE
spec->loopback.amplist = vt1812_loopbacks;
Expand Down

0 comments on commit 03f6f9f

Please sign in to comment.