Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cannot use alsa on multiple applications[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Sun Nov 23, 2014 6:21 pm    Post subject: cannot use alsa on multiple applications[solved] Reply with quote

I have finally configured sound on my gentoo laptop
I cannot however use sound in more than one application at the same time, I know I should be creating an asoundrc file, I'm already using an asound.conf file and I'm not sure exactly how to merge the wiki entry with my own:
pcm.!default {
type hw
card 1
}

ctl.!default {
type hw
card 1
}

this entry selects my pch card instsead of hdmi one so it's important I don't go back to square one, I would rather not use pulseaudio unless it's the last option

thanks


Last edited by Adel Ahmed on Mon Nov 24, 2014 6:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Sun Nov 23, 2014 7:50 pm    Post subject: Reply with quote

You're telling the applications to use the card directly, and your card (being a HDA design) does not have hardware mixing. You need dmix at a bare minimum.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Mon Nov 24, 2014 6:56 pm    Post subject: Reply with quote

thanks alot ant p, that was the solution

here's my new asound.conf:
pcm.spacespdifdmix {
type dmix
ipc_key 83484784
slave {
pcm "hw:1,0"
format S32_LE
rate 44100
}
}

pcm.spacespdif {
type plug
slave {
pcm spacespdifdmix
}
}

pcm.!default {
type plug
# slave.pcm "dmix"
slave {
pcm spacespdifdmix
}
}

problem solved
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum