From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936452AbcA1CEX (ORCPT ); Wed, 27 Jan 2016 21:04:23 -0500 Received: from casper.infradead.org ([85.118.1.10]:45568 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754696AbcA1CEU (ORCPT ); Wed, 27 Jan 2016 21:04:20 -0500 To: moderated for non-subscribers Subject: [PATCH] sound: fix SND_PCM_TIMER Kconfig text Cc: LKML , Jie Yang , Takashi Iwai From: Randy Dunlap Message-ID: <56A9771A.1000508@infradead.org> Date: Wed, 27 Jan 2016 18:04:10 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix spelling and typos for SND_PCM_TIMER. Signed-off-by: Randy Dunlap Cc: Jie Yang Cc: Takashi Iwai --- 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