Skip to content
Snippets Groups Projects
Commit 7da70ebe authored by David Trattnig's avatar David Trattnig
Browse files

feat(Make): create symlink for alsa config

parent 4e4ca31d
No related branches found
No related tags found
No related merge requests found
Pipeline #2623 passed
......@@ -20,6 +20,7 @@ help::
@echo " audio.pa.status - status of pulseaudio server"
@echo " audio.pa.ctrl - ui for pulseaudio server"
@echo " audio.alsa.cards - list alsa cards"
@echo " audio.alsa.init - create initial config file"
# Settings
......@@ -100,4 +101,8 @@ audio.pa.ctrl::
pavucontrol
audio.alsa.cards::
cat /proc/asound/cards
\ No newline at end of file
cat /proc/asound/cards
audio.alsa.init::
cp -p config/sample.asoundrc config/.asoundrc
ln -s ${CURDIR}/config/.asoundrc ~/.asoundrc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment