[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-10-25 Thread Anthony Wong
** Changed in: hwe-next
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  Fix Released
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Released
Status in alsa-ucm-conf source package in Hirsute:
  Fix Released
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-ucm-conf - 1.2.2-1ubuntu0.10

---
alsa-ucm-conf (1.2.2-1ubuntu0.10) focal; urgency=medium

  * d/p/0031-sof-soundwire-rt1316-DAC-L-and-R-is-replaced-by-DAC.patch
The mixer name is changed in the codec driver rt1316-sdw.c, so need
to handle the new mixer name.
https://github.com/alsa-project/alsa-ucm-conf/pull/109
(LP: #1937980)
  * d/p/0032-sof-hda-dsp-Set-Capture-Switch-on-in-the-BootSequenc.patch
The input volume of the external microphone is 0 by default for all
machines with sof audio driver, that is because the capture switch
is set to off by default, need to set it to on in the ucm.
https://github.com/alsa-project/alsa-ucm-conf/pull/107
(LP: #1940788)

 -- Hui Wang   Mon, 23 Aug 2021 11:00:48 +0800

** Changed in: alsa-ucm-conf (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Released
Status in alsa-ucm-conf source package in Hirsute:
  Fix Released
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-ucm-conf - 1.2.4-2ubuntu1.3

---
alsa-ucm-conf (1.2.4-2ubuntu1.3) hirsute; urgency=medium

  * d/p/0005-sof-soundwire-rt1316-DAC-L-and-R-is-replaced-by-DAC.patch
The mixer name is changed in the codec driver rt1316-sdw.c, so need
to handle the new mixer name.
https://github.com/alsa-project/alsa-ucm-conf/pull/109
(LP: #1937980)
  * d/p/0006-sof-hda-dsp-Set-Capture-Switch-on-in-the-BootSequenc.patch
The input volume of the external microphone is 0 by default for all
machines with sof audio driver, that is because the capture switch
is set to off by default, need to set it to on in the ucm.
https://github.com/alsa-project/alsa-ucm-conf/pull/107
(LP: #1940788)

 -- Hui Wang   Mon, 23 Aug 2021 10:05:50 +0800

** Changed in: alsa-ucm-conf (Ubuntu Hirsute)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Released
Status in alsa-ucm-conf source package in Hirsute:
  Fix Released
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-31 Thread Hui Wang
For focal:

On the Dell soundwire-sdca audio machine,
enable focal-proposed in the /etc/apt/sources.list
apt-get update
apt install alsa-ucm-conf, now the alsa-ucm-conf all 1.2.2-1ubuntu0.10 is 
installed.
install linux-image-unsigned-5.13.0-oem kernel
sudo rm /var/lib/alsa/*; rm ~/.config/pulse/*;alsactl init; reboot machine
After the system boots up, play sound through internal speaker, the sound could 
be outputted via speaker successfully.

Verification done for focal.


** Tags removed: verification-needed verification-needed-focal 
verification-needed-hirsute
** Tags added: verification-done verification-done-focal 
verification-done-hirsute

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-31 Thread Hui Wang
For hirsute:

On the Dell soundwire-sdca audio machine,
enable hirsute-proposed in the /etc/apt/sources.list
apt-get update
apt install alsa-ucm-conf, now the alsa-ucm-conf all 1.2.4-2ubuntu1.3 is 
installed.
install linux-image-unsigned-5.13.0-oem kernel
sudo rm /var/lib/alsa/*; rm ~/.config/pulse/*;alsactl init; reboot machine
After the system boots up, play sound through internal speaker, the sound could 
be outputted via speaker successfully.

Verified done for hirsute.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-30 Thread Ɓukasz Zemczak
Hello Hui, or anyone else affected,

Accepted alsa-ucm-conf into hirsute-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/alsa-ucm-
conf/1.2.4-2ubuntu1.3 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-hirsute

** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-30 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-ucm-conf - 1.2.4-2ubuntu4

---
alsa-ucm-conf (1.2.4-2ubuntu4) impish; urgency=medium

  * d/p/0006-sof-soundwire-rt1316-DAC-L-and-R-is-replaced-by-DAC.patch
The mixer name is changed in the codec driver rt1316-sdw.c, so need
to handle the new mixer name.
https://github.com/alsa-project/alsa-ucm-conf/pull/109
(LP: #1937980)
  * d/p/0007-sof-hda-dsp-Set-Capture-Switch-on-in-the-BootSequenc.patch
The input volume of the external microphone is 0 by default for all
machines with sof audio driver, that is because the capture switch
is set to off by default, need to set it to on in the ucm.
https://github.com/alsa-project/alsa-ucm-conf/pull/107
(LP: #1940788)

 -- Hui Wang   Mon, 23 Aug 2021 10:36:38 +0800

** Changed in: alsa-ucm-conf (Ubuntu Impish)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Released

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-30 Thread Sebastien Bacher
Upload to hirsute and focal as well now

** Changed in: alsa-ucm-conf (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-30 Thread Sebastien Bacher
** Changed in: alsa-ucm-conf (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-30 Thread Sebastien Bacher
Thanks, uploaded to impish now. A small side comment since that's the
first time I notice that but somehow you end up adding empty lines
between debian/patches/series entries

** Changed in: alsa-ucm-conf (Ubuntu Impish)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-24 Thread Hui Wang
The https://github.com/alsa-project/alsa-ucm-conf/pull/109 and
https://github.com/alsa-project/alsa-ucm-conf/pull/107 were merged to
upstream last night.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  In Progress
Status in alsa-ucm-conf source package in Impish:
  In Progress

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-22 Thread Hui Wang
Hi sponsor team, This is the debdiff for focal. thx.

** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu0.10.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5519904/+files/alsa-ucm-conf_1.2.2-1ubuntu0.10.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  In Progress
Status in alsa-ucm-conf source package in Impish:
  In Progress

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-22 Thread Hui Wang
Hi sponsor team, This is the debdiff for impish. thx.

** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu0.10.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5519903/+files/alsa-ucm-conf_1.2.2-1ubuntu0.10.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  In Progress
Status in alsa-ucm-conf source package in Impish:
  In Progress

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-22 Thread Hui Wang
Hi sponsor team, This is the debdiff for impish. thx.

** Patch added: "alsa-ucm-conf_1.2.4-2ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5519901/+files/alsa-ucm-conf_1.2.4-2ubuntu4.debdiff

** Changed in: alsa-ucm-conf (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: alsa-ucm-conf (Ubuntu Impish)
   Status: New => In Progress

** Changed in: alsa-ucm-conf (Ubuntu Hirsute)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-ucm-conf (Ubuntu Focal)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-ucm-conf (Ubuntu Focal)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Hirsute:
  In Progress
Status in alsa-ucm-conf source package in Impish:
  In Progress

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-22 Thread Hui Wang
Hi sponsor team, This is the debdiff for hirsute. thx.



** Patch added: "alsa-ucm-conf_1.2.4-2ubuntu1.3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5519900/+files/alsa-ucm-conf_1.2.4-2ubuntu1.3.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-08-22 Thread Hui Wang
Re-write this SRU based on the latest ubuntu alsa-ucm-conf, and also
integrate another SRU (https://bugs.launchpad.net/ubuntu/+source/alsa-
ucm-conf/+bug/1940788)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-07-25 Thread Hui Wang
** Description changed:

- This bug is for tracking purpose.
+ [Impact]
+ After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.
+ 
+ [Fix]
+ Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.
+ 
+ [Test]
+ sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.
+ 
+ [Where problems will occur]
+ The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  [Impact]
  After upgrade the linux kernel to 5.13, the mixer names of rt1316 is changed, 
the current alsa-ucm-conf will fail to initialize that codec, then users can't 
output sound from internal speaker since the internal speaker is routed to the 
codec rt1316.

  [Fix]
  Backport 1 commit (https://github.com/alsa-project/alsa-ucm-conf/pull/109), 
after applying the commit, the ucm conf file doesn't initialize the codec with 
hardcoded mixer names anymore, it will check the existence of the mixer name 
first, then conditionally initialize the codec.

  [Test]
  sudo rm /var/lib/alsa/*; alsactl init; reboot, play the sound from internal 
speaker, the speaker works well.

  [Where problems will occur]
  The change only affects the rt1316 codec, so far, that codec only connects to 
the internal speaker on Dell soundwire sdca audio machine, so it could 
introduce regression on the internal speaker like users can't output sound via 
internal speaker anymore on the Dell soundwire sdca audio machine. But this 
possibility is very low since we already tested the commit on the Dell 
soundwire sdca audio machine. We tested it with old kernel and new kernel, all 
worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-07-25 Thread Hui Wang
This is the debdiff for hirsute.

thx.


** Patch added: "alsa-ucm-conf_1.2.4-2ubuntu1.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5513613/+files/alsa-ucm-conf_1.2.4-2ubuntu1.2.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  This bug is for tracking purpose.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-07-25 Thread Hui Wang
This is the debdiff for focal.

thx.


** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu0.9.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5513614/+files/alsa-ucm-conf_1.2.2-1ubuntu0.9.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  This bug is for tracking purpose.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1937980] Re: [SRU] the speaker doesn't work on Dell sdw sdca machine with kernel-5.13

2021-07-25 Thread Hui Wang
This is the debdiff for impish.

thx

** Patch added: "alsa-ucm-conf_1.2.4-2ubuntu3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1937980/+attachment/5513612/+files/alsa-ucm-conf_1.2.4-2ubuntu3.debdiff

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1937980

Title:
  [SRU] the speaker doesn't work on Dell sdw sdca machine with
  kernel-5.13

Status in HWE Next:
  New
Status in alsa-ucm-conf package in Ubuntu:
  New
Status in alsa-ucm-conf source package in Focal:
  New
Status in alsa-ucm-conf source package in Hirsute:
  New
Status in alsa-ucm-conf source package in Impish:
  New

Bug description:
  This bug is for tracking purpose.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1937980/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp