Posts by pwauters
-
-
Hi I think I have a similar issue with my USB speakers.
I'm on LibreElec 10.01
I have a Microsoft Digital Sound System.
On LibreElec 9.xx it used to work out of the box.
Now I only have sound on the left speaker.
Here's the log: http://ix.io/3Ptn
I tried to create the a /storage/.config/asound.conf file with the following content:
Codepcm.myoutput { type hw card "System" chmap [ "FL,FR" ] channels 2 hint.description "my output with fixed chmap" }
But that did not work.
The output of amixer -c System is
Code
Display MoreSimple mixer control 'Bass',0 Capabilities: volume volume-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 20 Mono: 10 [50%] Simple mixer control 'Treble',0 Capabilities: volume volume-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 16 Mono: 8 [50%] Simple mixer control 'LFE',0 Capabilities: pvolume pvolume-joined Playback channels: Mono Limits: Playback 0 - 18 Mono: Playback 10 [56%] [-2.00dB] Simple mixer control 'Line',0 Capabilities: pvolume pvolume-joined Playback channels: Mono Limits: Playback 0 - 24 Mono: Playback 24 [100%] [0.00dB] Simple mixer control 'Desktop Speaker',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 60 Mono: Front Left: Playback 51 [85%] [-9.00dB] [on] Front Right: Playback 51 [85%] [-9.00dB] [on] Simple mixer control 'Up Down',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off]
Any suggestion on what to do?
Thanks in advance