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


Groups > linux.debian.kernel > #68784 > unrolled thread

Bug#976791: Enable CONFIG_SOUNDWIRE (and related drivers)

Started byMatt Corallo <swedbrl@bluematt.me>
First post2020-12-08 00:20 +0100
Last post2020-12-29 14:10 +0100
Articles 9 — 4 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#976791: Enable CONFIG_SOUNDWIRE (and related drivers) Matt Corallo <swedbrl@bluematt.me> - 2020-12-08 00:20 +0100
    Bug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers)) Matt Corallo <swedbrl@bluematt.me> - 2020-12-09 06:30 +0100
    Bug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers)) Matt Corallo <swedbrl@bluematt.me> - 2020-12-10 06:00 +0100
    Bug#976791: Debian kernel fixing sound on new DELLs Adam Cecile <acecile@le-vert.net> - 2020-12-12 23:30 +0100
    Bug#976791: marked as done (Enable CONFIG_SOUNDWIRE (and related  drivers)) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-12-13 12:10 +0100
    Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1) Matt Corallo <swedbrl@bluematt.me> - 2020-12-27 23:20 +0100
      Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1) Matt Corallo <swedbrl@bluematt.me> - 2020-12-28 19:10 +0100
        Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1) Vincent Blut <vincent.debian@free.fr> - 2020-12-29 14:10 +0100
    Processed: Re: Bug#976791: closed by Debian FTP Masters  <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>)  (Bug#976791: fixed in linux 5.10~rc7-1~exp1) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-12-29 14:10 +0100

#68784 — Bug#976791: Enable CONFIG_SOUNDWIRE (and related drivers)

FromMatt Corallo <swedbrl@bluematt.me>
Date2020-12-08 00:20 +0100
SubjectBug#976791: Enable CONFIG_SOUNDWIRE (and related drivers)
Message-ID<BjxXs-60v-7@gated-at.bofh.it>
Package: linux-image-amd64
Version: 5.9.11-1

Some newer Intel machines (eg high-end 2020 Dell XPS machines) require soundwire for audio, however current Debian 
kernel configs do not include CONFIG_SOUNDWIRE at all. This may depend on #962134 as well, however #962134 can be 
resolved locally without rebuilding packages by copying the related firmware binaries.

[toc] | [next] | [standalone]


#68788 — Bug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers))

FromMatt Corallo <swedbrl@bluematt.me>
Date2020-12-09 06:30 +0100
SubjectBug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers))
Message-ID<Bk0d3-6Yl-1@gated-at.bofh.it>
In reply to#68784
Oops, it seems I was confused about when this landed upstream. Enabling soundwire on 5.9 doesn't accomplish much, but 
5.10 should bring support for audio on new Dell machines, presumably with something like the following:

CONFIG_REGMAP_SOUNDWIRE=m
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK=y
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m
CONFIG_SND_SOC_RT700=m
CONFIG_SND_SOC_RT700_SDW=m
CONFIG_SND_SOC_RT711=m
CONFIG_SND_SOC_RT711_SDW=m
CONFIG_SND_SOC_RT715=m
CONFIG_SND_SOC_RT715_SDW=m
CONFIG_SOUNDWIRE=m
CONFIG_SOUNDWIRE_CADENCE=m
CONFIG_SOUNDWIRE_INTEL=m
CONFIG_SOUNDWIRE_GENERIC_ALLOCATION=m

On 12/7/20 6:18 PM, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> You can follow progress on this Bug here: 976791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976791.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>   Debian Kernel Team <debian-kernel@lists.debian.org>
> 
> If you wish to submit further information on this problem, please
> send it to 976791@bugs.debian.org.
> 
> Please do not send mail to owner@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 

[toc] | [prev] | [next] | [standalone]


#68799 — Bug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers))

FromMatt Corallo <swedbrl@bluematt.me>
Date2020-12-10 06:00 +0100
SubjectBug#976791: Acknowledgement (Enable CONFIG_SOUNDWIRE (and related drivers))
Message-ID<Bkmdz-3xN-1@gated-at.bofh.it>
In reply to#68784
Saw the commits in salsa and went and tested them. Looks like to get audio working config also needs (but definitely 
works now)

CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
CONFIG_SND_SOC_MAX98373_SDW=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT5682_SDW=m

Why you have to enable "User Friendly Long Names" in order to enable drivers, I have no idea.

On 12/7/20 6:18 PM, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> You can follow progress on this Bug here: 976791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976791.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>   Debian Kernel Team <debian-kernel@lists.debian.org>
> 
> If you wish to submit further information on this problem, please
> send it to 976791@bugs.debian.org.
> 
> Please do not send mail to owner@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 

[toc] | [prev] | [next] | [standalone]


#68819 — Bug#976791: Debian kernel fixing sound on new DELLs

