Message ID | 20200106131159.476744-1-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion | expand |
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 >
sudo alsaucm -c bytcht-cx2072x set _enadev Speaker alsaucm: error failed to set _enadev=Speaker: No such file or directory
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 >
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
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(+)