Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 18:33:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 253900] Lenovo X1 Carbon 7th Generation requires quirk for proper sound
Message-ID:  <bug-253900-12827-kt7NhKs8EC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253900-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253900-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253900

--- Comment #3 from Jonathan Vasquez <jon@xyinn.org> ---
For now I've added the following quirk to my /boot/loader.conf to invert the
top and bottom speakers (preferring the bottom louder one). The issue is st=
ill
there so with this configuration the bottom will be the one actually output=
ting
content rather than the top one. The headphones will continue to work as us=
ual:

# Prefer bottom louder speakers over top speakers (for now).
# NOTE: The nid20 speakers won't work with this configuration but
# it will at least hide them from audio selection.
hint.hdaa.0.nid23.config=3D"as=3D1 seq=3D0"
hint.hdaa.0.nid20.config=3D"as=3D1 seq=3D1"
hint.hdaa.0.nid33.config=3D"as=3D1 seq=3D15"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253900-12827-kt7NhKs8EC>