Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132981
b: refs/heads/master
c: 1b52ae7
h: refs/heads/master
i:
  132979: 03bf13f
v: v3
  • Loading branch information
Takashi Iwai committed Jan 20, 2009
1 parent 2a3cf5f commit 6715036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89ce9e87083216389d2ff5740cc60f835537d8d0
refs/heads/master: 1b52ae701fedf97f9984e73b6a1fe2444230871b
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3390,9 +3390,11 @@ int snd_hda_parse_pin_def_config(struct hda_codec *codec,
cfg->input_pins[AUTO_PIN_AUX] = nid;
break;
case AC_JACK_SPDIF_OUT:
case AC_JACK_DIG_OTHER_OUT:
cfg->dig_out_pin = nid;
break;
case AC_JACK_SPDIF_IN:
case AC_JACK_DIG_OTHER_IN:
cfg->dig_in_pin = nid;
break;
}
Expand Down

0 comments on commit 6715036

Please sign in to comment.