From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754847AbcA1GYe (ORCPT ); Thu, 28 Jan 2016 01:24:34 -0500 Received: from mx2.suse.de ([195.135.220.15]:41874 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754561AbcA1GYc (ORCPT ); Thu, 28 Jan 2016 01:24:32 -0500 Date: Thu, 28 Jan 2016 07:24:31 +0100 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: moderated for non-subscribers , LKML , Jie Yang Subject: Re: [PATCH] sound: fix SND_PCM_TIMER Kconfig text In-Reply-To: <56A9771A.1000508@infradead.org> References: <56A9771A.1000508@infradead.org> 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 Thu, 28 Jan 2016 03:04:10 +0100, Randy Dunlap wrote: > > From: Randy Dunlap > > Fix spelling and typos for SND_PCM_TIMER. > > Signed-off-by: Randy Dunlap > Cc: Jie Yang > Cc: Takashi Iwai Applied, thanks. Takashi > --- > sound/core/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > --- lnx-45-rc1.orig/sound/core/Kconfig > +++ lnx-45-rc1/sound/core/Kconfig > @@ -97,11 +97,11 @@ config SND_PCM_TIMER > bool "PCM timer interface" if EXPERT > default y > help > - If you disable this option, pcm timer will be inavailable, so > - those stubs used pcm timer (e.g. dmix, dsnoop & co) may work > + If you disable this option, pcm timer will be unavailable, so > + those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work > incorrectlly. > > - For some embedded device, we may disable it to reduce memory > + For some embedded devices, we may disable it to reduce memory > footprint, about 20KB on x86_64 platform. > > config SND_SEQUENCER_OSS >