Skip to content

Commit

Permalink
Add asound.conf for Apple USB dongle, see #187
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Jul 1, 2024
1 parent cf5360a commit 459459b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ An already started tidal-connect container should start working immediately, at

Date|Comment
:---|:---
2024-07-01|Add asound.conf for Apple USB dongle, see #187
2024-07-01|Add support for 48kHz tone, see #187
2024-06-17|Add presets for hdmi on raspberry pi
2024-04-08|Add sample config file for hifiberry dac plus
Expand Down
22 changes: 22 additions & 0 deletions userconfig/applejack.asound.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pcm.softvol {
type softvol
slave {
pcm "hw:CARD=A,DEV=0"
}
control {
name "SoftMaster"
card "A"
}
}

pcm.!default {
type plug
slave {
pcm "softvol"
}
}

ctl.!default {
type hw
card "A"
}

0 comments on commit 459459b

Please sign in to comment.