сабж:

menu.lst:
iftitle [if exist /boot/isoimages/arcolinuxl-v22.05.02-x86_64.iso] arcolinuxl-v22.05.02-x86_64.iso (x86_64)
set isofile=/boot/isoimages/arcolinuxl-v22.05.02-x86_64.iso
map %isofile% (0xff)
map --hook
kernel (0xff)/arch/boot/x86_64/vmlinuz-linux earlymodules=loop img_dev=/dev/disk/by-uuid/%?_UUID% img_loop=%isofile% archisodevice=/dev/loop0
initrd (0xff)/arch/boot/intel-ucode.img (0xff)/arch/boot/amd-ucode.img (0xff)/arch/boot/x86_64/initramfs-linux.img

С любыми арчами работало надёжно, в.т.ч и с самим сабжем, где-то около года назад, но не теперь, сейчас загрузка обрывается:
Setup a loop device from /boot/isoimages/arcolinuxl-v22.05.02-x86_64.iso located at at device /dev/disk/by-uuid
Mounting '/dev/disk/by-uuid/' to '/run/arhiso/img_dev'
Waiting 30 seconds for device /dev/disk/by-uuid/ ...
Error: '/dev/disk/by-uuid/' device did no show up after 30 second
    Falling back to interactive prompt
    You can try to fix the problem manually, log out when you are finished
sh: can't acess tty: job control turned off
Пытался загрузить через by-label то же самое :(

UPD: Да, попробовал немножко по другому завести UUID:
uuid () && call set UUID=%^?%
kernel (0xff)/arch/boot/x86_64/vmlinuz-linux earlymodules=loop img_dev=/dev/disk/by-uuid/%?_UUID% img_loop=%isofile%
С тем же результатом :(
Помогло из темы:
leonardo19
Пакет aribb24 установлен?
Спасибо! Но, может, всё-же лучше использовать pactl ? pipewire имеет по-умолчанию pactl но не имеет pacmd. И я не знаю из какого пакета pacmd брать. А так вещь, действительно, необходимая, для меня, по крайней мере: у меня jack упорно не видит подключение наушников: постоянно unplugged, надоело переключать вручную, потому сделал такой корявый скрипт:

#!/bin/bash
aaa=$( pactl list sinks | awk -F ':' '{ if ($0!="Active") print $2 }'|sed '/^$/d' | tail -n 1 ) ; bbb=$(echo $aaa | sed 's/.*\(headphones\).*/\1/g') ; if [[ $bbb == "headphones" ]] ; then echo $bbb ; pactl set-sink-port $(pactl list short sinks | awk '{ print $2 }') analog-output-lineout ; else echo $aaa ; pactl set-sink-port $(pactl list short sinks | awk '{ print $2 }') analog-output-headphones ; fi

Переключает analog-output-lineout на nalog-output-headphones и обратно
Aivar
А какое ядро вам надо? lts-5.10 будет поддерживаться до конца 2026 г.

Обнадёживает. В актуальном lts-5.10.37-1 то есть забавно: kaffeine выдаёт стрим при записи потока в файл, но на экран ничего не показывает, vlc готовые m3u отказывается открывать
    onlime_wscan_2021-01-15.m3u  yandex-20210213.m3u
$ vlc list.m3u
VLC media player 3.0.14 Vetinari (revision 3.0.13-8-g41878ff4f2)
[000055653c73f5b0] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса.
[00007fcea0c16440] dtv stream error: 314000 Hz carrier frequency is too low.
[00007fcea0c16440] dtv stream: Assuming 314000000 Hz frequency instead.
[00007fcea0c15ac0] dtv stream error: 418000 Hz carrier frequency is too low.
[00007fcea0c15ac0] dtv stream: Assuming 418000000 Hz frequency instead.
[00007fcea0c15ac0] dtv stream error: 314000 Hz carrier frequency is too low.
[00007fcea0c15ac0] dtv stream: Assuming 314000000 Hz frequency instead.
[00007fcea0c15ac0] dtv stream error: 314000 Hz carrier frequency is too low.
[00007fcea0c15ac0] dtv stream: Assuming 314000000 Hz frequency instead.
[00007fcea0c15ac0] dtv stream error: 314000 Hz carrier frequency is too low.
[00007fcea0c15ac0] dtv stream: Assuming 314000000 Hz frequency instead.
^C[00007fcea0c10250] cache_block stream error: cannot pre fill buffer
^C^Z
[1]+  Остановлен    vlc list.m3u

UPD: videolan удалось оживить с помощью aribb24

P.S: Наушники тоже определяются как unplugged, хотя их и можно расшевелить, но до нормальности явно далековато.
Плохо дело:заметил у арча обновилось ядро до 5.12 поставил. Увы, всё стало только хуже: проблема со звуком, раньше решалась с помощью hdajackretask, то теперь звука в наушниках нет вообще, тюнер как показывал "чёрный квадрат", так и продолжает показывать... Скверно то, что ядра ветки 5.1x скоро разойдутся по всем дистрибутивам, даже в Debian,, и даже в LTS и я останусь совсем без актуального работоспособного софта... И без какой бы то ни было надежды на реальную помощь :(
redix
как их запускать и зачем они нужны, то я не в курсе.
Ну, есть ещё сайты, например, сайт музея советских игровых автоматов...

Что касается данного вопроса... Можно скачать appimage-дистрибутив браузера chromium до 88 версии, и запустить его с опцией

./chromium.appimage --ppapi-flash-path=/usr/local/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=11.0.0

Ну, или где там у вас находится pepperflashplugin. И разрешить в настройках сайта (значок слева в адресной строке) флеш.

А вот как запускать локальный файл swf я так и не знаю: у меня есть файлики, если скармливать их браузеру, то открывается диалог сохранения файла.
# systemctl enable systemd-networkd.service
# systemctl start systemd-networkd.service

Плюс к этому ещё:
# systemctl enable systemd-resolved.service
# systemctl start systemd-resolved.service
RusWolf, а драйвер какой, если не секрет ? У меня-то до недавних пор был драйвер dvb_usb_cxusb...

Словом ничего не понимаю: плеер Kaffeine пишет поток, но не показывает, и пишет, что совсем уж диковинно, без каких либо дополнительных firmware, получившуюся запись при этом можно впоне успешно ппосмотреть и сразу и потом; есть устройство

/dev/dvb
└── adapter0
    ├── demux0
    ├── dvr0
    ├── frontend0
    └── net0

Но нет /dev/video0, которое просят, к примеру, и videolan и tvtime.
grinch
sudo dmesg | grep cx231xx

Имхо, Вам не драйвер надо искать, а само устройство:
grinch
Si2158-20 tuner Si2178/58/48/38/28 4th Generation Silicon TV Tuner ICs

Как-нибудь так: dmesg | grep -i -e dvb -e si21
vs220
можно попробовать еще поставить alsa-card-profiles покрутить алсамиксер и пересохранить настройки
sudo alsactl -f /var/lib/alsa/asound.state store

Ну, alsa-card-profiles с самого начала стоит, "прикрутить алсамиксер" это первое чего я делаю, на ядре 5.10, вроде помогало, alsa store/restore молчит, а вот sudo alsactl init, даёт ошибку:

alsa-lib parser.c:260:(error_node) UCM is not supported for this HDA model (HDA Intel at 0xfeaf8000 irq 26)
alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Found hardware: "HDA-Intel" "VIA VT1705" "HDA:11064397,18490397,00100000" "0x1849" "0x0397"
Hardware is initialized using a generic method
UPD: Звук появляется с откатом ядра до 5.9 из Arch Linux Archive, хотя вышеупомянутая ошибка присутствует. Не знаю, является ли решением проблемы, но хотелось бы знать почему...

UPD2: Каким-то чудом, один раз, удалось раскачать на звук, я сохранил настройки в /var/lib/alsa/asound.state повторить без участия restore больше не удалось, теперь запускаю звук так:

alsactl restore -f ~/asound.state
amixer -c 0 set 'Loopback Mixing' Enabled
amixer -c 0 set 'Loopback Mixing' Disabled

Сам же asound.state такой:

state.Intel {
	control.1 {
		iface MIXER
		name 'Channel Mode'
		value '2ch'
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 '2ch'
			item.1 '4ch'
			item.2 '6ch'
		}
	}
	control.2 {
		iface MIXER
		name 'Front Playback Volume'
		value.0 42
		value.1 42
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.3 {
		iface MIXER
		name 'Front Playback Switch'
		value.0 true
		value.1 true
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.4 {
		iface MIXER
		name 'Surround Playback Volume'
		value.0 0
		value.1 0
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 -9999999
			dbvalue.1 -9999999
		}
	}
	control.5 {
		iface MIXER
		name 'Surround Playback Switch'
		value.0 false
		value.1 false
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.6 {
		iface MIXER
		name 'Center Playback Volume'
		value 0
		comment {
			access 'read write'
			type INTEGER
			count 1
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 -9999999
		}
	}
	control.7 {
		iface MIXER
		name 'LFE Playback Volume'
		value 0
		comment {
			access 'read write'
			type INTEGER
			count 1
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 -9999999
		}
	}
	control.8 {
		iface MIXER
		name 'Center Playback Switch'
		value false
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.9 {
		iface MIXER
		name 'LFE Playback Switch'
		value false
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.10 {
		iface MIXER
		name 'Headphone Playback Volume'
		value.0 42
		value.1 42
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.11 {
		iface MIXER
		name 'Headphone Playback Switch'
		value.0 true
		value.1 true
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.12 {
		iface MIXER
		name 'Independent HP'
		value Disabled
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 Disabled
			item.1 Enabled
		}
	}
	control.13 {
		iface MIXER
		name 'Loopback Mixing'
		value Disabled
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 Disabled
			item.1 Enabled
		}
	}
	control.14 {
		iface MIXER
		name 'Rear Mic Playback Volume'
		value.0 1
		value.1 1
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 31'
			dbmin -3450
			dbmax 1200
			dbvalue.0 -3300
			dbvalue.1 -3300
		}
	}
	control.15 {
		iface MIXER
		name 'Rear Mic Playback Switch'
		value.0 false
		value.1 false
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.16 {
		iface MIXER
		name 'Front Mic Playback Volume'
		value.0 0
		value.1 0
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 31'
			dbmin -3450
			dbmax 1200
			dbvalue.0 -3450
			dbvalue.1 -3450
		}
	}
	control.17 {
		iface MIXER
		name 'Front Mic Playback Switch'
		value.0 false
		value.1 false
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.18 {
		iface MIXER
		name 'Line Playback Volume'
		value.0 0
		value.1 0
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 31'
			dbmin -3450
			dbmax 1200
			dbvalue.0 -3450
			dbvalue.1 -3450
		}
	}
	control.19 {
		iface MIXER
		name 'Line Playback Switch'
		value.0 false
		value.1 false
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.20 {
		iface MIXER
		name 'Capture Source'
		value 'Rear Mic'
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 'Rear Mic'
			item.1 'Front Mic'
			item.2 Line
			item.3 'Stereo Mix'
		}
	}
	control.21 {
		iface MIXER
		name 'Capture Volume'
		value.0 19
		value.1 19
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 31'
			dbmin -1650
			dbmax 3000
			dbvalue.0 1200
			dbvalue.1 1200
		}
	}
	control.22 {
		iface MIXER
		name 'Capture Switch'
		value.0 true
		value.1 true
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.23 {
		iface MIXER
		name 'Rear Mic Boost Volume'
		value.0 0
		value.1 0
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 3'
			dbmin 0
			dbmax 3075
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.24 {
		iface MIXER
		name 'Front Mic Boost Volume'
		value.0 0
		value.1 0
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 3'
			dbmin 0
			dbmax 3075
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.25 {
		iface MIXER
		name 'Dynamic Power-Control'
		value Enabled
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 Disabled
			item.1 Enabled
		}
	}
	control.26 {
		iface MIXER
		name 'Master Playback Volume'
		value 42
		comment {
			access 'read write'
			type INTEGER
			count 1
			range '0 - 42'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
		}
	}
	control.27 {
		iface MIXER
		name 'Master Playback Switch'
		value true
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.28 {
		iface CARD
		name 'Rear Mic Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.29 {
		iface CARD
		name 'Front Mic Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.30 {
		iface CARD
		name 'Line Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.31 {
		iface CARD
		name 'Line Out Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.32 {
		iface CARD
		name 'Front Headphone Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.33 {
		iface PCM
		name 'Playback Channel Map'
		value.0 0
		value.1 0
		comment {
			access read
			type INTEGER
			count 2
			range '0 - 36'
		}
	}
	control.34 {
		iface PCM
		name 'Capture Channel Map'
		value.0 0
		value.1 0
		comment {
			access read
			type INTEGER
			count 2
			range '0 - 36'
		}
	}
	control.35 {
		iface PCM
		device 2
		name 'Playback Channel Map'
		value.0 0
		value.1 0
		comment {
			access read
			type INTEGER
			count 2
			range '0 - 36'
		}
	}
	control.36 {
		iface MIXER
		name 'PCM Playback Volume'
		value.0 255
		value.1 255
		comment {
			access 'read write user'
			type INTEGER
			count 2
			range '0 - 255'
			tlv '0000000100000008ffffec1400000014'
			dbmin -5100
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
}

Где-нибудь проглядывается здесь аномалия ?

UPD: Надо с этим всё-таки что-то делать, lts-ядра быстро выходят в тираж, выход команды spa-acp-tool -vvvvv -c 0

UCM is not supported for this HDA model (HDA Intel at 0xfeaf8000 irq 27)
error: failed to import hw:0 use case configuration -6
UCM is not supported for this HDA model (HDA Intel at 0xfeaf8000 irq 27)
error: failed to import HDA Intel use case configuration -6
UCM not available for card HDA Intel
Parsing configuration file '/usr/share/alsa-card-profile/mixer/profile-sets/default.conf'
Looking at profile input:analog-stereo
Checking for recording on Analog Stereo (analog-stereo)
Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device front:0: Device or resource busy
Caching failure to open input:analog-stereo
Looking at profile input:analog-surround-21
Checking for recording on Analog Surround 2.1 (analog-surround-21)
Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround21:0: Device or resource busy
Caching failure to open input:analog-surround-21
Looking at profile input:analog-surround-40
Checking for recording on Analog Surround 4.0 (analog-surround-40)
Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround40:0: Device or resource busy
Caching failure to open input:analog-surround-40
Looking at profile input:analog-surround-41
Checking for recording on Analog Surround 4.1 (analog-surround-41)
Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround41:0: Device or resource busy
Caching failure to open input:analog-surround-41
Looking at profile input:analog-surround-50
Checking for recording on Analog Surround 5.0 (analog-surround-50)
Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround50:0: Device or resource busy
Caching failure to open input:analog-surround-50
Looking at profile input:analog-surround-51
Checking for recording on Analog Surround 5.1 (analog-surround-51)
Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround51:0: Device or resource busy
Caching failure to open input:analog-surround-51
Looking at profile input:analog-surround-71
Checking for recording on Analog Surround 7.1 (analog-surround-71)
Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround71:0: Device or resource busy
Caching failure to open input:analog-surround-71
Looking at profile input:iec958-stereo
Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device iec958:0: No such file or directory
Caching failure to open input:iec958-stereo
Looking at profile output:analog-stereo
Checking for playback on Analog Stereo (analog-stereo)
Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device front:0: Device or resource busy
Caching failure to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-21 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-40 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-41 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-50 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-51 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:analog-surround-71 - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo
Looking at profile output:analog-surround-21
Checking for playback on Analog Surround 2.1 (analog-surround-21)
Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround21:0: Device or resource busy
Caching failure to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-stereo - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-21 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-40 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-41 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-50 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-51 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:analog-surround-71 - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:iec958-stereo - will not be able to open output:analog-surround-21
Looking at profile output:analog-surround-40
Checking for playback on Analog Surround 4.0 (analog-surround-40)
Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround40:0: Device or resource busy
Caching failure to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-21 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-40 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-41 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-50 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-51 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:analog-surround-71 - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
Looking at profile output:analog-surround-41
Checking for playback on Analog Surround 4.1 (analog-surround-41)
Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround41:0: Device or resource busy
Caching failure to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-21 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-40 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-41 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-50 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-51 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:analog-surround-71 - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
Looking at profile output:analog-surround-50
Checking for playback on Analog Surround 5.0 (analog-surround-50)
Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround50:0: Device or resource busy
Caching failure to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-21 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-40 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-41 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-50 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-51 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:analog-surround-71 - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
Looking at profile output:analog-surround-51
Checking for playback on Analog Surround 5.1 (analog-surround-51)
Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround51:0: Device or resource busy
Caching failure to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-21 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-40 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-41 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-50 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-51 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:analog-surround-71 - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
Looking at profile output:analog-surround-71
Checking for playback on Analog Surround 7.1 (analog-surround-71)
Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device surround71:0: Device or resource busy
Caching failure to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-21 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-40 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-41 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-50 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-51 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:analog-surround-71 - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
Looking at profile output:iec958-stereo
Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device iec958:0: No such file or directory
Caching failure to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-21 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-40 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-41 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-50 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-51 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:analog-surround-71 - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
Looking at profile output:iec958-ac3-surround-40
Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM a52:0
Error opening PCM device a52:0: No such file or directory
Caching failure to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-21 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-40 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-41 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-50 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-51 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:analog-surround-71 - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40
Looking at profile output:iec958-ac3-surround-51
Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM a52:0
Error opening PCM device a52:0: No such file or directory
Caching failure to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-21 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-40 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-41 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-50 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-51 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:analog-surround-71 - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51
Looking at profile output:iec958-dts-surround-51
Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dca:0
Error opening PCM device dca:0: No such file or directory
Caching failure to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-21 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-40 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-41 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-50 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-51 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:analog-surround-71 - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51
Looking at profile output:hdmi-stereo
Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0: No such file or directory
Caching failure to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-21 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-40 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-41 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-50 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-51 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:analog-surround-71 - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open output:hdmi-stereo
Looking at profile output:hdmi-surround
Checking for playback on Digital Surround 5.1 (HDMI) (hdmi-surround)
Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0: No such file or directory
Caching failure to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-stereo - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-21 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-40 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-41 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-50 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-51 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:analog-surround-71 - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:iec958-stereo - will not be able to open output:hdmi-surround
Looking at profile output:hdmi-surround71
Checking for playback on Digital Surround 7.1 (HDMI) (hdmi-surround71)
Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0: No such file or directory
Caching failure to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-stereo - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-21 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-40 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-41 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-50 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-51 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:analog-surround-71 - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:iec958-stereo - will not be able to open output:hdmi-surround71
Looking at profile output:hdmi-dts-surround
Checking for playback on Digital Surround 5.1 (HDMI/DTS) (hdmi-dts-surround)
Trying dcahdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0
Error opening PCM device dcahdmi:0: No such file or directory
Caching failure to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-stereo - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:iec958-stereo - will not be able to open output:hdmi-dts-surround
Looking at profile output:hdmi-stereo-extra1
Checking for playback on Digital Stereo (HDMI 2) (hdmi-stereo-extra1)
Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,1: No such file or directory
Caching failure to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-stereo - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra1
Looking at profile output:hdmi-surround-extra1
Checking for playback on Digital Surround 5.1 (HDMI 2) (hdmi-surround-extra1)
Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,1: No such file or directory
Caching failure to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround-extra1
Looking at profile output:hdmi-surround71-extra1
Checking for playback on Digital Surround 7.1 (HDMI 2) (hdmi-surround71-extra1)
Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,1: No such file or directory
Caching failure to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-stereo - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra1
Looking at profile output:hdmi-dts-surround-extra1
Checking for playback on Digital Surround 5.1 (HDMI 2/DTS) (hdmi-dts-surround-extra1)
Trying dcahdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,1
Error opening PCM device dcahdmi:0,1: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra1
Looking at profile output:hdmi-stereo-extra2
Checking for playback on Digital Stereo (HDMI 3) (hdmi-stereo-extra2)
Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,2: No such file or directory
Caching failure to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-stereo - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra2
Looking at profile output:hdmi-surround-extra2
Checking for playback on Digital Surround 5.1 (HDMI 3) (hdmi-surround-extra2)
Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,2: No such file or directory
Caching failure to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround-extra2
Looking at profile output:hdmi-surround71-extra2
Checking for playback on Digital Surround 7.1 (HDMI 3) (hdmi-surround71-extra2)
Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,2: No such file or directory
Caching failure to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-stereo - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra2
Looking at profile output:hdmi-dts-surround-extra2
Checking for playback on Digital Surround 5.1 (HDMI 3/DTS) (hdmi-dts-surround-extra2)
Trying dcahdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,2
Error opening PCM device dcahdmi:0,2: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra2
Looking at profile output:hdmi-stereo-extra3
Checking for playback on Digital Stereo (HDMI 4) (hdmi-stereo-extra3)
Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,3: No such file or directory
Caching failure to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-stereo - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra3
Looking at profile output:hdmi-surround-extra3
Checking for playback on Digital Surround 5.1 (HDMI 4) (hdmi-surround-extra3)
Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,3: No such file or directory
Caching failure to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround-extra3
Looking at profile output:hdmi-surround71-extra3
Checking for playback on Digital Surround 7.1 (HDMI 4) (hdmi-surround71-extra3)
Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,3: No such file or directory
Caching failure to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-stereo - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra3
Looking at profile output:hdmi-dts-surround-extra3
Checking for playback on Digital Surround 5.1 (HDMI 4/DTS) (hdmi-dts-surround-extra3)
Trying dcahdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,3
Error opening PCM device dcahdmi:0,3: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra3
Looking at profile output:hdmi-stereo-extra4
Checking for playback on Digital Stereo (HDMI 5) (hdmi-stereo-extra4)
Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,4: No such file or directory
Caching failure to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-stereo - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra4
Looking at profile output:hdmi-surround-extra4
Checking for playback on Digital Surround 5.1 (HDMI 5) (hdmi-surround-extra4)
Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,4: No such file or directory
Caching failure to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround-extra4
Looking at profile output:hdmi-surround71-extra4
Checking for playback on Digital Surround 7.1 (HDMI 5) (hdmi-surround71-extra4)
Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,4: No such file or directory
Caching failure to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-stereo - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra4
Looking at profile output:hdmi-dts-surround-extra4
Checking for playback on Digital Surround 5.1 (HDMI 5/DTS) (hdmi-dts-surround-extra4)
Trying dcahdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,4
Error opening PCM device dcahdmi:0,4: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra4
Looking at profile output:hdmi-stereo-extra5
Checking for playback on Digital Stereo (HDMI 6) (hdmi-stereo-extra5)
Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,5: No such file or directory
Caching failure to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-stereo - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra5
Looking at profile output:hdmi-surround-extra5
Checking for playback on Digital Surround 5.1 (HDMI 6) (hdmi-surround-extra5)
Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,5: No such file or directory
Caching failure to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround-extra5
Looking at profile output:hdmi-surround71-extra5
Checking for playback on Digital Surround 7.1 (HDMI 6) (hdmi-surround71-extra5)
Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,5: No such file or directory
Caching failure to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-stereo - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra5
Looking at profile output:hdmi-dts-surround-extra5
Checking for playback on Digital Surround 5.1 (HDMI 6/DTS) (hdmi-dts-surround-extra5)
Trying dcahdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,5
Error opening PCM device dcahdmi:0,5: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra5
Looking at profile output:hdmi-stereo-extra6
Checking for playback on Digital Stereo (HDMI 7) (hdmi-stereo-extra6)
Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,6: No such file or directory
Caching failure to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-stereo - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra6
Looking at profile output:hdmi-surround-extra6
Checking for playback on Digital Surround 5.1 (HDMI 7) (hdmi-surround-extra6)
Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,6: No such file or directory
Caching failure to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround-extra6
Looking at profile output:hdmi-surround71-extra6
Checking for playback on Digital Surround 7.1 (HDMI 7) (hdmi-surround71-extra6)
Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,6: No such file or directory
Caching failure to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-stereo - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra6
Looking at profile output:hdmi-dts-surround-extra6
Checking for playback on Digital Surround 5.1 (HDMI 7/DTS) (hdmi-dts-surround-extra6)
Trying dcahdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,6
Error opening PCM device dcahdmi:0,6: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra6
Looking at profile output:hdmi-stereo-extra7
Checking for playback on Digital Stereo (HDMI 8) (hdmi-stereo-extra7)
Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,7: No such file or directory
Caching failure to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-stereo - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra7
Looking at profile output:hdmi-surround-extra7
Checking for playback on Digital Surround 5.1 (HDMI 8) (hdmi-surround-extra7)
Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,7: No such file or directory
Caching failure to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround-extra7
Looking at profile output:hdmi-surround71-extra7
Checking for playback on Digital Surround 7.1 (HDMI 8) (hdmi-surround71-extra7)
Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,7: No such file or directory
Caching failure to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-stereo - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra7
Looking at profile output:hdmi-dts-surround-extra7
Checking for playback on Digital Surround 5.1 (HDMI 8/DTS) (hdmi-dts-surround-extra7)
Trying dcahdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,7
Error opening PCM device dcahdmi:0,7: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra7
Looking at profile output:hdmi-stereo-extra8
Checking for playback on Digital Stereo (HDMI 9) (hdmi-stereo-extra8)
Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,8: No such file or directory
Caching failure to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-stereo - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra8
Looking at profile output:hdmi-surround-extra8
Checking for playback on Digital Surround 5.1 (HDMI 9) (hdmi-surround-extra8)
Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,8: No such file or directory
Caching failure to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-stereo - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:iec958-stereo - will not be able to open output:hdmi-surround-extra8
Looking at profile output:hdmi-surround71-extra8
Checking for playback on Digital Surround 7.1 (HDMI 9) (hdmi-surround71-extra8)
Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,8: No such file or directory
Caching failure to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-stereo - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra8
Looking at profile output:hdmi-dts-surround-extra8
Checking for playback on Digital Surround 5.1 (HDMI 9/DTS) (hdmi-dts-surround-extra8)
Trying dcahdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,8
Error opening PCM device dcahdmi:0,8: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra8
Looking at profile output:hdmi-stereo-extra9
Checking for playback on Digital Stereo (HDMI 10) (hdmi-stereo-extra9)
Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,9: No such file or directory
Caching failure to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-stereo - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra9
Looking at profile output:hdmi-surround-extra9
Checking for playback on Digital Surround 5.1 (HDMI 10) (hdmi-surround-extra9)
Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,9: No such file or directory
Caching failure to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-stereo - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:iec958-stereo - will not be able to open output:hdmi-surround-extra9
Looking at profile output:hdmi-surround71-extra9
Checking for playback on Digital Surround 7.1 (HDMI 10) (hdmi-surround71-extra9)
Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,9: No such file or directory
Caching failure to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-stereo - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra9
Looking at profile output:hdmi-dts-surround-extra9
Checking for playback on Digital Surround 5.1 (HDMI 10/DTS) (hdmi-dts-surround-extra9)
Trying dcahdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,9
Error opening PCM device dcahdmi:0,9: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra9
Looking at profile output:hdmi-stereo-extra10
Checking for playback on Digital Stereo (HDMI 11) (hdmi-stereo-extra10)
Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,10: No such file or directory
Caching failure to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-stereo - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-21 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-40 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-41 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-50 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-51 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:analog-surround-71 - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra10
Looking at profile output:hdmi-surround-extra10
Checking for playback on Digital Surround 5.1 (HDMI 11) (hdmi-surround-extra10)
Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,10: No such file or directory
Caching failure to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-stereo - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-21 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-40 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-41 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-50 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-51 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:analog-surround-71 - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:iec958-stereo - will not be able to open output:hdmi-surround-extra10
Looking at profile output:hdmi-surround71-extra10
Checking for playback on Digital Surround 7.1 (HDMI 11) (hdmi-surround71-extra10)
Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hdmi:0,10: No such file or directory
Caching failure to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-stereo - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-21 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-40 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-41 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-50 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-51 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:analog-surround-71 - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra10
Looking at profile output:hdmi-dts-surround-extra10
Checking for playback on Digital Surround 5.1 (HDMI 11/DTS) (hdmi-dts-surround-extra10)
Trying dcahdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
Unknown PCM dcahdmi:0,10
Error opening PCM device dcahdmi:0,10: No such file or directory
Caching failure to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-21 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-40 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-41 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-50 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-51 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:analog-surround-71 - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra10
Looking at profile input:stereo-fallback
Checking for recording on Stereo (stereo-fallback)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open input:stereo-fallback
Looking at profile input:mono-fallback
Checking for recording on Mono (mono-fallback)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open input:mono-fallback
Looking at profile input:multichannel-input
Checking for recording on Multichannel (multichannel-input)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open input:multichannel-input
Skipping profile output:analog-stereo+input:stereo-fallback - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:mono-fallback - will not be able to open output:analog-stereo
Skipping profile output:analog-stereo+input:multichannel-input - will not be able to open output:analog-stereo
Skipping profile output:analog-surround-21+input:stereo-fallback - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:mono-fallback - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-21+input:multichannel-input - will not be able to open output:analog-surround-21
Skipping profile output:analog-surround-40+input:stereo-fallback - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:mono-fallback - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-40+input:multichannel-input - will not be able to open output:analog-surround-40
Skipping profile output:analog-surround-41+input:stereo-fallback - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:mono-fallback - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-41+input:multichannel-input - will not be able to open output:analog-surround-41
Skipping profile output:analog-surround-50+input:stereo-fallback - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:mono-fallback - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-50+input:multichannel-input - will not be able to open output:analog-surround-50
Skipping profile output:analog-surround-51+input:stereo-fallback - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:mono-fallback - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-51+input:multichannel-input - will not be able to open output:analog-surround-51
Skipping profile output:analog-surround-71+input:stereo-fallback - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:mono-fallback - will not be able to open output:analog-surround-71
Skipping profile output:analog-surround-71+input:multichannel-input - will not be able to open output:analog-surround-71
Skipping profile output:iec958-stereo+input:stereo-fallback - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:mono-fallback - will not be able to open output:iec958-stereo
Skipping profile output:iec958-stereo+input:multichannel-input - will not be able to open output:iec958-stereo
Skipping profile output:iec958-ac3-surround-40+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:mono-fallback - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-40+input:multichannel-input - will not be able to open output:iec958-ac3-surround-40
Skipping profile output:iec958-ac3-surround-51+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:mono-fallback - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-ac3-surround-51+input:multichannel-input - will not be able to open output:iec958-ac3-surround-51
Skipping profile output:iec958-dts-surround-51+input:stereo-fallback - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:mono-fallback - will not be able to open output:iec958-dts-surround-51
Skipping profile output:iec958-dts-surround-51+input:multichannel-input - will not be able to open output:iec958-dts-surround-51
Skipping profile output:hdmi-stereo+input:stereo-fallback - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:mono-fallback - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-stereo+input:multichannel-input - will not be able to open output:hdmi-stereo
Skipping profile output:hdmi-surround+input:stereo-fallback - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:mono-fallback - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround+input:multichannel-input - will not be able to open output:hdmi-surround
Skipping profile output:hdmi-surround71+input:stereo-fallback - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:mono-fallback - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-surround71+input:multichannel-input - will not be able to open output:hdmi-surround71
Skipping profile output:hdmi-dts-surround+input:stereo-fallback - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:mono-fallback - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-dts-surround+input:multichannel-input - will not be able to open output:hdmi-dts-surround
Skipping profile output:hdmi-stereo-extra1+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:mono-fallback - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-stereo-extra1+input:multichannel-input - will not be able to open output:hdmi-stereo-extra1
Skipping profile output:hdmi-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-surround-extra1
Skipping profile output:hdmi-surround71-extra1+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:mono-fallback - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-surround71-extra1+input:multichannel-input - will not be able to open output:hdmi-surround71-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-dts-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra1
Skipping profile output:hdmi-stereo-extra2+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:mono-fallback - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-stereo-extra2+input:multichannel-input - will not be able to open output:hdmi-stereo-extra2
Skipping profile output:hdmi-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-surround-extra2
Skipping profile output:hdmi-surround71-extra2+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:mono-fallback - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-surround71-extra2+input:multichannel-input - will not be able to open output:hdmi-surround71-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-dts-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra2
Skipping profile output:hdmi-stereo-extra3+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:mono-fallback - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-stereo-extra3+input:multichannel-input - will not be able to open output:hdmi-stereo-extra3
Skipping profile output:hdmi-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-surround-extra3
Skipping profile output:hdmi-surround71-extra3+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:mono-fallback - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-surround71-extra3+input:multichannel-input - will not be able to open output:hdmi-surround71-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-dts-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra3
Skipping profile output:hdmi-stereo-extra4+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:mono-fallback - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-stereo-extra4+input:multichannel-input - will not be able to open output:hdmi-stereo-extra4
Skipping profile output:hdmi-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-surround-extra4
Skipping profile output:hdmi-surround71-extra4+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:mono-fallback - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-surround71-extra4+input:multichannel-input - will not be able to open output:hdmi-surround71-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-dts-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra4
Skipping profile output:hdmi-stereo-extra5+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:mono-fallback - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-stereo-extra5+input:multichannel-input - will not be able to open output:hdmi-stereo-extra5
Skipping profile output:hdmi-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-surround-extra5
Skipping profile output:hdmi-surround71-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:mono-fallback - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-surround71-extra5+input:multichannel-input - will not be able to open output:hdmi-surround71-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-dts-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra5
Skipping profile output:hdmi-stereo-extra6+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:mono-fallback - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-stereo-extra6+input:multichannel-input - will not be able to open output:hdmi-stereo-extra6
Skipping profile output:hdmi-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-surround-extra6
Skipping profile output:hdmi-surround71-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:mono-fallback - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-surround71-extra6+input:multichannel-input - will not be able to open output:hdmi-surround71-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-dts-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra6
Skipping profile output:hdmi-stereo-extra7+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:mono-fallback - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-stereo-extra7+input:multichannel-input - will not be able to open output:hdmi-stereo-extra7
Skipping profile output:hdmi-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-surround-extra7
Skipping profile output:hdmi-surround71-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:mono-fallback - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-surround71-extra7+input:multichannel-input - will not be able to open output:hdmi-surround71-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-dts-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra7
Skipping profile output:hdmi-stereo-extra8+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:mono-fallback - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-stereo-extra8+input:multichannel-input - will not be able to open output:hdmi-stereo-extra8
Skipping profile output:hdmi-surround-extra8+input:stereo-fallback - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:mono-fallback - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround-extra8+input:multichannel-input - will not be able to open output:hdmi-surround-extra8
Skipping profile output:hdmi-surround71-extra8+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:mono-fallback - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-surround71-extra8+input:multichannel-input - will not be able to open output:hdmi-surround71-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-dts-surround-extra8+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra8
Skipping profile output:hdmi-stereo-extra9+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:mono-fallback - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-stereo-extra9+input:multichannel-input - will not be able to open output:hdmi-stereo-extra9
Skipping profile output:hdmi-surround-extra9+input:stereo-fallback - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:mono-fallback - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround-extra9+input:multichannel-input - will not be able to open output:hdmi-surround-extra9
Skipping profile output:hdmi-surround71-extra9+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:mono-fallback - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-surround71-extra9+input:multichannel-input - will not be able to open output:hdmi-surround71-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-dts-surround-extra9+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra9
Skipping profile output:hdmi-stereo-extra10+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:mono-fallback - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-stereo-extra10+input:multichannel-input - will not be able to open output:hdmi-stereo-extra10
Skipping profile output:hdmi-surround-extra10+input:stereo-fallback - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:mono-fallback - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround-extra10+input:multichannel-input - will not be able to open output:hdmi-surround-extra10
Skipping profile output:hdmi-surround71-extra10+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:mono-fallback - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-surround71-extra10+input:multichannel-input - will not be able to open output:hdmi-surround71-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra10
Skipping profile output:hdmi-dts-surround-extra10+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra10
Looking at profile output:stereo-fallback
Checking for playback on Stereo (stereo-fallback)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-stereo - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-21 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-40 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-41 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-50 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-51 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:analog-surround-71 - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:iec958-stereo - will not be able to open output:stereo-fallback
Looking at profile output:mono-fallback
Checking for playback on Mono (mono-fallback)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-stereo - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-21 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-40 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-41 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-50 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-51 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:analog-surround-71 - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:iec958-stereo - will not be able to open output:mono-fallback
Looking at profile output:multichannel-output
Checking for playback on Multichannel (multichannel-output)
Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0: Device or resource busy
Caching failure to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-stereo - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-21 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-40 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-41 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-50 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-51 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:analog-surround-71 - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:iec958-stereo - will not be able to open output:multichannel-output
Skipping profile output:stereo-fallback+input:stereo-fallback - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:mono-fallback - will not be able to open output:stereo-fallback
Skipping profile output:stereo-fallback+input:multichannel-input - will not be able to open output:stereo-fallback
Skipping profile output:mono-fallback+input:stereo-fallback - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:mono-fallback - will not be able to open output:mono-fallback
Skipping profile output:mono-fallback+input:multichannel-input - will not be able to open output:mono-fallback
Skipping profile output:multichannel-output+input:stereo-fallback - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:mono-fallback - will not be able to open output:multichannel-output
Skipping profile output:multichannel-output+input:multichannel-input - will not be able to open output:multichannel-output
Trying hw:0,0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0,0: Device or resource busy
Trying hw:0,0 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0,0: Device or resource busy
Trying hw:0,2 with SND_PCM_NO_AUTO_FORMAT ...
Error opening PCM device hw:0,2: Device or resource busy
Found 0 jacks.
activate profile: pro-audio (1)
Device: Pro mapping 'Pro' (pro-output-0).
Device: Pro 2 mapping 'Pro 2' (pro-output-2).
Device: Pro mapping 'Pro' (pro-input-0).
card has no events
card 0: profiles:2 devices:3 ports:0