Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353060
b: refs/heads/master
c: d94ddd8
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent e36e89e commit 9384d0a
Show file tree
Hide file tree
Showing 3 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: 2ce4886abc61193a8b9dfbb8b08e3f8dff463671
refs/heads/master: d94ddd85b1e044c030d62c62f95ae700776888f8
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
return i;
if (!recursive)
return -1;
if (recursive > 5) {
if (recursive > 10) {
snd_printd("hda_codec: too deep connection for 0x%x\n", nid);
return -1;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct hda_multi_io {
* vol_ctl and mute_ctl contains the NIDs for the assigned mixers
*/

#define MAX_NID_PATH_DEPTH 5
#define MAX_NID_PATH_DEPTH 10

enum {
NID_PATH_VOL_CTL,
Expand Down

0 comments on commit 9384d0a

Please sign in to comment.