You are not logged in.

#1 2017-11-10 19:11:56

beerhoof
Member
Registered: 2015-01-27
Posts: 4

/etc/asound.conf ~/.asoundrc ignored (aplay -L output same regardless)

I haven't had any issues with this on ARM installs in the past using the same syntax in asound.conf and ~/.asoundrc

On this Zotac box, for some reason neither /etc/asound.conf nor ~/.asoundrc are honored (they are ignored) and aplay -L output is the same as default and will not show any custom PCM devices made in asound.conf or asoundrc

I've read that pulseaudio can cause issues like this, but I don't have it installed on the system and there are no files in /usr/share/alsa/alsa.conf.d

uname -a:
Linux MYHOSTNAME 4.13.9-1-ARCH #1 SMP PREEMPT Sun Oct 22 09:07:32 CEST 2017 x86_64 GNU/Linux

output of pacman -Q | grep alsa:
alsa-firmware 1.0.29-1
alsa-lib 1.1.4.1-2
alsa-tools 1.1.3-1
alsa-utils 1.1.4-1
zita-alsa-pcmi 0.2.0-3
(had to install firmware for my TASCAM US-122)

here is a detailed report of my alsa config (using the script from the alsa website):
https://pastebin.com/raw/pRhDcwFc

aplay -l and aplay -L output respectively:

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Audio [iFi (by AMR) HD USB Audio], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
sysdefault:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    Front speakers
surround21:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 1
    HDMI Audio Output
hdmi:CARD=PCH,DEV=2
    HDA Intel PCH, HDMI 2
    HDMI Audio Output
hdmi:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 3
    HDMI Audio Output
hdmi:CARD=PCH,DEV=4
    HDA Intel PCH, HDMI 4
    HDMI Audio Output
default:CARD=Audio
    iFi (by AMR) HD USB Audio, USB Audio
    Default Audio Device
sysdefault:CARD=Audio
    iFi (by AMR) HD USB Audio, USB Audio
    Default Audio Device
front:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    Front speakers
surround21:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    IEC958 (S/PDIF) Digital Audio Output

Finally this is the ~/.asoundrc that I'd like to implement:
https://pastebin.com/raw/Sa6kzKkV

I have of course tested this with much simpler asound.conf and asoundrc configs.

EDIT:  I thought alsa-utils asound.state could be causing it so I followed this:  https://wiki.archlinux.org/index.php/Ad … d.state.29
but still neither asound.conf nor ~/.asoundrc are honored.

Last edited by beerhoof (2017-11-13 02:01:20)

Offline

#2 2017-11-14 20:15:54

beerhoof
Member
Registered: 2015-01-27
Posts: 4

Re: /etc/asound.conf ~/.asoundrc ignored (aplay -L output same regardless)

Should this be moved to newbie corner?  If so can a mod please move it?

EDIT:  I've disabled all user installed services that use ALSA and uninstalled irrelevant ALSA packages (alsa-firmware, alsa-tools, alsa-utils) and still no luck with custom PCM devices.

Last edited by beerhoof (2017-11-14 20:44:00)

Offline

#3 2017-11-15 10:21:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,678

Re: /etc/asound.conf ~/.asoundrc ignored (aplay -L output same regardless)

I think we can keep it here, however, you will need to figure out why your config files aren't being loaded (they would be shown in the alsa-info script, but are lacking there as well...) some strange setup on your system prevents them from being loaded. What are the outputs of

strace aplay -L #Install strace if not already present
stat /etc/asound.conf ~/.asoundrc
printenv
loginctl show-session
mount

Last edited by V1del (2017-11-15 10:25:56)

Offline

#4 2017-11-15 16:59:39

beerhoof
Member
Registered: 2015-01-27
Posts: 4

Re: /etc/asound.conf ~/.asoundrc ignored (aplay -L output same regardless)

V1del wrote:

What are the outputs of

strace aplay -L #Install strace if not already present
stat /etc/asound.conf ~/.asoundrc
printenv
loginctl show-session
mount

Thanks V1del, here are the outputs:
# strace aplay -L:

