alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion
@ 2020-01-06 13:11 Hans de Goede
  2020-01-07 11:54 ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2020-01-06 13:11 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: Hans de Goede, alsa-devel, Pierre-Louis Bossart, youling 257

The conversion to ucm2 format missed adding an include for:

codecs/es8316/HeadPhones.conf

Leading to no sound on the headphones output, this commit adds the missing
include fixing this.

Cc: youling 257 <youling257@gmail.com>
Reported-by: youling 257 <youling257@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 ucm2/bytcht-es8316/HiFi-Components.conf | 2 ++
 ucm2/bytcht-es8316/HiFi-LongName.conf   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/ucm2/bytcht-es8316/HiFi-Components.conf b/ucm2/bytcht-es8316/HiFi-Components.conf
index 314d355..c40bd49 100644
--- a/ucm2/bytcht-es8316/HiFi-Components.conf
+++ b/ucm2/bytcht-es8316/HiFi-Components.conf
@@ -20,6 +20,8 @@ If.mono {
 	}
 }
 
+<codecs/es8316/HeadPhones.conf>
+
 If.in1 {
 	Condition {
 		Type String
diff --git a/ucm2/bytcht-es8316/HiFi-LongName.conf b/ucm2/bytcht-es8316/HiFi-LongName.conf
index ea7d1c3..03cf17b 100644
--- a/ucm2/bytcht-es8316/HiFi-LongName.conf
+++ b/ucm2/bytcht-es8316/HiFi-LongName.conf
@@ -20,6 +20,8 @@ If.mono {
 	}
 }
 
+<codecs/es8316/HeadPhones.conf>
+
 If.in1 {
 	Condition {
 		Type String
-- 
2.24.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [alsa-devel] [PATCH alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion
  2020-01-06 13:11 [alsa-devel] [PATCH alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion Hans de Goede
@ 2020-01-07 11:54 ` Jaroslav Kysela
  2020-03-07  4:25   ` sudo alsaucm -c bytcht-cx2072x set _enadev Speaker youling 257
  0 siblings, 1 reply; 4+ messages in thread
From: Jaroslav Kysela @ 2020-01-07 11:54 UTC (permalink / raw)
  To: Hans de Goede; +Cc: alsa-devel, Pierre-Louis Bossart, youling 257

Dne 06. 01. 20 v 14:11 Hans de Goede napsal(a):
> The conversion to ucm2 format missed adding an include for:
> 
> codecs/es8316/HeadPhones.conf
> 
> Leading to no sound on the headphones output, this commit adds the missing
> include fixing this.

Applied. Thank you for the fix.

					Jaroslav

> 
> Cc: youling 257 <youling257@gmail.com>
> Reported-by: youling 257 <youling257@gmail.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>   ucm2/bytcht-es8316/HiFi-Components.conf | 2 ++
>   ucm2/bytcht-es8316/HiFi-LongName.conf   | 2 ++
>   2 files changed, 4 insertions(+)
> 
> diff --git a/ucm2/bytcht-es8316/HiFi-Components.conf b/ucm2/bytcht-es8316/HiFi-Components.conf
> index 314d355..c40bd49 100644
> --- a/ucm2/bytcht-es8316/HiFi-Components.conf
> +++ b/ucm2/bytcht-es8316/HiFi-Components.conf
> @@ -20,6 +20,8 @@ If.mono {
>   	}
>   }
>   
> +<codecs/es8316/HeadPhones.conf>
> +
>   If.in1 {
>   	Condition {
>   		Type String
> diff --git a/ucm2/bytcht-es8316/HiFi-LongName.conf b/ucm2/bytcht-es8316/HiFi-LongName.conf
> index ea7d1c3..03cf17b 100644
> --- a/ucm2/bytcht-es8316/HiFi-LongName.conf
> +++ b/ucm2/bytcht-es8316/HiFi-LongName.conf
> @@ -20,6 +20,8 @@ If.mono {
>   	}
>   }
>   
> +<codecs/es8316/HeadPhones.conf>
> +
>   If.in1 {
>   	Condition {
>   		Type String
> 


-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* sudo alsaucm -c bytcht-cx2072x set _enadev Speaker
  2020-01-07 11:54 ` Jaroslav Kysela
@ 2020-03-07  4:25   ` youling 257
  2020-03-07  4:34     ` youling 257
  0 siblings, 1 reply; 4+ messages in thread
From: youling 257 @ 2020-03-07  4:25 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Hans de Goede, alsa-devel, Pierre-Louis Bossart

sudo alsaucm -c bytcht-cx2072x set _enadev Speaker

       alsaucm: error failed to set _enadev=Speaker: No such file or
directory

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: sudo alsaucm -c bytcht-cx2072x set _enadev Speaker
  2020-03-07  4:25   ` sudo alsaucm -c bytcht-cx2072x set _enadev Speaker youling 257
@ 2020-03-07  4:34     ` youling 257
  0 siblings, 0 replies; 4+ messages in thread
From: youling 257 @ 2020-03-07  4:34 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Hans de Goede, alsa-devel, Pierre-Louis Bossart

HP Pavillon X2 10-n105nf, a user report "alsaucm: error failed to set
_enadev=Speaker: No such file or directory"

on my ezpad es8316, alsaucm -c bytcht-es8316 set _verb HiFi set
_enadev Speaker, "set _enadev=Speaker: No such file or directory",
only can _enadev MonoSpeaker.

2020-03-07 12:25 GMT+08:00, youling 257 <youling257@gmail.com>:
> sudo alsaucm -c bytcht-cx2072x set _enadev Speaker
>
>        alsaucm: error failed to set _enadev=Speaker: No such file or
> directory
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-07  4:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 13:11 [alsa-devel] [PATCH alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion Hans de Goede
2020-01-07 11:54 ` Jaroslav Kysela
2020-03-07  4:25   ` sudo alsaucm -c bytcht-cx2072x set _enadev Speaker youling 257
2020-03-07  4:34     ` youling 257

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).