From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753808AbcDHEv5 (ORCPT ); Fri, 8 Apr 2016 00:51:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:58607 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbcDHEv4 (ORCPT ); Fri, 8 Apr 2016 00:51:56 -0400 Date: Fri, 08 Apr 2016 06:51:54 +0200 Message-ID: From: Takashi Iwai To: "Masanari Iida" Cc: , , , Subject: Re: [PATCH] [linux-next]:ALSA: Fix a typo in timestamping.txt In-Reply-To: <1460087125-5402-1-git-send-email-standby24x7@gmail.com> References: <1460087125-5402-1-git-send-email-standby24x7@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 08 Apr 2016 05:45:25 +0200, Masanari Iida wrote: > > This patch fix a spelling typo found in > Documentation/sound/alsa/timestamping.txt > > Signed-off-by: Masanari Iida Applied, thanks. Takashi > --- > Documentation/sound/alsa/timestamping.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/sound/alsa/timestamping.txt b/Documentation/sound/alsa/timestamping.txt > index 0b191a23f534..1b6473f393a8 100644 > --- a/Documentation/sound/alsa/timestamping.txt > +++ b/Documentation/sound/alsa/timestamping.txt > @@ -129,7 +129,7 @@ will be required to issue multiple queries and perform an > interpolation of the results > > In some hardware-specific configuration, the system timestamp is > -latched by a low-level audio subsytem, and the information provided > +latched by a low-level audio subsystem, and the information provided > back to the driver. Due to potential delays in the communication with > the hardware, there is a risk of misalignment with the avail and delay > information. To make sure applications are not confused, a > -- > 2.8.0 > >