[PATCH] ALSA: doc: hdspm.txt: Remove bracket

Manuel Ebner posted 1 patch 3 weeks, 2 days ago
Documentation/sound/cards/hdspm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: doc: hdspm.txt: Remove bracket
Posted by Manuel Ebner 3 weeks, 2 days ago
Remove needless ')'.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 Documentation/sound/cards/hdspm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sound/cards/hdspm.rst b/Documentation/sound/cards/hdspm.rst
index 5373e51ed..ee157f351 100644
--- a/Documentation/sound/cards/hdspm.rst
+++ b/Documentation/sound/cards/hdspm.rst
@@ -367,7 +367,7 @@ Calling Parameter
 	  note: each playback channel is mixed to the same numbered output
 	  channel (routed). This is against the ALSA-convention, where all
 	  channels have to be muted on after loading the driver, but was
-	  used before on other cards, so i historically use it again)
+	  used before on other cards, so i historically use it again
 
 
 
-- 
2.54.0
Re: [PATCH] ALSA: doc: hdspm.txt: Remove bracket
Posted by Randy Dunlap 3 weeks, 2 days ago

On 9/2/26 8:03 AM, Manuel Ebner wrote:
> Remove needless ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/sound/cards/hdspm.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/sound/cards/hdspm.rst b/Documentation/sound/cards/hdspm.rst
> index 5373e51ed..ee157f351 100644
> --- a/Documentation/sound/cards/hdspm.rst
> +++ b/Documentation/sound/cards/hdspm.rst
> @@ -367,7 +367,7 @@ Calling Parameter
>  	  note: each playback channel is mixed to the same numbered output
>  	  channel (routed). This is against the ALSA-convention, where all
>  	  channels have to be muted on after loading the driver, but was
> -	  used before on other cards, so i historically use it again)
> +	  used before on other cards, so i historically use it again
>  
>  
>  

-- 
~Randy