Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353108
b: refs/heads/master
c: ca29683
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent a0a8756 commit 607bcc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: d12daf6f41693b6b34351b37b6d05d1a6f9b3472
refs/heads/master: ca29683bd63a463d48934dc5b50ec4aecbfaa7c2
8 changes: 2 additions & 6 deletions trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2110,13 +2110,9 @@ static int create_input_ctls(struct hda_codec *codec)

if (!is_reachable_path(codec, pin, adc))
continue;
path = snd_hda_add_new_path(codec, pin, adc, 0);
if (!path) {
snd_printd(KERN_ERR
"invalid input path 0x%x -> 0x%x\n",
pin, adc);
path = snd_hda_add_new_path(codec, pin, adc, -mixer);
if (!path)
continue;
}
print_nid_path("input", path);
spec->input_paths[imux_idx][c] =
snd_hda_get_path_idx(codec, path);
Expand Down

0 comments on commit 607bcc8

Please sign in to comment.