From nobody Mon May 05 11:57:50 2025 X-Original-To: freebsd-desktop@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Zrg5M1Gn4z5vPf8; Mon, 05 May 2025 11:57:59 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Zrg5K1lMGz485m; Mon, 05 May 2025 11:57:57 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=margiolis.net header.s=default header.b=jHTXznnJ; spf=softfail (mx1.freebsd.org: 95.179.159.8 is neither permitted nor denied by domain of christos@freebsd.org) smtp.mailfrom=christos@freebsd.org; dmarc=fail reason="No valid SPF, DKIM not aligned (relaxed)" header.from=freebsd.org (policy=none) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=pxro21PLEHRn QAqMPUUBfBg+oCG5A+eMMRM5FE9xswg=; h=subject:cc:to:from:date; d=margiolis.net; b=jHTXznnJjI8eqIbJ7QTRyoWt3/GpOXDBeieBp+HGsM6xzFsp6B2 XLBkjg5sv6ZKHFwaPMF9sff4qGyLEcY+CuUS9p5pml7ahJyfNsl5j1ztBYxJ1/PTcprM4L GYZvQcVw5JxlkRdaPdY7a1WScEYJDkdg3bGjGO0cGf8K0jCMDU= Received: from pleb (ip-195-254-156-82.r.tradepartner.pl [195.254.156.82]) by margiolis.net (OpenSMTPD) with ESMTPSA id 82b81775 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 5 May 2025 05:57:55 -0600 (MDT) Date: Mon, 5 May 2025 13:57:50 +0200 From: Christos Margiolis To: freebsd-multimedia@freebsd.org Cc: freebsd-desktop@freebsd.org, freebsd-hackers@freebsd.org, adrian@freebsd.org Subject: [Call for testing] Macbook Air 6,1 & 6,2 audio fixes Message-ID: List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4Zrg5K1lMGz485m X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.43 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.73)[-0.730]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[margiolis.net:s=default]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, DKIM not aligned (relaxed),none]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[christos]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-desktop@freebsd.org,freebsd-multimedia@freebsd.org,freebsd-hackers@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_SOFTFAIL(0.00)[~all:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[margiolis.net:+] I submitted a patch [1] to address some Macbook Air 6,1 or 6,2 HDA issues, upon request from adrian@. The patch is untested since I do not own any of these machines, so please apply it and test whether sound works properly (headphones, speakers, mic, headset mic, jack redirection, etc.). If there are any problems, please attach a copy of dmesg after a verbose boot and "sysctl dev.hdac.X.pindump=1" where X is the appropriate hdac number for your sound card. Christos [1] https://reviews.freebsd.org/D50046