Commit Graph

122 Commits

Author SHA1 Message Date
Rudi Heitbaum
c3969693ea alsa-utils: remove RPATH
fix introduced RPATH regression

/usr/lib/alsa-topology/libalsatplg_module_nhlt.so
/usr/bin/alsatplg
/usr/bin/alsaucm
/usr/bin/amixer
/usr/bin/aplay
/usr/bin/axfer
/usr/bin/nhlt-dmic-info
/usr/bin/speaker-test
/usr/sbin/alsactl
  RUNPATH           Library runpath: [/build/LibreELEC.tv/build.LibreELEC-Generic.x86_64-12.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib]
2023-12-03 04:48:46 +00:00
Rudi Heitbaum
b9a7528c34 alsa-utils: update to 1.2.10 2023-09-02 04:42:33 +00:00
Rudi Heitbaum
116b9fe03f alsactl: add define to compile with glibc 2.38 2023-08-01 09:50:12 +00:00
Rudi Heitbaum
28d8e46ed6 alsa-utils: update to 1.2.9 2023-05-17 10:55:04 +00:00
Rudi Heitbaum
3d86c8da23 alsa-utils: update to 1.2.8 2022-10-27 11:40:18 +00:00
Rudi Heitbaum
a810f01f71 alsa-utils: update to 1.2.7 and HTTPS 2022-06-01 09:12:58 +00:00
heitbaum
f9a4ff32e2 alsa-utils: update to 1.2.6 2022-03-15 12:14:27 +00:00
Christian Hewitt
3598d43336 alsa-utils: rework Amlogic card soundconfig setup 2021-12-17 09:59:15 +00:00
Christian Hewitt
9f164e9a01 alsa-utils: quote card name in soundconfig 2021-11-26 12:00:19 +00:00
Matthias Reichl
318ea588bd alsa-utils: update to 1.2.5.1
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-16 12:26:09 +02:00
Alex Bee
49d85e78d3 alsa-utils: unmute headphone jack for ES8316 codec 2021-04-19 23:10:46 +02:00
Ian Leonard
d758cd4728 audio: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:42 +00:00
chewitt
7c9365ae35 alsa-utils: fix soundconfig for devices with TDMB > TDMA changes 2021-01-13 11:29:08 +00:00
Matthias Reichl
6827e5e910 alsa-utils: update to 1.2.4
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-10-20 19:54:51 +02:00
chewitt
244f2b4815 alsa-utils: update soundconfig for VIM3/GS-King-X changes 2020-07-06 06:49:47 +00:00
nouman8
70a90d1a53 alsa-utils: update to 1.2.3 2020-06-09 15:35:43 +05:00
CvH
9f00cd296d Merge pull request #4220 from chewitt/amlogic-upstream
bump Amlogic to Linux 5.6
2020-03-08 08:30:16 +01:00
chewitt
d16bf2a404 alsa-utils: add amlogic aiu mixer setttings 2020-03-02 11:57:30 +00:00
Matthias Reichl
ab18284436 alsa-utils: update to 1.2.2
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-22 11:22:29 +01:00
Andre Heider
7273d94094 multimedia-tools: cleanup and use the "sysroot" build flag
As with system-tools before.

Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Jernej Skrabec
180f3e4442 alsa-utils: Unmute Allwinner A20 analog audio codec 2019-12-29 09:08:50 +01:00
chewitt
c7a7100441 alsa-utils: add amlogic g12 to soundconfig 2019-09-10 16:53:08 +00:00
MilhouseVH
8e5bd98eb4 alsa-utils: update to alsa-utils-1.1.9 2019-06-07 08:49:07 +01:00
Jernej Skrabec
9875ed1595 alsa-utils: Set volume for Allwinner analog codecs 2019-04-08 19:43:09 +02:00
MilhouseVH
2cfc2b3077 alsa-utils: depends on systemd otherwise udev rules installed incorrectly
udev rules will be installed to /lib/udev/rules.d and not /usr/lib/udev/rules.d
if udev (via systemd) is not already installed.

if test "${with_udev_rules_dir+set}" = set; then :
  withval=$with_udev_rules_dir; udevrulesdir="$withval"
else
  udevdir=$($PKG_CONFIG udev --variable=udevdir)
        if test "x$udevdir" = "x"; then
            udevrulesdir="/lib/udev/rules.d"
        else
            udevrulesdir="$udevdir/rules.d"
        fi
fi
2019-02-08 17:17:43 +00:00