Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287183
b: refs/heads/master
c: 54c2a89
h: refs/heads/master
i:
  287181: c0cf807
  287179: 5a5cc5d
  287175: d221247
  287167: f73a37d
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Feb 1, 2012
1 parent 27415a5 commit 54891ae
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: f70eecde3bca92630d3886496e73316ff353f185
refs/heads/master: 54c2a89f60fd71b924d0f848ac892442951401a6
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 @@ -1447,7 +1447,7 @@ void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
for (i = 0; i < c->cvt_setups.used; i++) {
p = snd_array_elem(&c->cvt_setups, i);
if (!p->active && p->stream_tag == stream_tag &&
get_wcaps_type(get_wcaps(codec, p->nid)) == type)
get_wcaps_type(get_wcaps(c, p->nid)) == type)
p->dirty = 1;
}
}
Expand Down

0 comments on commit 54891ae

Please sign in to comment.