This file is indexed.

/usr/share/doc/jackd2/examples/asound.rc is in jackd2 1.9.12~dfsg-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
}