History log of /freebsd/sys/dev/sound/pci/hda/hdac.h (Results 1 – 25 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 48b9d78a 04-Jan-2025 Daniel Schaefer <dhs@frame.work>

hda: Add patch for Framework Laptop Intel 13th gen

It uses the same audio codec as 12th gen (PCI ID 0x0002).
Actually everything is the same, except the CPU.

Signed-off-by: Daniel Schaefer <dhs@fra

hda: Add patch for Framework Laptop Intel 13th gen

It uses the same audio codec as 12th gen (PCI ID 0x0002).
Actually everything is the same, except the CPU.

Signed-off-by: Daniel Schaefer <dhs@frame.work>

show more ...


Revision tags: release/14.2.0
# d643e823 18-Oct-2024 Jani Salonen <salojan@goto10.co>

snd_hda: Identify NVIDIA GM204

PR: 228615
MFC after: 2 days
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D47166


# de009cf6 18-Oct-2024 Christos Margiolis <christos@FreeBSD.org>

snd_hda: Remove duplicate HDA_INTEL_CMLK* entries

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: markj, emaste
Differential Revision: https://rev

snd_hda: Remove duplicate HDA_INTEL_CMLK* entries

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D47152

show more ...


# 4004e175 22-Sep-2024 Pavel Timofeev <timp87@gmail.com>

hda: remove duplicate codec defines

Reviewed by: emaste
Fixes: 35e492f3bd41 ("Update list of Conexant and Realtek codecs.")
Differential Revision: https://reviews.freebsd.org/D45965


Revision tags: release/13.4.0
# fb1028dc 14-Jun-2024 Adam Retter <adam.retter@googlemail.com>

hda: add support for Tiger Lake-H

PR: 272682
Reported by: Miguel Salcedo
Reviewed by: emaste


# 4cc4b5e2 07-Jun-2024 Dmitry Luhtionov <dmitryluhtionov@gmail.com>

Add some AMD device IDs.


# ef659a2d 04-Jun-2024 Oleksandr Kryvulia <shuriku@shurik.kiev.ua>

snd_hda: Add Lenovo X1 Carbon Gen11 support

MFC after: 2 days
Reviewed by: christos
Differential Revision: https://reviews.freebsd.org/D45361


Revision tags: release/14.1.0
# 93ad59a2 23-May-2024 Lutz Bichler <Lutz.Bichler@gmail.com>

snd_hda: Add patch for Asus UX331UAL

PR: 242802
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D45238


# 27895336 14-May-2024 Christos Margiolis <christos@FreeBSD.org>

snd_hda: Rename LENOVO_I* to LENOVO_IDEAPAD*

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D45105


# 54cc353f 14-May-2024 Christos Margiolis <christos@FreeBSD.org>

snd_hda: Add patch for Lenovo Ideapad 3

Reported by: bsd-lists@bsdforge.com
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.

snd_hda: Add patch for Lenovo Ideapad 3

Reported by: bsd-lists@bsdforge.com
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D45100

show more ...


# 1dd1a696 13-Apr-2024 Michael Zhilin <mizhka@FreeBSD.org>

snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDs

This is based off the Linux file sound/hda/intel-dsp-config.c.

Tested on: Lenovo Thinkbook 16 G6+ IMH
MFC after:

snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDs

This is based off the Linux file sound/hda/intel-dsp-config.c.

Tested on: Lenovo Thinkbook 16 G6+ IMH
MFC after: 3 days
Reviewed by: markj, christos
Differential Revision: https://reviews.freebsd.org/D44777
Sponsored by: Postgres Professional

show more ...


Revision tags: release/13.3.0
# 89189224 23-Feb-2024 Gleb Smirnoff <glebius@FreeBSD.org>

snd_hda: add 32-bit memory quirk for Creative Sound Blaster Audigy FX

Despite still being in production the device appeared not able to use
memory above BUS_SPACE_MAXADDR_32BIT, and if your desktop

snd_hda: add 32-bit memory quirk for Creative Sound Blaster Audigy FX

Despite still being in production the device appeared not able to use
memory above BUS_SPACE_MAXADDR_32BIT, and if your desktop has a lot of
memory there is a high chance driver would allocate inaccessible memory.

Submitted by: wulf
Reviewed by: mav

show more ...


# 5968e477 18-Feb-2024 Dmitry Lukhtionov <dmitryluhtionov@gmail.com>

snd_hda: Add patches for the Lenovo Ideapad 330-15 and ThinkPad X230

PR: 259640
MFC after: 2 weeks
Reviewed by: delphij, markj
Differential Revision: https://reviews.freebsd.org/D43804


Revision tags: release/14.0.0
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0, release/12.4.0
# 2a31a06b 20-Oct-2022 Alexander Motin <mav@FreeBSD.org>

Add random VMware device IDs.

Just to make dmesg look nicer there.

MFC after: 1 week


# b44869cb 16-Sep-2022 Nuno Teixeira <eduardo@FreeBSD.org>

sound: add patch for Lenovo Legion 5 Intel

Laptop Legion Lenovo 5 15MH05 (Intel)

Patch to fix the sound on this machine.
It requires sending the speaker and the headphone jack to the same nid.

PR:

sound: add patch for Lenovo Legion 5 Intel

Laptop Legion Lenovo 5 15MH05 (Intel)

Patch to fix the sound on this machine.
It requires sending the speaker and the headphone jack to the same nid.

PR: 265632
Approved by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D36511

show more ...


# d88dc1b0 29-Aug-2022 Pavel Timofeev <timp87@gmail.com>

hda: add patch for Framework laptop v2 headphone jack

Fix headphone (12th gen Intel laptops) and mic jack (both 11th and
12th gen) switching.

PR: 262579
MFC after: 1 week
Differential Revision: ht

hda: add patch for Framework laptop v2 headphone jack

Fix headphone (12th gen Intel laptops) and mic jack (both 11th and
12th gen) switching.

PR: 262579
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D36354

show more ...


# 22ecfc58 07-Sep-2022 Neel Chauhan <nc@FreeBSD.org>

snd_hda: Add the full Intel AlderLake HD Audio PCI IDs

This is based off the Linux file sound/hda/intel-dsp-config.c.

Reviewed by: imp (src)
Tested on: HP Spectre x360 16-f0023dx
MFC after: 3 da

snd_hda: Add the full Intel AlderLake HD Audio PCI IDs

This is based off the Linux file sound/hda/intel-dsp-config.c.

Reviewed by: imp (src)
Tested on: HP Spectre x360 16-f0023dx
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D36476

show more ...


# 5abe1789 01-Aug-2022 Gleb Popov <arrowd@FreeBSD.org>

hda: Add a patch for ASUS ROG GL553VE.

Summary:
This change enables headset detection on the laptop.

PR: 256169

Approved by: mav

Differential Revision: https://reviews.freebsd.org/D36007


Revision tags: release/13.1.0
# 35fbe624 08-Apr-2022 Gordon Bergling <gbe@FreeBSD.org>

sound(4): Fix a typo in a source code comment

- s/Miscellanious/Miscellaneous/

MFC after: 3 days


# 06731139 17-Mar-2022 Ed Maste <emaste@FreeBSD.org>

hda: add patch for Framework laptop headphone jack

For Framework laptops built after Oct 2021 (like mine) that have a Tempo
Semiconductor 92HD95B codec rather than Realtek ALC295 (see
https://frame.

hda: add patch for Framework laptop headphone jack

For Framework laptops built after Oct 2021 (like mine) that have a Tempo
Semiconductor 92HD95B codec rather than Realtek ALC295 (see
https://frame.work/ca/en/blog/solving-for-silicon-shortages).

As we do for many other laptops, put the headphone jack and speakers in
the same association by default so that the generic sound device
automatically switches between them. Also specify the jack colour and
location.

Reviewed by: markj
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34596

show more ...


# e997f337 16-Mar-2022 Ed Maste <emaste@FreeBSD.org>

Add Tempo Semiconductor 92HD95B HDA codec ID

This codec is found in recent versions of the Framework laptop. Tempo
Semiconductor acquired these products from IDT's Audio Business Unit.

MFC after:

Add Tempo Semiconductor 92HD95B HDA codec ID

This codec is found in recent versions of the Framework laptop. Tempo
Semiconductor acquired these products from IDT's Audio Business Unit.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

show more ...


# 98d59d2e 09-Feb-2022 Alexander Motin <mav@FreeBSD.org>

snd_hda: Add some ATI HDMI codec IDs.

Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 1 week


Revision tags: release/12.3.0
# 45f0e571 19-May-2021 Philippe Michaud-Boudreault <pitwuu@gmail.com>

sound: add patch for Lenovo Legion 5 AMD

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30333


12345