mcnster wrote:
>
> If you want to use a pcm of type hw (or plug on hw), consider using the
> shell to evaluate an appropriate value (based on $DISPLAY) for ALSA_CARD
> or ALSA_PCM_CARD in the user's .xinitrc. See lines 132-231 in alsa.conf
> (v1.0.15).
>
Excellent! That made it work. As soon
On Thu, 2007-11-29 at 18:40 -0800, Yan Seiner wrote:
> Could someone tell me why this .asoundrc doesn't work?
>
> defaults.pcm.card "xx"
> defaults.ctl.card "xx"
> defaults.pcm.device 0
> defaults.pcm.subdevice -1
>
>
> pcm.yy {
> type hw
> card 0
> }
> ctl.yy {
> type hw
> card
Could someone tell me why this .asoundrc doesn't work?
defaults.pcm.card "xx"
defaults.ctl.card "xx"
defaults.pcm.device 0
defaults.pcm.subdevice -1
pcm.yy {
type hw
card 0
}
ctl.yy {
type hw
card 0
}
pcm.xx {
type hw
card 1
}
ctl.xx {
type hw
card 1
}
alsamixer