Merge pull request #1709 from alirezamirsepassi/patch-1
audio(framework-13-amd-ai-300): update default rawDeviceName
This commit is contained in:
commit
7a9a613a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
|
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
|
||||||
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
|
lib.mkDefault "alsa_output.pci-0000_c1_00.6.HiFi__Speaker__sink";
|
||||||
|
|
||||||
# suspend works with 6.15
|
# suspend works with 6.15
|
||||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue