Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sound/soc/sof/intel/hda.c
Original file line numberDiff line numberDiff line change
Expand Up@@ -247,7 +247,7 @@ static int hda_init_caps(struct snd_sof_dev *sdev)
ret = hda_dsp_ctrl_init_chip(sdev, true);
if (ret < 0) {
dev_err(bus->dev, "error: init chip failed with ret: %d\n", ret);
hda_codec_i915_put(sdev);
hda_codec_i915_exit(sdev);
return ret;
}

Expand Down