summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915/intel_lpe_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/i915/intel_lpe_audio.c')
-rw-r--r--sys/dev/pci/drm/i915/intel_lpe_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/intel_lpe_audio.c b/sys/dev/pci/drm/i915/intel_lpe_audio.c
index d70b570f6b5..78cb32c7e1c 100644
--- a/sys/dev/pci/drm/i915/intel_lpe_audio.c
+++ b/sys/dev/pci/drm/i915/intel_lpe_audio.c
@@ -119,7 +119,7 @@ lpe_audio_platdev_create(struct drm_i915_private *dev_priv)
pdata->port[0].pipe = -1;
pdata->port[1].pipe = -1;
pdata->port[2].pipe = -1;
- mtx_init(&pdata->lpe_audio_slock);
+ mtx_init(&pdata->lpe_audio_slock, IPL_TTY);
platdev = platform_device_register_full(&pinfo);
kfree(rsc);