execve("/usr/bin/aplay", ["aplay", "-L"], 0x7ffcc032d948 /* 16 vars */) = 0
brk(NULL)                               = 0x1233000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=75372, ...}) = 0
mmap(NULL, 75372, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f833df76000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\36\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=30912, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f833df74000
mmap(NULL, 2128376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833db5d000
mprotect(0x7f833db64000, 2093056, PROT_NONE) = 0
mmap(0x7f833dd63000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f833dd63000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\332\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=981040, ...}) = 0
mmap(NULL, 3077032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833d86d000
mprotect(0x7f833d954000, 2097152, PROT_NONE) = 0
mmap(0x7f833db54000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe7000) = 0x7f833db54000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0]\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=145336, ...}) = 0
mmap(NULL, 2216400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833d64f000
mprotect(0x7f833d668000, 2093056, PROT_NONE) = 0
mmap(0x7f833d867000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f833d867000
mmap(0x7f833d869000, 12752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f833d869000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\20\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2070008, ...}) = 0
mmap(NULL, 3897552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833d297000
mprotect(0x7f833d445000, 2097152, PROT_NONE) = 0
mmap(0x7f833d645000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ae000) = 0x7f833d645000
mmap(0x7f833d64b000, 14544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f833d64b000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@v\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1358168, ...}) = 0
mmap(NULL, 3453480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833cf4b000
mprotect(0x7f833d096000, 2093056, PROT_NONE) = 0
mmap(0x7f833d295000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14a000) = 0x7f833d295000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14144, ...}) = 0
mmap(NULL, 2109584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f833cd47000
mprotect(0x7f833cd4a000, 2093056, PROT_NONE) = 0
mmap(0x7f833cf49000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f833cf49000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f833df72000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f833df6f000
arch_prctl(ARCH_SET_FS, 0x7f833df6f740) = 0
mprotect(0x7f833d645000, 16384, PROT_READ) = 0
mprotect(0x7f833cf49000, 4096, PROT_READ) = 0
mprotect(0x7f833d295000, 4096, PROT_READ) = 0
mprotect(0x7f833d867000, 4096, PROT_READ) = 0
mprotect(0x7f833dd63000, 4096, PROT_READ) = 0
mprotect(0x7f833db54000, 32768, PROT_READ) = 0
mprotect(0x60e000, 4096, PROT_READ)     = 0
mprotect(0x7f833df89000, 4096, PROT_READ) = 0
munmap(0x7f833df76000, 75372)           = 0
set_tid_address(0x7f833df6fa10)         = 29212
set_robust_list(0x7f833df6fa20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f833d654770, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f833d660da0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f833d654810, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f833d660da0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x1233000
brk(0x1254000)                          = 0x1254000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1682192, ...}) = 0
mmap(NULL, 1682192, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f833ddd4000
close(3)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "@func refer\n\t\t\tname defaults.nam"..., 4096) = 4096
read(3, "_CARD\n\t\t\t\tALSA_CARD\n\t\t\t]\n\t\t\tdefa"..., 4096) = 1473
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7f833db5c138, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f833cf4a048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/usr/share/alsa/alsa.conf.d/", R_OK) = 0
stat("/usr/share/alsa/alsa.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/alsa/alsa.conf.d/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(3, /* 3 entries */, 32768)     = 80
getdents(3, /* 0 entries */, 32768)     = 0
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/root/.asoundrc", R_OK)         = -1 ENOENT (No such file or directory)
brk(0x1275000)                          = 0x1275000
stat("/usr/share/alsa/cards/aliases.conf", {st_mode=S_IFREG|0644, st_size=1460, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/aliases.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1460, ...}) = 0
read(3, "#\n#  Define aliases for various "..., 4096) = 1460
openat(AT_FDCWD, "/usr/share/alsa/pcm/default.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=762, ...}) = 0
read(4, "#\n# Default output\n#\n\npcm.!defau"..., 4096) = 762
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/dmix.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1524, ...}) = 0
read(4, "#\n# dmix output\n#\n\npcm.!dmix {\n\t"..., 4096) = 1524
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/dsnoop.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1538, ...}) = 0
read(4, "#\n# dsnoop\n#\n\npcm.!dsnoop {\n\t@ar"..., 4096) = 1538
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61580) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "@func refer\n\t\t\tname defaults.nam"..., 4096) = 4096
read(3, "_CARD\n\t\t\t\tALSA_CARD\n\t\t\t]\n\t\t\tdefa"..., 4096) = 1473
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/usr/share/alsa/alsa.conf.d/", R_OK) = 0
stat("/usr/share/alsa/alsa.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/alsa/alsa.conf.d/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
brk(0x129a000)                          = 0x129a000
getdents(3, /* 3 entries */, 32768)     = 80
getdents(3, /* 0 entries */, 32768)     = 0
brk(0x1292000)                          = 0x1292000
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/root/.asoundrc", R_OK)         = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61070) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf613c4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61610) = 0
close(3)                                = 0
access("/usr/share/alsa/cards/HDA-Intel.conf", R_OK) = 0
stat("/usr/share/alsa/cards/HDA-Intel.conf", {st_mode=S_IFREG|0644, st_size=6773, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/HDA-Intel.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6773, ...}) = 0
read(3, "#\n# Configuration for the Intel "..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/front.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0
read(4, "#\n# Hardware output from front s"..., 4096) = 752
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround21.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=906, ...}) = 0
read(4, "#\n#  Hardware output from 2.1 sp"..., 4096) = 906
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround40.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=884, ...}) = 0
read(4, "#\n#  Hardware output from 4.0 sp"..., 4096) = 884
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround41.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=987, ...}) = 0
read(4, "#\n#  Hardware output from 4.1 sp"..., 4096) = 987
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround50.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
read(4, "#\n#  Hardware output from 5.0 sp"..., 4096) = 986
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround51.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=937, ...}) = 0
read(4, "#\n#  Hardware output from 5.1 sp"..., 4096) = 937
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround71.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=985, ...}) = 0
read(4, "#\n#  Hardware output from 7.1 sp"..., 4096) = 985
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/iec958.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
read(4, "#\n#  Hardware output from iec958"..., 4096) = 1213
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/hdmi.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1188, ...}) = 0
read(4, "#\n#  Hardware output from HDMI\n#"..., 4096) = 1188
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "s.CARD { type string }\n\t@args.AE"..., 4096) = 2677
brk(0x12b3000)                          = 0x12b3000
openat(AT_FDCWD, "/usr/share/alsa/pcm/modem.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1314, ...}) = 0
read(4, "#\n# \"raw\" modem - phoneline\n#\n\np"..., 4096) = 1314
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61580) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61070) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf613c4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61610) = 0
close(3)                                = 0
access("/usr/share/alsa/cards/USB-Audio.conf", R_OK) = 0
stat("/usr/share/alsa/cards/USB-Audio.conf", {st_mode=S_IFREG|0644, st_size=9031, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/USB-Audio.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9031, ...}) = 0
read(3, "#\n#  USB-Audio.conf - configurat"..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/front.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0
read(4, "#\n# Hardware output from front s"..., 4096) = 752
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "ype string }\n\t@func refer\n\tname "..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround40.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=884, ...}) = 0
read(4, "#\n#  Hardware output from 4.0 sp"..., 4096) = 884
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround21.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=906, ...}) = 0
read(4, "#\n#  Hardware output from 2.1 sp"..., 4096) = 906
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround41.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=987, ...}) = 0
read(4, "#\n#  Hardware output from 4.1 sp"..., 4096) = 987
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround50.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
read(4, "#\n#  Hardware output from 5.0 sp"..., 4096) = 986
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround51.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=937, ...}) = 0
read(4, "#\n#  Hardware output from 5.1 sp"..., 4096) = 937
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround71.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=985, ...}) = 0
read(4, "#\n#  Hardware output from 7.1 sp"..., 4096) = 985
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/iec958.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
read(4, "#\n#  Hardware output from iec958"..., 4096) = 1213
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "ame {\n\t\t\t\t@func concat\n\t\t\t\tstrin"..., 4096) = 839
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
brk(0x12d4000)                          = 0x12d4000
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60f80) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61124) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf611b0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60f80) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61124) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf611b0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2997, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
read(3, "", 4096)                       = 0
close(3)                                = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60ff0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c70) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60fc4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61210) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf610b0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60d30) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61084) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf612d0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf618b0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61884) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61910) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61380) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf616d4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61910) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60af0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60e44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60af0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60e44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf618b0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61884) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61910) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61380) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf616d4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61910) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf604d0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60674) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60700) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf604d0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60674) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60700) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60360) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf606b4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60900) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf604f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60694) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60720) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf604f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60694) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60720) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60380) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf606d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60920) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf609a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60bd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60830) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60b84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60dd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf607e0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60984) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a10) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf607e0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60984) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a10) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60670) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf609c4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60c10) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7fffebf616c0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60da0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60f44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60a30) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60d84) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60fd0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60af0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60e44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60e60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf61004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf60af0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7fffebf60e44) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7fffebf61090) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7fffebf618fc) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFREG|0644, st_size=165970, ...}) = 0
write(1, "null\n    Discard all samples (pl"..., 2353null
    Discard all samples (playback) or generate zero samples (capture)
sysdefault:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    Front speakers
surround21:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 1
    HDMI Audio Output
hdmi:CARD=PCH,DEV=2
    HDA Intel PCH, HDMI 2
    HDMI Audio Output
hdmi:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 3
    HDMI Audio Output
hdmi:CARD=PCH,DEV=4
    HDA Intel PCH, HDMI 4
    HDMI Audio Output
sysdefault:CARD=Audio
    iFi (by AMR) HD USB Audio, USB Audio
    Default Audio Device
front:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    Front speakers
surround21:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
) = 2353
exit_group(0)                           = ?
+++ exited with 0 +++

output of
subuser@... $ strace aplay -L

execve("/usr/bin/aplay", ["aplay", "-L"], 0x7ffe8b786508 /* 16 vars */) = 0
brk(NULL)                               = 0x18ce000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=75372, ...}) = 0
mmap(NULL, 75372, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd40a6d9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\36\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=30912, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd40a6d7000
mmap(NULL, 2128376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd40a2c0000
mprotect(0x7fd40a2c7000, 2093056, PROT_NONE) = 0
mmap(0x7fd40a4c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fd40a4c6000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\332\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=981040, ...}) = 0
mmap(NULL, 3077032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd409fd0000
mprotect(0x7fd40a0b7000, 2097152, PROT_NONE) = 0
mmap(0x7fd40a2b7000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe7000) = 0x7fd40a2b7000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0]\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=145336, ...}) = 0
mmap(NULL, 2216400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd409db2000
mprotect(0x7fd409dcb000, 2093056, PROT_NONE) = 0
mmap(0x7fd409fca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7fd409fca000
mmap(0x7fd409fcc000, 12752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd409fcc000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\20\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2070008, ...}) = 0
mmap(NULL, 3897552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd4099fa000
mprotect(0x7fd409ba8000, 2097152, PROT_NONE) = 0
mmap(0x7fd409da8000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ae000) = 0x7fd409da8000
mmap(0x7fd409dae000, 14544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd409dae000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@v\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1358168, ...}) = 0
mmap(NULL, 3453480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd4096ae000
mprotect(0x7fd4097f9000, 2093056, PROT_NONE) = 0
mmap(0x7fd4099f8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14a000) = 0x7fd4099f8000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14144, ...}) = 0
mmap(NULL, 2109584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd4094aa000
mprotect(0x7fd4094ad000, 2093056, PROT_NONE) = 0
mmap(0x7fd4096ac000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fd4096ac000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd40a6d5000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd40a6d2000
arch_prctl(ARCH_SET_FS, 0x7fd40a6d2740) = 0
mprotect(0x7fd409da8000, 16384, PROT_READ) = 0
mprotect(0x7fd4096ac000, 4096, PROT_READ) = 0
mprotect(0x7fd4099f8000, 4096, PROT_READ) = 0
mprotect(0x7fd409fca000, 4096, PROT_READ) = 0
mprotect(0x7fd40a4c6000, 4096, PROT_READ) = 0
mprotect(0x7fd40a2b7000, 32768, PROT_READ) = 0
mprotect(0x60e000, 4096, PROT_READ)     = 0
mprotect(0x7fd40a6ec000, 4096, PROT_READ) = 0
munmap(0x7fd40a6d9000, 75372)           = 0
set_tid_address(0x7fd40a6d2a10)         = 29549
set_robust_list(0x7fd40a6d2a20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7fd409db7770, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7fd409dc3da0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7fd409db7810, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7fd409dc3da0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x18ce000
brk(0x18ef000)                          = 0x18ef000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1682192, ...}) = 0
mmap(NULL, 1682192, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd40a537000
close(3)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "@func refer\n\t\t\tname defaults.nam"..., 4096) = 4096
read(3, "_CARD\n\t\t\t\tALSA_CARD\n\t\t\t]\n\t\t\tdefa"..., 4096) = 1473
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7fd40a2bf138, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fd4096ad048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/usr/share/alsa/alsa.conf.d/", R_OK) = 0
stat("/usr/share/alsa/alsa.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/alsa/alsa.conf.d/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(3, /* 3 entries */, 32768)     = 80
getdents(3, /* 0 entries */, 32768)     = 0
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/home/subuser/.asoundrc", R_OK) = 0
stat("/home/subuser/.asoundrc", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/home/subuser/.asoundrc", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
brk(0x1910000)                          = 0x1910000
stat("/usr/share/alsa/cards/aliases.conf", {st_mode=S_IFREG|0644, st_size=1460, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/aliases.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1460, ...}) = 0
read(3, "#\n#  Define aliases for various "..., 4096) = 1460
openat(AT_FDCWD, "/usr/share/alsa/pcm/default.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=762, ...}) = 0
read(4, "#\n# Default output\n#\n\npcm.!defau"..., 4096) = 762
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/dmix.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1524, ...}) = 0
read(4, "#\n# dmix output\n#\n\npcm.!dmix {\n\t"..., 4096) = 1524
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/dsnoop.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1538, ...}) = 0
read(4, "#\n# dsnoop\n#\n\npcm.!dsnoop {\n\t@ar"..., 4096) = 1538
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39df10) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/alsa.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
read(3, "#\n#  ALSA library configuration "..., 4096) = 4096
read(3, "@func refer\n\t\t\tname defaults.nam"..., 4096) = 4096
read(3, "_CARD\n\t\t\t\tALSA_CARD\n\t\t\t]\n\t\t\tdefa"..., 4096) = 1473
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/usr/share/alsa/alsa.conf.d/", R_OK) = 0
stat("/usr/share/alsa/alsa.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/alsa/alsa.conf.d/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
brk(0x1935000)                          = 0x1935000
getdents(3, /* 3 entries */, 32768)     = 80
getdents(3, /* 0 entries */, 32768)     = 0
brk(0x192d000)                          = 0x192d000
close(3)                                = 0
access("/etc/asound.conf", R_OK)        = 0
stat("/etc/asound.conf", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/etc/asound.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
access("/home/subuser/.asoundrc", R_OK) = 0
stat("/home/subuser/.asoundrc", {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
openat(AT_FDCWD, "/home/subuser/.asoundrc", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1089, ...}) = 0
read(3, "pcm.multi {\n    type route;\n    "..., 4096) = 1089
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da00) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39dd54) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dfa0) = 0
close(3)                                = 0
access("/usr/share/alsa/cards/HDA-Intel.conf", R_OK) = 0
stat("/usr/share/alsa/cards/HDA-Intel.conf", {st_mode=S_IFREG|0644, st_size=6773, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/HDA-Intel.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6773, ...}) = 0
read(3, "#\n# Configuration for the Intel "..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/front.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0
read(4, "#\n# Hardware output from front s"..., 4096) = 752
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround21.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=906, ...}) = 0
read(4, "#\n#  Hardware output from 2.1 sp"..., 4096) = 906
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround40.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=884, ...}) = 0
read(4, "#\n#  Hardware output from 4.0 sp"..., 4096) = 884
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround41.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=987, ...}) = 0
read(4, "#\n#  Hardware output from 4.1 sp"..., 4096) = 987
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround50.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
read(4, "#\n#  Hardware output from 5.0 sp"..., 4096) = 986
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround51.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=937, ...}) = 0
read(4, "#\n#  Hardware output from 5.1 sp"..., 4096) = 937
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround71.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=985, ...}) = 0
read(4, "#\n#  Hardware output from 7.1 sp"..., 4096) = 985
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/iec958.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
read(4, "#\n#  Hardware output from iec958"..., 4096) = 1213
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/hdmi.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1188, ...}) = 0
read(4, "#\n#  Hardware output from HDMI\n#"..., 4096) = 1188
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "s.CARD { type string }\n\t@args.AE"..., 4096) = 2677
brk(0x194e000)                          = 0x194e000
openat(AT_FDCWD, "/usr/share/alsa/pcm/modem.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1314, ...}) = 0
read(4, "#\n# \"raw\" modem - phoneline\n#\n\np"..., 4096) = 1314
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39df10) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da00) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39dd54) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dfa0) = 0
close(3)                                = 0
access("/usr/share/alsa/cards/USB-Audio.conf", R_OK) = 0
stat("/usr/share/alsa/cards/USB-Audio.conf", {st_mode=S_IFREG|0644, st_size=9031, ...}) = 0
openat(AT_FDCWD, "/usr/share/alsa/cards/USB-Audio.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9031, ...}) = 0
read(3, "#\n#  USB-Audio.conf - configurat"..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/front.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0
read(4, "#\n# Hardware output from front s"..., 4096) = 752
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "ype string }\n\t@func refer\n\tname "..., 4096) = 4096
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround40.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=884, ...}) = 0
read(4, "#\n#  Hardware output from 4.0 sp"..., 4096) = 884
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround21.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=906, ...}) = 0
read(4, "#\n#  Hardware output from 2.1 sp"..., 4096) = 906
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround41.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=987, ...}) = 0
read(4, "#\n#  Hardware output from 4.1 sp"..., 4096) = 987
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround50.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
read(4, "#\n#  Hardware output from 5.0 sp"..., 4096) = 986
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround51.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=937, ...}) = 0
read(4, "#\n#  Hardware output from 5.1 sp"..., 4096) = 937
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/surround71.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=985, ...}) = 0
read(4, "#\n#  Hardware output from 7.1 sp"..., 4096) = 985
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/alsa/pcm/iec958.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
read(4, "#\n#  Hardware output from iec958"..., 4096) = 1213
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "ame {\n\t\t\t\t@func concat\n\t\t\t\tstrin"..., 4096) = 839
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
brk(0x196f000)                          = 0x196f000
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d910) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39dab4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d910) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39dab4) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39db40) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2997, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
read(3, "", 4096)                       = 0
close(3)                                = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d980) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d600) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d954) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dba0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da40) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d6c0) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39da14) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dc60) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e240) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39e214) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e2a0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dd10) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39e064) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e2a0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENXIO (No such device or address)
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d480) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d7d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d480) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d7d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e240) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39e214) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e2a0) = 0
close(3)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39dd10) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
ioctl(3, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39e064) = 0
ioctl(3, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39e2a0) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39ce60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d090) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39ce60) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d004) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d090) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39ccf0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d044) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d290) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39ce80) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d024) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d0b0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39ce80) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d024) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d0b0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39cd10) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d064) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d2b0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d330) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d4d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d560) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d1c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d514) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d760) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d170) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d314) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3a0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d170) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d314) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3a0) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d000) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d354) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d5a0) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = -1 ENOENT (No such file or directory)
ioctl(3, SNDRV_CTL_IOCTL_PCM_INFO, 0x7ffd4b39e050) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d730) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d8d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d3c0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d714) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d960) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d480) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d7d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d7f0) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d994) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9665, ...}) = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39d480) = 0
close(4)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDRV_CTL_IOCTL_PVERSION, 0x7ffd4b39d7d4) = 0
ioctl(4, SNDRV_CTL_IOCTL_CARD_INFO, 0x7ffd4b39da20) = 0
close(4)                                = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
ioctl(3, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, 0x7ffd4b39e28c) = 0
close(3)                                = 0
openat(AT_FDCWD, "/dev/snd/controlC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC12", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC13", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC15", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC17", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC19", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC21", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC22", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC24", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC25", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC27", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC28", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC29", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/snd/controlC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/aloadC31", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFREG|0644, st_size=166678, ...}) = 0
write(1, "null\n    Discard all samples (pl"..., 2353null
    Discard all samples (playback) or generate zero samples (capture)
sysdefault:CARD=PCH
    HDA Intel PCH, ALC892 Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    Front speakers
surround21:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 1
    HDMI Audio Output
hdmi:CARD=PCH,DEV=2
    HDA Intel PCH, HDMI 2
    HDMI Audio Output
hdmi:CARD=PCH,DEV=3
    HDA Intel PCH, HDMI 3
    HDMI Audio Output
hdmi:CARD=PCH,DEV=4
    HDA Intel PCH, HDMI 4
    HDMI Audio Output
sysdefault:CARD=Audio
    iFi (by AMR) HD USB Audio, USB Audio
    Default Audio Device
front:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    Front speakers
surround21:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
    iFi (by AMR) HD USB Audio, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
) = 2353
exit_group(0)                           = ?
+++ exited with 0 +++

output of:
# stat /etc/asound.conf /home/subuser/.asoundrc

  File: /etc/asound.conf
  Size: 1089      	Blocks: 8          IO Block: 4096   regular file
Device: 802h/2050d	Inode: 4719809     Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2017-11-15 11:31:13.262480297 -0500
Modify: 2017-11-15 11:30:54.509147422 -0500
Change: 2017-11-15 11:30:54.509147422 -0500
 Birth: -
  File: /home/subuser/.asoundrc
  Size: 1089      	Blocks: 8          IO Block: 4096   regular file
Device: 803h/2051d	Inode: 5636125     Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1001/subuser)   Gid: ( 1002/subuser)
Access: 2017-11-14 15:24:25.998255103 -0500
Modify: 2017-11-15 11:31:13.262480297 -0500
Change: 2017-11-15 11:31:20.935813443 -0500
 Birth: -

output of:
# printenv

LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
SSH_CONNECTION=clientip clientport serverlocalip serverport
LANG=en_US.UTF-8
USER=sshuser
PWD=/root/alsa/debug
HOME=/root
SSH_CLIENT=clientip clientport serverport
SSH_TTY=/dev/pts/1
MAIL=/var/mail/sshuser
SHELL=/bin/bash
TERM=xterm
SHLVL=2
LOGNAME=sshuser
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
_=/usr/bin/printenv
OLDPWD=/root/alsa

output of:
# loginctl show-session

EnableWallMessages=no
NAutoVTs=6
KillUserProcesses=no
RebootToFirmwareSetup=no
IdleHint=yes
IdleSinceHint=1510693788790850
IdleSinceHintMonotonic=1996855
DelayInhibited=sleep
InhibitDelayMaxUSec=5s
HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=ignore
HoldoffTimeoutUSec=30s
IdleAction=ignore
IdleActionUSec=30min
PreparingForShutdown=no
PreparingForSleep=no
Docked=yes
RemoveIPC=yes
RuntimeDirectorySize=3366453248
InhibitorsMax=8192
NCurrentInhibitors=1
SessionsMax=8192
NCurrentSessions=1
UserTasksMax=10813

output of:
# mount

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=16432404k,nr_inodes=4108101,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda2 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda3 on /home type ext4 (rw,relatime,data=ordered)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
tmpfs on /run/user/420 type tmpfs (rw,nosuid,nodev,relatime,size=3287552k,mode=700,uid=420,gid=420)

Offline

Board footer

Powered by FluxBB