Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 20:35:16 +0100
From:      Nuno Teixeira <eduardo@freebsd.org>
To:        Jung-uk Kim <jkim@freebsd.org>
Cc:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   Re: Lenovo Legion 5 Intel speakers working ok!
Message-ID:  <CAFDf7U%2BDdFu14TupbSB5xu1JN=NhEJqF5M_h%2ByU2VKfkyzfxAQ@mail.gmail.com>
In-Reply-To: <94e271b7-3019-a377-bb8b-e681c78b0d82@FreeBSD.org>
References:  <CAFDf7U%2BbEh6X8r3JPS=5dRbSZ8CJgF74kCM4uGEKVo6QZ9Ex2Q@mail.gmail.com> <CAFDf7UKSaMHMZCtsydS4no6YREYXa76Z4G3ZSZtxDLGga7iOng@mail.gmail.com> <94e271b7-3019-a377-bb8b-e681c78b0d82@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Hi!

`pciconf -l | grep ^hdac`:
---
hdac1@pci0:0:31:3:      class=0x040380 rev=0x00 hdr=0x00 vendor=0x8086
device=0x06c8 subvendor=0x17aa subdevice=0x380f
^^^^
^^^^^                  ^^^^
hdac0@pci0:1:0:1:       class=0x040300 rev=0xa1 hdr=0x00 vendor=0x10de
device=0x10fa subvendor=0x17aa subdevice=0x3ffb
---

I think hdac1 is what I'm looking for:
---
hdac1@pci0:0:31:3:      class=0x040380 rev=0x00 hdr=0x00 vendor=0x8086
device=0x06c8 subvendor=0x17aa subdevice=0x380f
    vendor     = 'Intel Corporation'
    device     = 'Comet Lake PCH cAVS'
    class      = multimedia
    subclass   = HDA
---

(LENOVO_VENDORID         0x17aa)

maybe:
#define LENOVO_L5INTEL_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x380f) ?

^^^^
^^^^




Jung-uk Kim <jkim@freebsd.org> escreveu no dia quinta, 25/08/2022 à(s)
20:15:

> On 22. 8. 25., Nuno Teixeira wrote:
> > ** Same config were imported from D30333
> > <https://reviews.freebsd.org/D30333>for Legion 5 AMD, PR 265632
> > <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632>for Intel
> version
> >
> > Nuno Teixeira <eduardo@freebsd.org <mailto:eduardo@freebsd.org>>
> > escreveu no dia quinta, 25/08/2022 à(s) 19:59:
> >
> >     Hello,
> >
> >     I have Lenovo Legion 5 Intel speakers working ok with device.hints:
> >     ---
> >     hint.hdaa.1.nid20.config="as=1 seq=0"
> >     hint.hdaa.1.nid33.config="as=1 seq=15"
> >     ---
> >
> >     Same config were imported from D30333
> >     <https://reviews.freebsd.org/D30333>and PR 265632
> >     <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632>; for
> >     Legion 5 AMD:
> >     (sys/dev/sound/pci/hda/hdac.h)
> >     ---
> >     #define LENOVO_L5AMD_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x381b)
> >     ---
> >     How do I found id for Intel version so I can submit a patch?
>
> Try "pciconf -l | grep ^hdac".  You'll see subvendor and subdevice.
>
> JK
>


-- 
Nuno Teixeira
FreeBSD Committer (ports)

[-- Attachment #2 --]
<div dir="ltr"><div>Hi!</div><div><br></div><div>`pciconf -l | grep ^hdac`:</div><div>---</div><div>hdac1@pci0:0:31:3:      class=0x040380 rev=0x00 hdr=0x00 vendor=0x8086 device=0x06c8 subvendor=0x17aa subdevice=0x380f</div><div>^^^^                                                                                                                                                               ^^^^^                  ^^^^<br></div><div>hdac0@pci0:1:0:1:       class=0x040300 rev=0xa1 hdr=0x00 vendor=0x10de device=0x10fa subvendor=0x17aa subdevice=0x3ffb</div><div>---</div><div><br></div><div>I think hdac1 is what I&#39;m looking for:</div><div>---</div><div>hdac1@pci0:0:31:3:      class=0x040380 rev=0x00 hdr=0x00 vendor=0x8086 device=0x06c8 subvendor=0x17aa subdevice=0x380f<br>    vendor     = &#39;Intel Corporation&#39;<br>    device     = &#39;Comet Lake PCH cAVS&#39;<br>    class      = multimedia<br>    subclass   = HDA</div><div>---</div><div><br></div><div>(LENOVO_VENDORID         0x17aa)</div><div><br></div><div>maybe:</div><div><span class="gmail-im">#define LENOVO_L5INTEL_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x380f) ?<br></span></div><div><span class="gmail-im">                               ^^^^                                                                                ^^^^<br></span></div><div><span class="gmail-im"><br></span></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Jung-uk Kim &lt;<a href="mailto:jkim@freebsd.org">jkim@freebsd.org</a>&gt; escreveu no dia quinta, 25/08/2022 à(s) 20:15:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 22. 8. 25., Nuno Teixeira wrote:<br>
&gt; ** Same config were imported from D30333 <br>
&gt; &lt;<a href="https://reviews.freebsd.org/D30333" rel="noreferrer" target="_blank">https://reviews.freebsd.org/D30333</a>&gt;for Legion 5 AMD, PR 265632 <br>
&gt; &lt;<a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632" rel="noreferrer" target="_blank">https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632</a>&gt;for Intel version<br>
&gt; <br>
&gt; Nuno Teixeira &lt;<a href="mailto:eduardo@freebsd.org" target="_blank">eduardo@freebsd.org</a> &lt;mailto:<a href="mailto:eduardo@freebsd.org" target="_blank">eduardo@freebsd.org</a>&gt;&gt; <br>
&gt; escreveu no dia quinta, 25/08/2022 à(s) 19:59:<br>
&gt; <br>
&gt;     Hello,<br>
&gt; <br>
&gt;     I have Lenovo Legion 5 Intel speakers working ok with device.hints:<br>
&gt;     ---<br>
&gt;     hint.hdaa.1.nid20.config=&quot;as=1 seq=0&quot;<br>
&gt;     hint.hdaa.1.nid33.config=&quot;as=1 seq=15&quot;<br>
&gt;     ---<br>
&gt; <br>
&gt;     Same config were imported from D30333<br>
&gt;     &lt;<a href="https://reviews.freebsd.org/D30333" rel="noreferrer" target="_blank">https://reviews.freebsd.org/D30333</a>&gt;and PR 265632<br>
&gt;     &lt;<a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632" rel="noreferrer" target="_blank">https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265632</a>&gt; for<br>
&gt;     Legion 5 AMD:<br>
&gt;     (sys/dev/sound/pci/hda/hdac.h)<br>
&gt;     ---<br>
&gt;     #define LENOVO_L5AMD_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x381b)<br>
&gt;     ---<br>
&gt;     How do I found id for Intel version so I can submit a patch?<br>
<br>
Try &quot;pciconf -l | grep ^hdac&quot;.  You&#39;ll see subvendor and subdevice.<br>
<br>
JK<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><span style="color:rgb(102,102,102)">Nuno Teixeira<br>FreeBSD Committer (ports)</span></div></div>
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7U%2BDdFu14TupbSB5xu1JN=NhEJqF5M_h%2ByU2VKfkyzfxAQ>