From patchwork Thu Jun 12 10:34:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Patrakov X-Patchwork-Id: 4340441 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DAB5A9F357 for ; Thu, 12 Jun 2014 10:36:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1EF8E202E9 for ; Thu, 12 Jun 2014 10:36:30 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id E66822012D for ; Thu, 12 Jun 2014 10:36:28 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id DA13D2657C6; Thu, 12 Jun 2014 12:36:27 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, NO_DNS_FOR_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 700CE265204; Thu, 12 Jun 2014 12:34:58 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 40DDB265772; Thu, 12 Jun 2014 12:34:57 +0200 (CEST) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by alsa0.perex.cz (Postfix) with ESMTP id 3C6DA26512D for ; Thu, 12 Jun 2014 12:34:45 +0200 (CEST) Received: by mail-lb0-f173.google.com with SMTP id s7so343753lbd.4 for ; Thu, 12 Jun 2014 03:34:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=DlvnuBJsWNW6UxnDalQNEBAtUPy7jfWlYModJ1/iIKo=; b=ckIs9oI66ibtYuF5lC02wRSsUGoH2c7Gn/NPQ0ulU90SZaczxxHEY29ALnqi4xsr// oEEMxvHFOs2q3u4a1Fd+a5Nzrt/BGOZJRdPWVlDkpyVk4YYytHOplIy9WzTY77hxtu3W 2Fcgw/3jZqNxxEk8ARqWe3CB5RPz/AbOW/3OEBXof/EFo8jrPZFrkqm8WzyWEU7JMRjk RWg7T9TKUeZ9//HcUJPTuPks4dfo0+5SZ4wXLCUfl1IgyTanKDvvCCJsrR6Cr5M+SvXH yXULr+uHLZ/M5DE3grjx7qHWNe60zSfBt/tZIF1hQ4w+ik7k+tE+dO9L8zcspsk7oxNG 5wTg== X-Received: by 10.112.148.165 with SMTP id tt5mr1078755lbb.61.1402569284556; Thu, 12 Jun 2014 03:34:44 -0700 (PDT) Received: from localhost.localdomain (111279190.convex.ru. [82.193.153.141]) by mx.google.com with ESMTPSA id b6sm24054791laa.20.2014.06.12.03.34.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Jun 2014 03:34:44 -0700 (PDT) From: "Alexander E. Patrakov" To: alsa-devel@alsa-project.org Date: Thu, 12 Jun 2014 16:34:21 +0600 Message-Id: <1402569264-2789-2-git-send-email-patrakov@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1402569264-2789-1-git-send-email-patrakov@gmail.com> References: <1402569264-2789-1-git-send-email-patrakov@gmail.com> Cc: "Alexander E. Patrakov" Subject: [alsa-devel] [PATCH 1/4] pcm:file: add the missing htimestamp callback X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Alexander E. Patrakov --- src/pcm/pcm_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c index b1f2330..b139f7f 100644 --- a/src/pcm/pcm_file.c +++ b/src/pcm/pcm_file.c @@ -697,6 +697,7 @@ static const snd_pcm_fast_ops_t snd_pcm_file_fast_ops = { .poll_descriptors_count = snd_pcm_generic_poll_descriptors_count, .poll_descriptors = snd_pcm_generic_poll_descriptors, .poll_revents = snd_pcm_generic_poll_revents, + .htimestamp = snd_pcm_generic_real_htimestamp, }; /**