From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 659041C8633 for ; Thu, 7 Aug 2025 03:13:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754536414; cv=none; b=Uy5x50tt+uYjvnnrVERePzATAo6ZDFpKbdaFf2kKVZUpID0iKqL9SH5OV+XeCAKswokC36/60BdCrdkrDyaB8U4RvDhCJ+G2p/duKPDOZCbKStKvyIHAVroNMmZ/0c0bMTs+b2ny8OVkBOj53PUxQV+AFTO16WMEV5P3Nyr7jM4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754536414; c=relaxed/simple; bh=2UxkOAJrUuM4j7S+oPTuJXRP6EPILJvru59l6PY+BFg=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=LQGiI/U4qbVFuX9zg4WNpAwtGhuTiz+Buq4Jl98Pictoj64sCKKuMo66sClYYmM708R066DvOY8gFd1QzBHORAV+yGHYRW9/OfLeXZuuhH2trtLxy7ulJwRd2+8zKrPoiLjKRLfgc/386i4eJMDDj6CDWnY9Q9QA1ARNP3Sqew0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=E6sE16NH; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="E6sE16NH" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1754536400; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2UxkOAJrUuM4j7S+oPTuJXRP6EPILJvru59l6PY+BFg=; b=E6sE16NHmDFHiaC7z/slpLU8mmfW+s8vlWoAmNUUp1wUXv8TsEUtFFfBxXhkb4Jt/9+E9h uTyFlQzb5rm7wmLDyRMyW5xrLv1czLtJ/Te7/9XzvHpMMrcOEu4LwVRXXfkpG18cNsSJCW LPYtJs7TaQfv2PHfxTsigYh5iXcTMUM= Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: [PATCH] ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Thu, 7 Aug 2025 05:13:06 +0200 Cc: Jaroslav Kysela , Takashi Iwai , Mark Brown , Joe Perches , stable@vger.kernel.org, Takashi Iwai , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <20A9013E-EF3E-45B2-AAB3-EC94020EC952@linux.dev> References: <20250805190809.31150-1-thorsten.blum@linux.dev> To: Sakari Ailus X-Migadu-Flow: FLOW_OUT Hi Sakari, On 6. Aug 2025, at 01:17, Sakari Ailus wrote: > Could you use three arguments here for backporting -- the two-argument > variant is a rather new addition and looks like 75b1a8f9d62e precedes it. Thanks for the hint! Best, Thorsten