mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
conf: change the order of PCM devices in alsa.conf
Appearently, some applications use the first device for probe or so. Fixes: https://github.com/alsa-project/alsa-lib/issues/27 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
717a8425ff
commit
27c7927842
1 changed files with 23 additions and 23 deletions
|
|
@ -119,29 +119,6 @@ defaults.timer.subdevice 0
|
||||||
# PCM interface
|
# PCM interface
|
||||||
#
|
#
|
||||||
|
|
||||||
# redirect to load-on-demand extended pcm definitions
|
|
||||||
pcm.cards cards.pcm
|
|
||||||
|
|
||||||
pcm.default cards.pcm.default
|
|
||||||
pcm.sysdefault cards.pcm.default
|
|
||||||
pcm.front cards.pcm.front
|
|
||||||
pcm.rear cards.pcm.rear
|
|
||||||
pcm.center_lfe cards.pcm.center_lfe
|
|
||||||
pcm.side cards.pcm.side
|
|
||||||
pcm.surround21 cards.pcm.surround21
|
|
||||||
pcm.surround40 cards.pcm.surround40
|
|
||||||
pcm.surround41 cards.pcm.surround41
|
|
||||||
pcm.surround50 cards.pcm.surround50
|
|
||||||
pcm.surround51 cards.pcm.surround51
|
|
||||||
pcm.surround71 cards.pcm.surround71
|
|
||||||
pcm.iec958 cards.pcm.iec958
|
|
||||||
pcm.spdif iec958
|
|
||||||
pcm.hdmi cards.pcm.hdmi
|
|
||||||
pcm.dmix cards.pcm.dmix
|
|
||||||
pcm.dsnoop cards.pcm.dsnoop
|
|
||||||
pcm.modem cards.pcm.modem
|
|
||||||
pcm.phoneline cards.pcm.phoneline
|
|
||||||
|
|
||||||
pcm.hw {
|
pcm.hw {
|
||||||
@args [ CARD DEV SUBDEV ]
|
@args [ CARD DEV SUBDEV ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
|
|
@ -323,6 +300,29 @@ pcm.null {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# redirect to load-on-demand extended pcm definitions
|
||||||
|
pcm.cards cards.pcm
|
||||||
|
|
||||||
|
pcm.default cards.pcm.default
|
||||||
|
pcm.sysdefault cards.pcm.default
|
||||||
|
pcm.front cards.pcm.front
|
||||||
|
pcm.rear cards.pcm.rear
|
||||||
|
pcm.center_lfe cards.pcm.center_lfe
|
||||||
|
pcm.side cards.pcm.side
|
||||||
|
pcm.surround21 cards.pcm.surround21
|
||||||
|
pcm.surround40 cards.pcm.surround40
|
||||||
|
pcm.surround41 cards.pcm.surround41
|
||||||
|
pcm.surround50 cards.pcm.surround50
|
||||||
|
pcm.surround51 cards.pcm.surround51
|
||||||
|
pcm.surround71 cards.pcm.surround71
|
||||||
|
pcm.iec958 cards.pcm.iec958
|
||||||
|
pcm.spdif iec958
|
||||||
|
pcm.hdmi cards.pcm.hdmi
|
||||||
|
pcm.dmix cards.pcm.dmix
|
||||||
|
pcm.dsnoop cards.pcm.dsnoop
|
||||||
|
pcm.modem cards.pcm.modem
|
||||||
|
pcm.phoneline cards.pcm.phoneline
|
||||||
|
|
||||||
#
|
#
|
||||||
# Control interface
|
# Control interface
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue