Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1320218 > unrolled thread

[PATCH] sound: fix SND_PCM_TIMER Kconfig text

Started byRandy Dunlap <rdunlap@infradead.org>
First post2016-01-28 03:10 +0100
Last post2016-01-28 07:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] sound: fix SND_PCM_TIMER Kconfig text Randy Dunlap <rdunlap@infradead.org> - 2016-01-28 03:10 +0100
    Re: [PATCH] sound: fix SND_PCM_TIMER Kconfig text Takashi Iwai <tiwai@suse.de> - 2016-01-28 07:30 +0100

#1320218 — [PATCH] sound: fix SND_PCM_TIMER Kconfig text

FromRandy Dunlap <rdunlap@infradead.org>
Date2016-01-28 03:10 +0100
Subject[PATCH] sound: fix SND_PCM_TIMER Kconfig text
Message-ID<qVKc2-4El-7@gated-at.bofh.it>
From: Randy Dunlap <rdunlap@infradead.org>

Fix spelling and typos for SND_PCM_TIMER.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jie Yang <yang.jie@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>
---
 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

[toc] | [next] | [standalone]


#1320329

FromTakashi Iwai <tiwai@suse.de>
Date2016-01-28 07:30 +0100
Message-ID<qVOfE-7O2-7@gated-at.bofh.it>
In reply to#1320218
On Thu, 28 Jan 2016 03:04:10 +0100,
Randy Dunlap wrote:
> 
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix spelling and typos for SND_PCM_TIMER.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jie Yang <yang.jie@intel.com>
> Cc: Takashi Iwai <tiwai@suse.de>

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
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web