Участник с: 28 июня 2012
|
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
|