FromAdam Cecile <acecile@le-vert.net>
Date2020-12-12 23:30 +0100
SubjectBug#976791: Debian kernel fixing sound on new DELLs
Message-ID<BllyO-7fO-9@gated-at.bofh.it>
In reply to#68784
Hello,


I'm also having sound issue with a brand new Latitude 9510. I tried to 
build rc7 kernel from Salsa but failed to do so and it seems relevant 
config lines do not exist with rc6.

Would you share your custom built package so I can also confirm this 
fixes my problems?


Thanks in advance

[toc] | [prev] | [next] | [standalone]


#68826 — Bug#976791: marked as done (Enable CONFIG_SOUNDWIRE (and related drivers))

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2020-12-13 12:10 +0100
SubjectBug#976791: marked as done (Enable CONFIG_SOUNDWIRE (and related drivers))
Message-ID<Blxqi-6jM-25@gated-at.bofh.it>
In reply to#68784

[Multipart message — attachments visible in raw view] — view raw

Your message dated Sun, 13 Dec 2020 11:00:10 +0000
with message-id <E1koP6o-0005ZD-BD@fasolo.debian.org>
and subject line Bug#976791: fixed in linux 5.10~rc7-1~exp1
has caused the Debian Bug report #976791,
regarding Enable CONFIG_SOUNDWIRE (and related drivers)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
976791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976791
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#68991 — Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)

FromMatt Corallo <swedbrl@bluematt.me>
Date2020-12-27 23:20 +0100
SubjectBug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)
Message-ID<BqMyl-6cs-5@gated-at.bofh.it>
In reply to#68784
Note that this issue was not closed as CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH is still missing. The (relevant) diff 
between my (working, self-built) rc7 and 5.10.1 in exp is:

$ diff /boot/config-5.10.0-* | grep "SND\|SOUND"
< CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
 > # CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES is not set
< CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
< CONFIG_SND_SOC_RT1308=m

On 12/13/20 6:03 AM, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the linux-image-amd64 package:
> 
> #976791: Enable CONFIG_SOUNDWIRE (and related drivers)
> 
> It has been closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>).
> 
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) by
> replying to this email.
> 
> 

[toc] | [prev] | [next] | [standalone]


#68992 — Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)

FromMatt Corallo <swedbrl@bluematt.me>
Date2020-12-28 19:10 +0100
SubjectBug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)
Message-ID<Br57X-1Rf-5@gated-at.bofh.it>
In reply to#68991
Note that the CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH in the x86 config is bogus - 
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH depends on CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES which is not set.

On 12/27/20 5:16 PM, Matt Corallo wrote:
> Note that this issue was not closed as CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH is still missing. The (relevant) diff 
> between my (working, self-built) rc7 and 5.10.1 in exp is:
> 
> $ diff /boot/config-5.10.0-* | grep "SND\|SOUND"
> < CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
>  > # CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES is not set
> < CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
> < CONFIG_SND_SOC_RT1308=m
> 
> On 12/13/20 6:03 AM, Debian Bug Tracking System wrote:
>> This is an automatic notification regarding your Bug report
>> which was filed against the linux-image-amd64 package:
>>
>> #976791: Enable CONFIG_SOUNDWIRE (and related drivers)
>>
>> It has been closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>).
>>
>> Their explanation is attached below along with your original report.
>> If this explanation is unsatisfactory and you have not received a
>> better one in a separate message then please contact Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to 
>> Bastian Blank <waldi@debian.org>) by
>> replying to this email.
>>
>>

[toc] | [prev] | [next] | [standalone]


#68994 — Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)

FromVincent Blut <vincent.debian@free.fr>
Date2020-12-29 14:10 +0100
SubjectBug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)
Message-ID<BrmVc-5pu-3@gated-at.bofh.it>
In reply to#68992

[Multipart message — attachments visible in raw view] — view raw

Control: reopen -1

Le 2020-12-28T13:01-0500, Matt Corallo a écrit :
>Note that the CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH in the x86 
>config is bogus - CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH depends on 
>CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES which is not set.

Good catch Matt! I sent a merge request to fix this.

Cheers,
Vincent

[toc] | [prev] | [next] | [standalone]


#68995 — Processed: Re: Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2020-12-29 14:10 +0100
SubjectProcessed: Re: Bug#976791: closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Bastian Blank <waldi@debian.org>) (Bug#976791: fixed in linux 5.10~rc7-1~exp1)
Message-ID<BrmVc-5pu-13@gated-at.bofh.it>
In reply to#68784
Processing control commands:

> reopen -1
Bug #976791 {Done: Bastian Blank <waldi@debian.org>} [linux-image-amd64] Enable CONFIG_SOUNDWIRE (and related drivers)
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions linux/5.10~rc7-1~exp1.

-- 
976791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976791
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web