File: asound.rc

package info (click to toggle)
jackd2 1.9.22~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,984 kB
  • sloc: cpp: 48,694; ansic: 23,970; python: 13,621; sh: 228; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is an example asoundrc file for a system where there's only one
# soundcard. Note that the name "sblive" is arbitrary, you can call
# your card whatever you like.
#
# Using this setup you can start jackd with "jackd -d alsa -d sblive"
#
# For more complex settings you should refer to the ALSA documentation:
#
# See http://www.alsa-project.org
#     http://alsa.opensrc.org
#
# Copy this file to ~/.asoundrc

pcm.sblive {
   type hw
   card 0
}

ctl.sblive {
   type hw
   card 0
}