Message ID | 20240625135535.586233-1-perex@perex.cz (mailing list archive) |
---|---|
Headers | show
Received: from mail1.perex.cz (mail1.perex.cz [77.48.224.245]) (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 329B016B72D for <linux-sound@vger.kernel.org>; Tue, 25 Jun 2024 13:55:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=77.48.224.245 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719323761; cv=none; b=GpEWhgb9XO/W+j383qYsRb1rTycx19PyR/LXVXL1ATdhN5gNKIvvNYjd+pZ2+zo4hl2ZHjiCtkECZhOSyc1SWkd5cnXcytQJbRS+95zG8pj4kwNis/vfBjh+c/QUGUdkM5BQNz/zMKW18Hfqt24CGPH7j8b6fH5lk64xLaqDRkw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719323761; c=relaxed/simple; bh=QA+efkIjPKjRehqfnBYtKQKQo+EVNSkeQJKFu6gk3gc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qJjav+OruE8nLF3vrj+HeR5um8dPa6kgvp1BNvWkNBkLvOdQXQbgwa4me7D+lmgK4ip6+2Qpz55I+TZEjGaDsmyhsYe+o+LkkIjThGHKPfIWzdt2REKHnbodnxH1Pk3BjcgzDDE+XEqsZiT2Cr9vgsxWT0JlswYCiicODigUhvc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=perex.cz; spf=pass smtp.mailfrom=perex.cz; dkim=pass (1024-bit key) header.d=perex.cz header.i=@perex.cz header.b=ajQO/zmw; arc=none smtp.client-ip=77.48.224.245 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=perex.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perex.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=perex.cz header.i=@perex.cz header.b="ajQO/zmw" Received: from mail1.perex.cz (localhost [127.0.0.1]) by smtp1.perex.cz (Perex's E-mail Delivery System) with ESMTP id 0EB46682B; Tue, 25 Jun 2024 15:55:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.perex.cz 0EB46682B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=perex.cz; s=default; t=1719323748; bh=TgNr2BHrk0pXJ3if+xg0svDDFwHUDueodPAVCmbrqVE=; h=From:To:Cc:Subject:Date:From; b=ajQO/zmwXCNATmF2/4GvIfJCJQqpeIKrr4I3SdisuZOkWJBkcEfiDONm2KZ7UgrPU GIs0Ee2jEL+OqDpRzQd+fZI2cSooIIxnAmNwWoOEqzyb8PHHaud4wgiLKPf7pTAAxC SEvPlNpmLqSXuQvM8bxigQt4KN5OPJz/a2o6bFKw= Received: from p1gen4.perex-int.cz (unknown [192.168.100.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: perex) by mail1.perex.cz (Perex's E-mail Delivery System) with ESMTPSA; Tue, 25 Jun 2024 15:55:43 +0200 (CEST) From: Jaroslav Kysela <perex@perex.cz> To: <linux-sound@vger.kernel.org> Cc: Takashi Iwai <tiwai@suse.de>, Jaroslav Kysela <perex@perex.cz>, Takashi Sakamoto <takaswie@kernel.org> Subject: [PATCH v6 0/2] ALSA: pcm: reinvent the stream synchronization ID API Date: Tue, 25 Jun 2024 15:53:45 +0200 Message-ID: <20240625135535.586233-1-perex@perex.cz> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: <linux-sound.vger.kernel.org> List-Subscribe: <mailto:linux-sound+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-sound+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
ALSA: pcm: reinvent the stream synchronization ID API
|
expand
|