Skip to content

Commit

Permalink
fix: Add audio config to pulseaudio/alsa-mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 17, 2023
1 parent 0d0b2d3 commit ed4e24b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion t2linux-audio/t2linux-audio.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: t2linux-audio
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: Speaker and mic config for T2 macs
License: MIT
Expand Down Expand Up @@ -31,7 +31,15 @@ install -m 644 files/paths/* %{buildroot}/%{_datadir}/alsa-card-profile/mixer/pa
install -d -m 755 %{buildroot}/%{_datadir}/alsa-card-profile/mixer/profile-sets
install -m 644 files/profile-sets/* %{buildroot}/%{_datadir}/alsa-card-profile/mixer/profile-sets/

install -d -m 755 %{buildroot}/%{_datadir}/pulseaudio/alsa-mixer/paths
install -m 644 files/paths/* %{buildroot}/%{_datadir}/pulseaudio/alsa-mixer/paths/

install -d -m 755 %{buildroot}/%{_datadir}/pulseaudio/alsa-mixer/profile-sets
install -m 644 files/profile-sets/* %{buildroot}/%{_datadir}/pulseaudio/alsa-mixer/profile-sets/

%files
%{_datadir}/alsa-card-profile/mixer/paths/*
%{_datadir}/alsa-card-profile/mixer/profile-sets/*
%{_datadir}/pulseaudio/alsa-mixer/paths/*
%{_datadir}/pulseaudio/alsa-mixer/profile-sets/*
/usr/lib/udev/rules.d/91-audio-t2.rules

0 comments on commit ed4e24b

Please sign in to comment.