Skip to content

Commit 52d5464

Browse files
authored
Corrected wrong device (using plughw:CARD=DAC,DEVICE=0 instead of plughw:CARD=DAC,,DEV=0 (#342)
1 parent 950392c commit 52d5464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/sample.CARD_DAC_Device_0.asound.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ctl.equal {
44

55
pcm.plugequal {
66
type equal;
7-
slave.pcm "plughw:CARD=DAC,DEVICE=0";
7+
slave.pcm "plughw:CARD=DAC,DEV=0";
88
}
99

1010
pcm.equal {

doc/equalizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- PUID=1000
2222
- PGID=1000
2323
- AUDIO_GID=29
24-
- SQUEEZELITE_EQ_AUDIO_DEVICE=plughw:CARD=DAC,DEVICE=0
24+
- SQUEEZELITE_EQ_AUDIO_DEVICE=plughw:CARD=DAC,DEV=0
2525
- SQUEEZELITE_NAME=Aune X1S
2626
- SQUEEZELITE_MODEL_NAME=Aune X1S Manjaro i5
2727
- SQUEEZELITE_SERVER_PORT=${SQUEEZELITE_SERVER_PORT:-}

0 commit comments

Comments
 (0)