Andoru Ekkusu wrote:
> So I've been trying to fix this problem for a while now, but I can't seem to
> set up ALSA in a way to enable multiple sound sources at once (2 or more
> apps/programs to use the soundcard simultaneously).
Dmix is enabled by default.
> pcm.!default {
> type hw
>
> Run pavucontrol, and set the B85 as the default.
>
> Please note that PulseAudio saves the last used card for each application.
Thanks for the reply. I forgot to mention in the original message that I'm
not using PulseAudio, so it's just ALSA to set up. Any way to set the
default soundcard, and
This older thread might help you, Philip Rhoades had a similar problem.
https://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg31403.html
On Wed, Feb 3, 2016 at 5:16 AM, Andoru Ekkusu wrote:
>> Run pavucontrol, and set the B85 as the default.
>>
>> Please note that PulseAudio saves the
Andoru Ekkusu wrote:
> I'm not using PulseAudio, so it's just ALSA to set up. Any way to set
> the default soundcard, and not cause it to disable dmix?
Don't redefine pcm.default. Put this into /etc/asound.conf or ~/.asoundrc:
defaults.pcm.card PCH
defaults.ctl.card PCH
Regards,
Clemens
-