Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353183
b: refs/heads/master
c: 8e8db7f
h: refs/heads/master
i:
  353181: 17bec5f
  353179: db931fd
  353175: 979fa76
  353167: 7a4b298
  353151: b486281
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Jan 18, 2013
1 parent 8fc7530 commit a29ffcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d3d982f7447ba9f5cbb57c1a525c3b61bfcffc37
refs/heads/master: 8e8db7f123dcc4d56464fc584667c8f9ae9f4aef
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ static int fill_input_pin_labels(struct hda_codec *codec)

label = hda_get_autocfg_input_label(codec, cfg, i);
idx = 0;
for (j = i; j >= 0; j--) {
for (j = i - 1; j >= 0; j--) {
if (spec->input_labels[j] &&
!strcmp(spec->input_labels[j], label)) {
idx = spec->input_label_idxs[j] + 1;
Expand Down

0 comments on commit a29ffcf

Please sign in to comment.