From 54891aed59482dbd7e20f505f46c37d80bb681ee Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 1 Feb 2012 12:05:41 +0100 Subject: [PATCH] --- yaml --- r: 287183 b: refs/heads/master c: 54c2a89f60fd71b924d0f848ac892442951401a6 h: refs/heads/master i: 287181: c0cf80716ca21b407d848439f3332971b99e2b10 287179: 5a5cc5d257631030bb523007b7d82c91be287f9d 287175: d221247043e3356c0840f1f30f76e16a99ad665c 287167: f73a37d30420f371010edd8c33d7933c39d7a97b v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58d7385f0b17..9188833249d3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f70eecde3bca92630d3886496e73316ff353f185 +refs/heads/master: 54c2a89f60fd71b924d0f848ac892442951401a6 diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 4df72c0e8c37..c2c65f63bf06 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -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; } }