Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206471
b: refs/heads/master
c: 2385b78
h: refs/heads/master
i:
  206469: 33a190f
  206467: 51e4d03
  206463: f6fd6bf
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Jul 26, 2010
1 parent 52f65a0 commit a1d2161
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ab85457f0a46b9dab17aaa01ceefc755b124d48d
refs/heads/master: 2385b789f1525542396d8f6b0cc37c1eb2493b4c
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/hda_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,9 @@ static void parse_codec_mode(char *buf, struct hda_bus *bus,
*codecp = NULL;
if (sscanf(buf, "%i %i %i", &vendorid, &subid, &caddr) == 3) {
list_for_each_entry(codec, &bus->codec_list, list) {
if (codec->addr == caddr) {
if (codec->vendor_id == vendorid &&
codec->subsystem_id == subid &&
codec->addr == caddr) {
*codecp = codec;
break;
}
Expand Down

0 comments on commit a1d2161

Please sign in to comment.