diff options
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 8983747f2a37..844cf55a62b1 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c | |||
@@ -1155,7 +1155,7 @@ static int hdmi_pcm_open(struct hda_pcm_stream *hinfo, | |||
1155 | per_cvt->assigned = 1; | 1155 | per_cvt->assigned = 1; |
1156 | hinfo->nid = per_cvt->cvt_nid; | 1156 | hinfo->nid = per_cvt->cvt_nid; |
1157 | 1157 | ||
1158 | snd_hda_codec_write(codec, per_pin->pin_nid, 0, | 1158 | snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0, |
1159 | AC_VERB_SET_CONNECT_SEL, | 1159 | AC_VERB_SET_CONNECT_SEL, |
1160 | mux_idx); | 1160 | mux_idx); |
1161 | snd_hda_spdif_ctls_assign(codec, pin_idx, per_cvt->cvt_nid); | 1161 | snd_hda_spdif_ctls_assign(codec, pin_idx, per_cvt->cvt_nid); |