Commit graph

44 commits

Author SHA1 Message Date
R. Ryantm f65ef7fff4 alsa-utils: 1.2.9 -> 1.2.10 2023-09-28 22:21:12 -03:00
R. Ryantm 656cdba386 alsa-lib: 1.2.8 -> 1.2.9 2023-05-20 09:01:10 +00:00
K900 6cac1dec78 alsa-ucm-conf: 1.2.8 -> 1.2.9 2023-05-14 19:15:02 +03:00
R. Ryantm 9020896b6f alsa-utils: 1.2.8 -> 1.2.9 2023-05-11 16:23:20 -03:00
Anderson Torres f196593951 alsa-tools: change self to finalAttrs 2023-04-20 22:22:23 -03:00
Anderson Torres 5a05160f76 alsa-project: refactor 2023-03-19 01:01:05 -03:00
Anderson Torres 532ed9ed82 alsa-tools: remove python-dependent tools 2023-03-19 01:01:05 -03:00
Anderson Torres 5586e23fa4 alsa-tools: activate hwmixvolume
It needs Python to work.
2023-03-15 22:07:18 -03:00
Anderson Torres e850930cb8 alsa-tools: set AndersonTorres as maintainer 2023-03-15 22:07:18 -03:00
Anderson Torres cb53e3febe alsa-tools: refactor 2023-03-15 22:07:18 -03:00
Vladimír Čunát 1e42908aa7
Merge branch 'master' into staging-next 2023-02-08 21:50:23 +01:00
John Ericson f0636c6055 treewide: Add meta.pkgConfigModules to a few packages
Picking up where https://github.com/NixOS/nixpkgs/pull/214304 left off.
2023-02-07 12:15:32 -05:00
Martin Weinelt 4da94024e8
Merge pull request #197911 from r-ryantm/auto-update/alsa-lib
alsa-lib: 1.2.7.2 -> 1.2.8
2023-01-28 19:06:18 +00:00
Sergei Trofimovich f3355e39f6
Merge pull request #183972 from r-ryantm/auto-update/alsa-ucm-conf
alsa-ucm-conf: 1.2.7.1 -> 1.2.8
2023-01-28 18:54:09 +00:00
Yureka 3d96fdeca4
pkgsMusl.alsa-firmware: fix build (#203251) 2022-11-27 15:25:28 +01:00
R. Ryantm 8e6ec9fc8f alsa-utils: 1.2.7 -> 1.2.8 2022-10-27 08:46:19 -05:00
R. Ryantm e81b87f293 alsa-ucm-conf: 1.2.7.1 -> 1.2.8 2022-10-26 14:35:32 +00:00
R. Ryantm 8976fa4e8a alsa-lib: 1.2.7.2 -> 1.2.8 2022-10-26 14:12:07 +00:00
Alyssa Ross 839d828b9c
treewide: firmware: stdenv -> stdenvNoCC
None of these packages use a compiler, except for alsa-firmware, which
has the appropriate compiler in depsBuildBuild already.

Tested by building a NixOS system with hardware.enableAllFirmware = true.
2022-08-12 15:51:22 +00:00
Zhaofeng Li 020ca659d7 alsa-lib: 1.2.7.1 -> 1.2.7.2 2022-07-25 16:29:22 -07:00
Robert Schütz 92370d9fea alsa-ucm-conf: 1.2.6.3 -> 1.2.7.1 2022-06-30 22:35:57 +00:00
Robert Schütz 6e621eac20 alsa-plugins: 1.2.6 -> 1.2.7.1 2022-06-30 22:35:57 +00:00
Robert Schütz a1edc2fe67 alsa-lib: 1.2.6.1 -> 1.2.7.1 2022-06-30 22:35:57 +00:00
R. Ryantm 64725aac06 alsa-utils: 1.2.6 -> 1.2.7 2022-06-25 05:16:00 +00:00
ivanbrennan dd35016349
alsa-lib: document alsa-plugin-conf-multilib.patch 2022-02-01 08:44:15 -05:00
ivanbrennan 3b139b96c5
alsa-lib: re-add alsa-plugin-conf-multilib.patch
This patch was originally added in 2014 to support running apps with
32bit sound on 64bit architecture.

The patch itself add a "libs" field to syntax recognized in /etc/asound.conf:
ab8ef63ff4

The pulseaudio module then used the "libs" to declare locations for both native
and 32bit plugins:
0c8ad65560

In a recent alsa-lib upgrade (1.2.5.1 -> 1.2.6.1), the patch was removed
without understanding its purpose, leaving alsa-lib unable to parse the
etc/asound.conf that the pulseaudio module generated:
aeea1bb53b

As a result, ALSA utils are failing on x86_64 architecture if pulseaudio
is enabled. E.g.

  $ alsactl monitor default
  alsa-lib control.c:1464:(snd_ctl_open_conf) Unknown field libs
  Cannot open ctl default

  $ alsamixer
  ALSA lib control.c:1464:(snd_ctl_open_conf) Unknown field libs
  cannot open mixer: Invalid argument

  $ speaker-test -t wav -c 2

  speaker-test 1.2.6

  Playback device is default
  Stream parameters are 48000Hz, S16_LE, 2 channels
  WAV file(s)
  ALSA lib pcm.c:2576:(snd_pcm_open_conf) Unknown field libs
  Playback open error: -22,Invalid argument

Put the patch back in place to fix what was broken.
2022-01-31 20:12:59 -05:00
Jan Tojnar 3dba2db347 Merge branch 'staging-next' into staging
; Conflicts:
;	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
;	nixos/doc/manual/release-notes/rl-2205.section.md
2022-01-10 19:27:28 +01:00
Las Safin aeea1bb53b
alsa-lib: 1.2.5.1 -> 1.2.6.1 2022-01-10 11:48:19 +00:00
Las Safin 9968242e1e
alsa-firmware: 1.2.1 -> 1.2.4
Thanks @sternenseemann and @collares !
2022-01-10 11:43:10 +00:00
Bobby Rong b426ea250c
Merge pull request #151649 from r-ryantm/auto-update/alsa-plugins
alsa-plugins: 1.2.5 -> 1.2.6
2022-01-10 19:36:19 +08:00
devhell 2af27e443f alsa-ucm-conf: 1.2.5.1 -> 1.2.6.3 2022-01-09 15:53:46 +00:00
R. Ryantm 33aab6d425 alsa-plugins: 1.2.5 -> 1.2.6 2021-12-21 23:25:30 +00:00
R. Ryantm 75da7f9f53 alsa-utils: 1.2.5.1 -> 1.2.6 2021-12-21 22:01:02 +00:00
Felix Buehler 540499bf10 os-specific/linux: replace name with pname&version 2021-08-29 11:28:34 +02:00
R. RyanTM 1ba9e45338 alsa-topology-conf: 1.2.5 -> 1.2.5.1 2021-07-24 15:20:21 +02:00
R. RyanTM 02d1c6307f alsa-ucm-conf: 1.2.5 -> 1.2.5.1 2021-07-01 14:27:15 -07:00
R. RyanTM 6079362735 alsa-lib: 1.2.5 -> 1.2.5.1 2021-07-01 13:46:03 -07:00
R. RyanTM bd414007c9 alsa-utils: 1.2.5 -> 1.2.5.1 2021-06-30 08:36:19 +00:00
Sandro 260e88ac24
alsa-utils: remove sh file extension from alsa-info
other distros also ship the file without the extension and files in $PATH should normally not contain an extension
2021-06-14 16:51:30 +02:00
Jan Tojnar ba733d435b
Merge branch 'staging-next' into staging 2021-06-10 14:07:45 +02:00
Raphael Megzari 6de7be454a Revert "alsa-firmware: 1.2.1 -> 1.2.4"
This reverts commit 728ea2bbe4.
2021-06-10 19:06:37 +09:00
AndersonTorres 0b045a37fc Change all alsaPlugins references to alsa-plugins
Also, refactor alsa-plugins to make it more readable.
2021-06-10 01:36:35 -03:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
AndersonTorres 7f7f2ef93a alsa-project: a small refactor
Now, all ALSA projects reside in a dedicated directory, namely,
pkgs/os-specific/linux/alsa-project/
2021-06-10 01:12:48 -03:00