|
@@ -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++) {
|
|
for (i = 0; i < c->cvt_setups.used; i++) {
|
|
p = snd_array_elem(&c->cvt_setups, i);
|
|
p = snd_array_elem(&c->cvt_setups, i);
|
|
if (!p->active && p->stream_tag == stream_tag &&
|
|
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;
|
|
p->dirty = 1;
|
|
}
|
|
}
|
|
}
|
|
}
|