The new Framework 16 inch with ALC285 has the same duplication problem
with previous model. Therefore, we apply the new patch to the new
model.
Sponsored by: The FreeBSD Foundation
Sponsored by: Framework Computer Inc
Differential D52423
hdac: Add patch for new Framework 16 inch laptop. aokblast on Mon, Sep 8, 11:28 AM. Authored by Tags None Referenced Files
Details The new Framework 16 inch with ALC285 has the same duplication problem Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Please rename the commit to "snd_hda: Add patch for Framework 16" so that its easier to read and search for. Also, does the microphone work properly for this model?
Comment Actions The wrapping is a bit awkward and I think style(9)'s allowance for an exception to the 80 col width could be warranted here, if you agree. } else if ((id == HDA_CODEC_ALC295 && subid == FRAMEWORK_LAPTOP_0005_SUBVENDOR) || (id == HDA_CODEC_ALC285 && subid == FRAMEWORK_LAPTOP_000D_SUBVENDOR)) { `` Comment Actions
Maybe include "2nd gen" or "Framework 16 Ryzen AI 300 series" Comment Actions Any chance there's a doc for this? Sound on a Chromebook i have doesn't work for similar reasons and i don't know where to start down the rabithole Comment Actions snd_hda.4 explains what the as and seq options do, but just tweaking only those does not guarantee you will get your sound to work. Sometimes there has to be additional configuration in case the card's registers are either not properly setup or have non-standard configurations, as is the case for many HDA cards, unfortunately... Comment Actions
The latter please. Or better "Framework 16 AMD Ryzen AI 300 Series"
Framework 16 does not have a built-in headphone jack. Comment Actions Please corp with the comments about indentation and commit message. Also, we need this MFC to stable/15 at least so please add MFC after: 3 days to be in the next 15.0 build. Comment Actions I will adopt the modification from christos since other part in this file follows that style. |