Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2658
b: refs/heads/master
c: 5ecd702
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2005
1 parent 394ac4e commit 5182160
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 05acb863a27e7f82d81c422b977415fa80b99f96
refs/heads/master: 5ecd7022f52872db32eddf85a527064ed7b522a3
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,8 @@ int snd_hda_check_board_config(struct hda_codec *codec, struct hda_board_config
pci_read_config_word(codec->bus->pci, PCI_SUBSYSTEM_ID, &subsystem_device);
for (c = tbl; c->modelname || c->pci_subvendor; c++) {
if (c->pci_subvendor == subsystem_vendor &&
c->pci_subdevice == subsystem_device)
(! c->pci_subdevice /* all match */||
(c->pci_subdevice == subsystem_device)))
return c->config;
}
}
Expand Down

0 comments on commit 5182160

Please sign in to comment.