Date: Thu, 27 May 2021 00:48:05 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bdbb0f056593 - stable/13 - hda: correct comment about Asus laptop digital mics Message-ID: <202105270048.14R0m5du087085@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=bdbb0f0565932726b218caa1d4c59687e8e2282c commit bdbb0f0565932726b218caa1d4c59687e8e2282c Author: Philippe Michaud-Boudreault <pitwuu@gmail.com> AuthorDate: 2021-05-19 14:32:25 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-05-27 00:47:14 +0000 hda: correct comment about Asus laptop digital mics Reported in review D30333 MFC after: 1 week (cherry picked from commit 5d698386fbfe166df72a17712ffde8cefeecefab) --- sys/dev/sound/pci/hda/hdaa_patches.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/sound/pci/hda/hdaa_patches.c b/sys/dev/sound/pci/hda/hdaa_patches.c index 755f2aef461b..590c9e4d46fb 100644 --- a/sys/dev/sound/pci/hda/hdaa_patches.c +++ b/sys/dev/sound/pci/hda/hdaa_patches.c @@ -808,10 +808,10 @@ hdaa_patch_direct(struct hdaa_devinfo *devinfo) subid == 0x834a1043 || subid == 0x83981043 || subid == 0x83ce1043) { /* - * The ditital mics on some Asus laptops produce + * The digital mics on some Asus laptops produce * differential signals instead of expected stereo. - * That results in silence if downmix it to mono. - * To workaround, make codec to handle signal as mono. + * That results in silence if downmixing to mono. + * To workaround, make codec handle the signal as mono. */ val = hdaa_read_coef(dev, 0x20, 0x07); hdaa_write_coef(dev, 0x20, 0x07, val|0x80);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105270048.14R0m5du087085>