You are not logged in.

#1 2021-09-01 08:23:05

davelsan
Member
Registered: 2021-09-01
Posts: 11

[Solved] MSI Laptop Alsa/Sound issues

I've installed arch in an MSI GP66 Leopard laptop. Everything is working fine so far except for the sound. I've been debugging this for a couple of days now, but it seems I cannot get it right on my own.

I'm completely mystified. It appears I am unable to configure Alsa (via modprobe) to detect the integrated Intel sound. I haven't tried to connect an external HDMI monitor with sound, as I don't have one available at the moment. But I'm not sure that would work either.

Any help will be greatly appreciated.


The output from the following commands is without any additional configuration. Please, do not hesitate to ask for additional information.


These are the laptop sound devices

$ lspci -v |grep Audio 

00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-H HD Audio Controller (rev 11)
01:00.1 Audio device: NVIDIA Corporation GA104 High Definition Audio Controller (rev a1)

And the currently installed drivers

$ lsmod | grep '^snd' | column -t

snd_soc_dmic              16384   0   
snd_hda_codec_realtek     155648  0   
snd_hda_codec_generic     98304   1   snd_hda_codec_realtek
snd_sof_pci_intel_tgl     16384   0   
snd_sof_intel_hda_common  106496  1   snd_sof_pci_intel_tgl
snd_sof_intel_hda         20480   1   snd_sof_intel_hda_common
snd_sof_pci               20480   2   snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp        16384   1   snd_sof_intel_hda_common
snd_sof                   147456  2   snd_sof_pci,snd_sof_intel_hda_common
snd_soc_hdac_hda          24576   1   snd_sof_intel_hda_common
snd_hda_ext_core          36864   3   snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match  49152   2   snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi              16384   2   snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core              335872  5   soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_dmic
snd_compress              32768   1   snd_soc_core
snd_hda_codec_hdmi        73728   1   
snd_pcm_dmaengine         16384   1   snd_soc_core
snd_hda_intel             57344   1   
snd_intel_dspcfg          28672   2   snd_hda_intel,snd_sof_intel_hda_common
snd_intel_sdw_acpi        20480   2   snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec             176128  5   snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_core              110592  9   snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep                 16384   1   snd_hda_codec
snd_pcm                   147456  10  snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_timer                 45056   1   snd_pcm
snd                       114688  12  snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm

But `aplay` doesn't list the Intel card

$ aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 11: HDMI 5 [HDMI 5]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


Systemctl reports the pulseaudio service running

$ systemctl --user status pulseaudio

● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2021-09-01 09:47:39 CEST; 19min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 852 (pulseaudio)
      Tasks: 6 (limit: 18822)
     Memory: 7.3M
        CPU: 136ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulseaudio.service
             ├─852 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─859 /usr/lib/pulse/gsettings-helper

Sep 01 09:47:39 msi-arch systemd[844]: Starting Sound Service...
Sep 01 09:47:39 msi-arch systemd[844]: Started Sound Service.

However, `pacmd` commands return a no daemon error

$ pacmd list-cards

No PulseAudio daemon running, or not running as session daemon.

Initializing the driver to a default state reports a UCM error

$ alsactl init

alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA NVidia at 0x82080000 irq 17)
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Found hardware: "HDA-Intel" "Nvidia GPU 9e HDMI/DP" "HDA:10de009e,146212fb,00100100" "0x1462" "0x12fb"
Hardware is initialized using a generic method

Additional Info Edit

I have not installed the `sof-firmware` package. Not sure if I need it in my case, or how to configure it at the moment.

These are the alsa-related installed packages

$ pacman -Qs alsa

local/alsa-card-profiles 1:0.3.34-1
    Low-latency audio/video router and processor - ALSA card profiles
local/alsa-firmware 1.2.4-2
    Firmware binaries for loader programs in alsa-tools and hotplug firmware loader
local/alsa-lib 1.2.5.1-3
    An alternative implementation of Linux sound support
local/alsa-plugins 1:1.2.5-2
    Additional ALSA plugins
local/alsa-topology-conf 1.2.5.1-1
    ALSA topology configuration files
local/alsa-ucm-conf 1.2.5.1-1
    ALSA Use Case Manager configuration (and topologies)
local/alsa-utils 1.2.5.1-1
    Advanced Linux Sound Architecture - Utilities
local/pulseaudio-alsa 1:1.2.5-2
    ALSA Configuration for PulseAudio
local/zita-alsa-pcmi 0.3.2-3
    The successor of clalsadrv, provides easy access to ALSA PCM devices.

And the installed pulse packages

pacman -Qs pulse

local/libcanberra 0.30+2+gc0620e4-5
    A small and lightweight implementation of the XDG Sound Theme Specification
local/libpulse 15.0-1
    A featureful, general-purpose sound server (client library)
local/pavucontrol 1:5.0-1
    PulseAudio Volume Control
local/pulseaudio 15.0-1
    A featureful, general-purpose sound server
local/pulseaudio-alsa 1:1.2.5-2
    ALSA Configuration for PulseAudio
local/pulseaudio-bluetooth 15.0-1
    Bluetooth support for PulseAudio
local/pulsemixer 1.5.1-2
    CLI and curses mixer for pulseaudio

Last edited by davelsan (2021-09-01 14:18:06)

Offline

#2 2021-09-01 08:35:44

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

Re: [Solved] MSI Laptop Alsa/Sound issues

Install sof-firmware and alsa-ucm-conf and reboot. That doesn't explain why you can't connect to the pulse daemon. How are you starting up/login into your session? Output of

loginctl session-status

? Edit: Your edit coincided with my response, yes you need sof-firmware but you'll have to reboot for it to take effect.

Last edited by V1del (2021-09-01 08:37:25)

Offline

#3 2021-09-01 08:49:03

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

Hi @V1del, thanks for your assistance.

I have now installed `sof-firmware`, but still no sound.

This is the output you requested. It seems I might be having some keyring issues.

$ loginctl session-status

3 - davelsan (1000)
           Since: Wed 2021-09-01 10:39:09 CEST; 53s ago
          Leader: 840 (gdm-session-wor)
            Seat: seat0; vc2
             TTY: tty2
         Service: gdm-password; type x11; class user
           State: active
            Unit: session-3.scope
                  ├─840 "gdm-session-worker [pam/gdm-password]"
                  ├─862 /usr/bin/gnome-keyring-daemon --daemonize --login
                  ├─873 /usr/lib/gdm-x-session --run-script /usr/bin/gnome-session
                  ├─875 /usr/lib/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -novtswitch -verbose 3
                  └─895 /usr/lib/gnome-session-binary

Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86MacroPreset1
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86MacroPreset2
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86MacroPreset3
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86KbdLcdMenu1
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86KbdLcdMenu2
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86KbdLcdMenu3
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86KbdLcdMenu4
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: > Warning:          Could not resolve keysym XF86KbdLcdMenu5
Sep 01 10:39:12 msi-arch /usr/lib/gdm-x-session[1344]: Errors from xkbcomp are not fatal to the X server
Sep 01 10:39:21 msi-arch gnome-keyring-daemon[862]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered

Interestingly, by default `gdm` was starting a Wayland session, but I was having issues with the keyring not being unlocked at login. I had to modify `/etc/gdm/custon.conf` to start using X. Not sure if this has any relevance.

# /etc/gdm/custom.conf

[daemon]
# Uncoment the line below to force the login screen to use Xorg
#WaylandEnable=false

Btw, I am testing sound using random clips in the web browser. Not sure if this is the best method, though, or whether it has any relevance. Just thought to mention it.

Last edited by davelsan (2021-09-01 08:49:32)

Offline

#4 2021-09-01 08:56:57

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

Re: [Solved] MSI Laptop Alsa/Sound issues

This should be fairly normal, maybe recheck

aplay -l
pacmd list-cards
pacmd list-sinks

Offline

#5 2021-09-01 09:11:23

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

Now `aplay`  shows new devices.

Previously, in `alsamixer`, only a `HDA NVidia` sound card could be selected, which had all its values set to `00` and could not be increased. Now a new `sof-hda-dsp` device can also be selected and its values look normal. Still no sound, though.

$ aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 11: HDMI 5 [HDMI 5]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

But `pacmd` commands show the same error

$ pacmd list-cards

No PulseAudio daemon running, or not running as session daemon.

Offline

#6 2021-09-01 09:19:26

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

Re: [Solved] MSI Laptop Alsa/Sound issues

Yes that's generally expected, you need to fix whatever prevents access to pulse.  What's your output if you do

systemctl --user mask pulseaudio{,.socket} --now
pulseaudio -vvv

and can you run pacmd commands from a different terminal if this starts properly?

Offline

#7 2021-09-01 09:31:16

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

It seems you are onto something.

After creating the masked service, `pacmd` commands run correctly.

$ systemctl --user mask pulseaudio{,.socket} --now

Created symlink /home/davelsan/.config/systemd/user/pulseaudio.service → /dev/null.
Created symlink /home/davelsan/.config/systemd/user/pulseaudio.socket → /dev/null.

The output of `pulseaudio` (long).

$ pulseaudio -vvv

I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 15.0
D: [pulseaudio] main.c: Compilation CFLAGS: Not yet supported on meson
D: [pulseaudio] main.c: Running on host: Linux x86_64 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000
D: [pulseaudio] main.c: Found 16 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: yes
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Running from build tree: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: All asserts enabled.
I: [pulseaudio] main.c: Machine ID is 16f7e6ab151f404bb3c8d332f7d028bf.
I: [pulseaudio] main.c: Using runtime directory /home/davelsan/.tmp/pulse.
I: [pulseaudio] main.c: Using state directory /home/davelsan/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-15.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
I: [pulseaudio] main.c: System supports high resolution timers
D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2
I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-device-volumes.tdb'
I: [pulseaudio] database.c: Successfully opened 'device-volumes' database file '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-device-volumes.tdb'.
I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-stream-volumes.tdb'
I: [pulseaudio] database.c: Successfully opened 'stream-volumes' database file '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-stream-volumes.tdb'.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-card-database.tdb'
I: [pulseaudio] database.c: Successfully opened 'card-database' database file '/home/davelsan/.config/pulse/16f7e6ab151f404bb3c8d332f7d028bf-card-database.tdb'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 0deb5be367e6b40803bdc469612f3c2d as :1.177
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
I: [pulseaudio] (alsa-lib)parser.c: UCM is not supported for this HDA model (HDA NVidia at 0x82080000 irq 17)
I: [pulseaudio] (alsa-lib)main.c: error: failed to import hw:0 use case configuration -6
I: [pulseaudio] (alsa-lib)parser.c: UCM is not supported for this HDA model (HDA NVidia at 0x82080000 irq 17)
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA NVidia use case configuration -6
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA NVidia
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf'
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 2.1 (analog-surround-21)
D: [pulseaudio] alsa-util.c: Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround21:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:analog-stereo - will not be able to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:iec958-stereo - will not be able to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
D: [pulseaudio] alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
D: [pulseaudio] alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
D: [pulseaudio] alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
D: [pulseaudio] alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
D: [pulseaudio] alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
D: [pulseaudio] alsa-util.c: Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:0
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf'
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-0'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edbc110, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI) (hdmi-surround)
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6ebc7450, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI) (hdmi-surround71)
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc0c10, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI/DTS) (hdmi-dts-surround)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:analog-stereo - will not be able to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:iec958-stereo - will not be able to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra1
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 2) (hdmi-stereo-extra1)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra1 supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-1'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edba4b0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra1
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2) (hdmi-surround-extra1)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra1 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc2290, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra1
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 2) (hdmi-surround71-extra1)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra1 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc4230, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2/DTS) (hdmi-dts-surround-extra1)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,1
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra2
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 3) (hdmi-stereo-extra2)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra2 supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-2'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edba560, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra2
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3) (hdmi-surround-extra2)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra2 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6ebc6cb0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra2
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 3) (hdmi-surround71-extra2)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra2 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc5c50, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3/DTS) (hdmi-dts-surround-extra2)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,2
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,2: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra3
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 4) (hdmi-stereo-extra3)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra3 supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-3'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc5930, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra3
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4) (hdmi-surround-extra3)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra3 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc6790, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra3
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 4) (hdmi-surround71-extra3)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra3 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc55d0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4/DTS) (hdmi-dts-surround-extra3)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,3
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,3: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra4
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 5) (hdmi-stereo-extra4)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra4 supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-4'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edbc8a0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra4
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5) (hdmi-surround-extra4)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra4 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc8ab0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra4
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 5) (hdmi-surround71-extra4)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra4 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc9b60, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5/DTS) (hdmi-dts-surround-extra4)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,4
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,4: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra5
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 6) (hdmi-stereo-extra5)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra5 supported.
I: [pulseaudio] alsa-mixer.c: Loading path config: /usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-5'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc4580, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-5 (HDMI / DisplayPort 6), direction=1, priority=54, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=11 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra5
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6) (hdmi-surround-extra5)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra5 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edc0270, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-5 (HDMI / DisplayPort 6), direction=1, priority=54, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=11 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra5
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 6) (hdmi-surround71-extra5)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra5 supported.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x55fe6edcb600, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-5 (HDMI / DisplayPort 6), direction=1, priority=54, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=-inf, max_dB=0
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=11 Jack', index='0', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6/DTS) (hdmi-dts-surround-extra5)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,5
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,5: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 7) (hdmi-stereo-extra6)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:analog-stereo - will not be able to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7) (hdmi-surround-extra6)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 7) (hdmi-surround71-extra6)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:analog-stereo - will not be able to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7/DTS) (hdmi-dts-surround-extra6)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,6
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,6: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 8) (hdmi-stereo-extra7)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:analog-stereo - will not be able to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8) (hdmi-surround-extra7)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 8) (hdmi-surround71-extra7)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:analog-stereo - will not be able to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8/DTS) (hdmi-dts-surround-extra7)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,7
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,7: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 9) (hdmi-stereo-extra8)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,8: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra8+input:analog-stereo - will not be able to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra8+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 9) (hdmi-surround-extra8)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,8: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra8+input:analog-stereo - will not be able to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra8+input:iec958-stereo - will not be able to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 9) (hdmi-surround71-extra8)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,8: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra8+input:analog-stereo - will not be able to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra8+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 9/DTS) (hdmi-dts-surround-extra8)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,8 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,8
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,8: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra8+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra8+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 10) (hdmi-stereo-extra9)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,9: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra9+input:analog-stereo - will not be able to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra9+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 10) (hdmi-surround-extra9)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,9: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra9+input:analog-stereo - will not be able to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra9+input:iec958-stereo - will not be able to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 10) (hdmi-surround71-extra9)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,9: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra9+input:analog-stereo - will not be able to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra9+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 10/DTS) (hdmi-dts-surround-extra9)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,9 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,9
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,9: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra9+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra9+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 11) (hdmi-stereo-extra10)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,10: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra10+input:analog-stereo - will not be able to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra10+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 11) (hdmi-surround-extra10)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,10: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra10+input:analog-stereo - will not be able to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra10+input:iec958-stereo - will not be able to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 11) (hdmi-surround71-extra10)
D: [pulseaudio] alsa-util.c: Trying hdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,10: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra10+input:analog-stereo - will not be able to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra10+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 11/DTS) (hdmi-dts-surround-extra10)
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,10 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,10
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,10: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra10+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra10+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Looking at profile input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Checking for recording on Stereo (stereo-fallback)
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Looking at profile input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Checking for recording on Mono (mono-fallback)
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Looking at profile input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Checking for recording on Multichannel (multichannel-input)
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:stereo-fallback - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:mono-fallback - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:multichannel-input - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:stereo-fallback - will not be able to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:mono-fallback - will not be able to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:multichannel-input - will not be able to open output:analog-surround-21
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:stereo-fallback - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:mono-fallback - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:multichannel-input - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:stereo-fallback - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:mono-fallback - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:multichannel-input - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:stereo-fallback - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:mono-fallback - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:multichannel-input - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:stereo-fallback - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:mono-fallback - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:multichannel-input - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:stereo-fallback - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:mono-fallback - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:multichannel-input - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:stereo-fallback - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:mono-fallback - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:multichannel-input - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:mono-fallback - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:multichannel-input - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:mono-fallback - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:multichannel-input - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:stereo-fallback - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:mono-fallback - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:multichannel-input - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:stereo-fallback - will not be able to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:mono-fallback - will not be able to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:multichannel-input - will not be able to open output:hdmi-dts-surround
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra1
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra2
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra3
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra4
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:stereo-fallback - will not be able to open input:stereo-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:mono-fallback - will not be able to open input:mono-fallback
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:multichannel-input - will not be able to open input:multichannel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra5
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:mono-fallback - will not be able to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:multichannel-input - will not be able to open output:hdmi-stereo-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:mono-fallback - will not be able to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:multichannel-input - will not be able to open output:hdmi-surround71-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra6
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:mono-fallback - will not be able to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:multichannel-input - will not be able to open output:hdmi-stereo-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:mono-fallback - will not be able to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:multichannel-input - will not be able to open output:hdmi-surround71-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra7
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra8+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra8+input:mono-fallback - will not be able to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra8+input:multichannel-input - will not be able to open output:hdmi-stereo-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra8+input:stereo-fallback - will not be able to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra8+input:mono-fallback - will not be able to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra8+input:multichannel-input - will not be able to open output:hdmi-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra8+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra8+input:mono-fallback - will not be able to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra8+input:multichannel-input - will not be able to open output:hdmi-surround71-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra8+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra8+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra8+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra8
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra9+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra9+input:mono-fallback - will not be able to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra9+input:multichannel-input - will not be able to open output:hdmi-stereo-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra9+input:stereo-fallback - will not be able to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra9+input:mono-fallback - will not be able to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra9+input:multichannel-input - will not be able to open output:hdmi-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra9+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra9+input:mono-fallback - will not be able to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra9+input:multichannel-input - will not be able to open output:hdmi-surround71-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra9+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra9+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra9+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra9
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra10+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra10+input:mono-fallback - will not be able to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra10+input:multichannel-input - will not be able to open output:hdmi-stereo-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra10+input:stereo-fallback - will not be able to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra10+input:mono-fallback - will not be able to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra10+input:multichannel-input - will not be able to open output:hdmi-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra10+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra10+input:mono-fallback - will not be able to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra10+input:multichannel-input - will not be able to open output:hdmi-surround71-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra10+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra10+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra10
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra10+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra10
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] flist.c: ../pulseaudio/src/pulsecore/idxset.c: entries flist is full (don't worry)
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ebef110, auto_profiles=yes, probed=yes, n_mappings=18, n_profiles=18, n_decibel_fixes=0
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo (Digital Stereo (HDMI)), priority=59, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround (Digital Surround 5.1 (HDMI)), priority=8, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71 (Digital Surround 7.1 (HDMI)), priority=8, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra1 (Digital Stereo (HDMI 2)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra1 (Digital Surround 5.1 (HDMI 2)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra1 (Digital Surround 7.1 (HDMI 2)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra2 (Digital Stereo (HDMI 3)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra2 (Digital Surround 5.1 (HDMI 3)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra2 (Digital Surround 7.1 (HDMI 3)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra3 (Digital Stereo (HDMI 4)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra3 (Digital Surround 5.1 (HDMI 4)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra3 (Digital Surround 7.1 (HDMI 4)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra4 (Digital Stereo (HDMI 5)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra4 (Digital Surround 5.1 (HDMI 5)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra4 (Digital Surround 7.1 (HDMI 5)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra5 (Digital Stereo (HDMI 6)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra5 (Digital Surround 5.1 (HDMI 6)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra5 (Digital Surround 7.1 (HDMI 6)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo (Digital Stereo (HDMI) Output), input=(null), output=hdmi-stereo priority=5900, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround (Digital Surround 5.1 (HDMI) Output), input=(null), output=hdmi-surround priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71 (Digital Surround 7.1 (HDMI) Output), input=(null), output=hdmi-surround71 priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra1 (Digital Stereo (HDMI 2) Output), input=(null), output=hdmi-stereo-extra1 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra1 (Digital Surround 5.1 (HDMI 2) Output), input=(null), output=hdmi-surround-extra1 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra1 (Digital Surround 7.1 (HDMI 2) Output), input=(null), output=hdmi-surround71-extra1 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra2 (Digital Stereo (HDMI 3) Output), input=(null), output=hdmi-stereo-extra2 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra2
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra2 (Digital Surround 5.1 (HDMI 3) Output), input=(null), output=hdmi-surround-extra2 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra2
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra2 (Digital Surround 7.1 (HDMI 3) Output), input=(null), output=hdmi-surround71-extra2 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra2
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra3 (Digital Stereo (HDMI 4) Output), input=(null), output=hdmi-stereo-extra3 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra3
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra3 (Digital Surround 5.1 (HDMI 4) Output), input=(null), output=hdmi-surround-extra3 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra3
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra3 (Digital Surround 7.1 (HDMI 4) Output), input=(null), output=hdmi-surround71-extra3 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra3
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra4 (Digital Stereo (HDMI 5) Output), input=(null), output=hdmi-stereo-extra4 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra4
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra4 (Digital Surround 5.1 (HDMI 5) Output), input=(null), output=hdmi-surround-extra4 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra4
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra4 (Digital Surround 7.1 (HDMI 5) Output), input=(null), output=hdmi-surround71-extra4 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra4
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra5 (Digital Stereo (HDMI 6) Output), input=(null), output=hdmi-stereo-extra5 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra5
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra5 (Digital Surround 5.1 (HDMI 6) Output), input=(null), output=hdmi-surround-extra5 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra5
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra5 (Digital Surround 7.1 (HDMI 6) Output), input=(null), output=hdmi-surround71-extra5 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra5
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 1 from port hdmi-output-0
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 2 from port hdmi-output-1
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 3 from port hdmi-output-2
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 4 from port hdmi-output-3
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 5 from port hdmi-output-4
D: [pulseaudio] module-alsa-card.c: Pruned singleton availability group Legacy 6 from port hdmi-output-5
I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_01_00.1.
D: [pulseaudio] module-alsa-card.c: Found 6 jacks.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=3 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-0 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo to availability status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=7 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-1 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo-extra1 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround-extra1 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71-extra1 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=8 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-2 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo-extra2 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround-extra2 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71-extra2 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=9 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-3 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo-extra3 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround-extra3 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71-extra3 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=10 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-4 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo-extra4 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround-extra4 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71-extra4 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=11 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-5 to status no
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-stereo-extra5 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround-extra5 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_01_00.1 profile output:hdmi-surround71-extra5 to availability status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] card.c: Looking for initial profile for card alsa_card.pci-0000_01_00.1
D: [pulseaudio] card.c: output:hdmi-stereo availability no
D: [pulseaudio] card.c: output:hdmi-surround availability no
D: [pulseaudio] card.c: output:hdmi-surround71 availability no
D: [pulseaudio] card.c: output:hdmi-stereo-extra1 availability no
D: [pulseaudio] card.c: output:hdmi-surround-extra1 availability no
D: [pulseaudio] card.c: output:hdmi-surround71-extra1 availability no
D: [pulseaudio] card.c: output:hdmi-stereo-extra2 availability no
D: [pulseaudio] card.c: output:hdmi-surround-extra2 availability no
D: [pulseaudio] card.c: output:hdmi-surround71-extra2 availability no
D: [pulseaudio] card.c: output:hdmi-stereo-extra3 availability no
D: [pulseaudio] card.c: output:hdmi-surround-extra3 availability no
D: [pulseaudio] card.c: output:hdmi-surround71-extra3 availability no
D: [pulseaudio] card.c: output:hdmi-stereo-extra4 availability no
D: [pulseaudio] card.c: output:hdmi-surround-extra4 availability no
D: [pulseaudio] card.c: output:hdmi-surround71-extra4 availability no
D: [pulseaudio] card.c: output:hdmi-stereo-extra5 availability no
D: [pulseaudio] card.c: output:hdmi-surround-extra5 availability no
D: [pulseaudio] card.c: output:hdmi-surround71-extra5 availability no
D: [pulseaudio] card.c: off availability unknown
I: [pulseaudio] card.c: alsa_card.pci-0000_01_00.1: active_profile: off
I: [pulseaudio] module-card-restore.c: Profile 'output:hdmi-stereo' was previously automatically selected for card alsa_card.pci-0000_01_00.1.
D: [pulseaudio] module-card-restore.c: Not restoring profile output:hdmi-stereo for card alsa_card.pci-0000_01_00.1, because the profile is currently unavailable.
I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_01_00.1"
D: [pulseaudio] alsa-util.c: ELD info empty (for device=3)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-0 (3).
D: [pulseaudio] alsa-util.c: ELD info empty (for device=7)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-1 (7).
D: [pulseaudio] alsa-util.c: ELD info empty (for device=8)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-2 (8).
D: [pulseaudio] alsa-util.c: ELD info empty (for device=9)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-3 (9).
D: [pulseaudio] alsa-util.c: ELD info empty (for device=10)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-4 (10).
D: [pulseaudio] alsa-util.c: ELD info empty (for device=11)
I: [pulseaudio] module-alsa-card.c: ELD device found for port hdmi-output-5 (11).
I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="0" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"").
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0 (alsa_card.pci-0000_01_00.1) module loaded.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 0deb5be367e6b40803bdc469612f3c2d as :1.178
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0003.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0003.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0003.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0003.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,5 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,4 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,3 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp,6 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying _ucm0003.hw:sofhdadsp,6 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0003.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying plug:SLAVE='_ucm0003.hw:sofhdadsp,6' with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM _ucm0003.hw:sofhdadsp,6
I: [pulseaudio] alsa-util.c: Error opening PCM device plug:SLAVE='_ucm0003.hw:sofhdadsp,6': No such file or directory
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ec52a80, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
I: [pulseaudio] module-udev-detect.c: Found 2 cards.
I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-jackdbus-detect.so': failure
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-bluetooth-policy.so': success
I: [pulseaudio] module.c: Loaded "module-bluetooth-policy" (index: #8; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-bluetooth-discover.so': success
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-bluez5-discover.so': success
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus 11717908608c8b64d0da13f7612f3c27 as :1.110
I: [pulseaudio] module.c: Loaded "module-bluez5-discover" (index: #10; argument: "").
I: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #9; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile2
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile3
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile4
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile5
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile6
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile7
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile8
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile9
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile10
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile11
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile12
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile13
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile14
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile15
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile16
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile17
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile18
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Card added for object /org/pulseaudio/core1/card0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
I: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #11; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-esound-protocol-unix.so': failure
I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #12; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-gsettings.so': success
I: [pulseaudio] module.c: Loaded "module-gsettings" (index: #13; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
I: [pulseaudio] module-default-device-restore.c: Restoring default sink 'alsa_output.pci-0000_01_00.1.hdmi-stereo'.
I: [pulseaudio] core.c: configured_default_sink: (unset) -> alsa_output.pci-0000_01_00.1.hdmi-stereo
I: [pulseaudio] module-default-device-restore.c: No previous default source setting, ignoring.
I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #14; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
D: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
I: [pulseaudio] module-device-restore.c: Restoring volume for sink auto_null: front-left: 65536 / 100%,   front-right: 65536 / 100%
I: [pulseaudio] module-device-restore.c: Restoring mute state for sink auto_null: unmuted
I: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c:     device.description = "Dummy Output"
I: [pulseaudio] sink.c:     device.class = "abstract"
I: [pulseaudio] sink.c:     device.icon_name = "audio-card"
I: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c:     device.description = "Monitor of Dummy Output"
I: [pulseaudio] source.c:     device.class = "monitor"
I: [pulseaudio] source.c:     device.icon_name = "audio-input-microphone"
D: [null-sink] module-null-sink.c: Thread starting up
D: [null-sink] util.c: RealtimeKit worked.
I: [null-sink] util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
D: [pulseaudio] sink.c: auto_null: state: INIT -> IDLE
D: [pulseaudio] source.c: auto_null.monitor: state: INIT -> IDLE
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
I: [pulseaudio] core.c: default_source: (unset) -> auto_null.monitor
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
I: [pulseaudio] core.c: default_sink: (unset) -> auto_null
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
I: [pulseaudio] module.c: Loaded "module-null-sink" (index: #16; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #15; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #17; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
D: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #18; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-console-kit.so': success
I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #19; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-15.0/modules/module-systemd-login.so': success
I: [pulseaudio] client.c: Created 0 "Login Session 3"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
D: [pulseaudio] module-systemd-login.c: Added new session 3
I: [pulseaudio] core.c: exit_idle_time: 20 -> 0
I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #20; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module20
I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #21; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module21
D: [pulseaudio] stream-interaction.c: Using role 'phone' as trigger role.
D: [pulseaudio] stream-interaction.c: Using roles 'music' and 'video' as cork roles.
I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #22; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module22
I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #23; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module23
I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #24; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module24
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 0deb5be367e6b40803bdc469612f3c2d as :1.180
D: [pulseaudio] main.c: Got org.PulseAudio1!
D: [pulseaudio] main.c: Got org.pulseaudio.Server!
I: [pulseaudio] main.c: Daemon startup complete.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_01_00.1.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0004.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0004.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0004.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0004.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,5 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,4 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,3 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp,6 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying _ucm0004.hw:sofhdadsp,6 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0004.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying plug:SLAVE='_ucm0004.hw:sofhdadsp,6' with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM _ucm0004.hw:sofhdadsp,6
I: [pulseaudio] alsa-util.c: Error opening PCM device plug:SLAVE='_ucm0004.hw:sofhdadsp,6': No such file or directory
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6eceb830, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
D: [pulseaudio] bluez5-util.c: Unknown interface org.freedesktop.DBus.Introspectable found, skipping
D: [pulseaudio] bluez5-util.c: Unknown interface org.bluez.AgentManager1 found, skipping
D: [pulseaudio] bluez5-util.c: Unknown interface org.bluez.ProfileManager1 found, skipping
D: [pulseaudio] backend-native.c: Bluetooth Headset Backend API support using the native backend
D: [pulseaudio] backend-native.c: Registering Profile /Profile/HSPHSProfile 00001108-0000-1000-8000-00805f9b34fb
D: [pulseaudio] backend-native.c: Registering Profile /Profile/HFPAGProfile 0000111f-0000-1000-8000-00805f9b34fb
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0005.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0005.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0005.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0005.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,5 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,4 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,3 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp,6 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying _ucm0005.hw:sofhdadsp,6 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0005.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying plug:SLAVE='_ucm0005.hw:sofhdadsp,6' with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM _ucm0005.hw:sofhdadsp,6
I: [pulseaudio] alsa-util.c: Error opening PCM device plug:SLAVE='_ucm0005.hw:sofhdadsp,6': No such file or directory
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ecefda0, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0006.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0006.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0006.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0006.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,5 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,4 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,3 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp,6 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying _ucm0006.hw:sofhdadsp,6 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0006.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying plug:SLAVE='_ucm0006.hw:sofhdadsp,6' with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM _ucm0006.hw:sofhdadsp,6
I: [pulseaudio] alsa-util.c: Error opening PCM device plug:SLAVE='_ucm0006.hw:sofhdadsp,6': No such file or directory
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ec63b90, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0007.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0007.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0007.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0007.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp,5
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,5 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp,4 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp,4
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,4 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp,3 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp,3
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp,3 doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4797 samples), period size second (to 1199 samples).
I: [pulseaudio] alsa-util.c: Device hw:sofhdadsp doesn't support 44100 Hz, changed to 48000 Hz.
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp,6 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying _ucm0007.hw:sofhdadsp,6 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open _ucm0007.hw:sofhdadsp,6
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 341 ms
D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.
I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Cannot allocate memory
D: [pulseaudio] alsa-util.c: Trying plug:SLAVE='_ucm0007.hw:sofhdadsp,6' with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM _ucm0007.hw:sofhdadsp,6
I: [pulseaudio] alsa-util.c: Error opening PCM device plug:SLAVE='_ucm0007.hw:sofhdadsp,6': No such file or directory
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ec79ef0, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] alsa-ucm.c: UCM available for card hw:1
I: [pulseaudio] alsa-ucm.c: Set UCM verb to HiFi
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI3: _ucm0008.hw:sofhdadsp,5
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI3: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI3: 700
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI3: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI3: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI3: HDMI/DP,pcm=5 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI3, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI3
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI2: _ucm0008.hw:sofhdadsp,4
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI2: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI2: 600
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI2: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI2: HDMI/DP,pcm=4 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI2
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device HDMI1: _ucm0008.hw:sofhdadsp,3
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device HDMI1: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device HDMI1: 500
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device HDMI1: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device HDMI1: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device HDMI1: HDMI/DP,pcm=3 Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device HDMI1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device HDMI1
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic2: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic2: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic2: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic2: Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic2: Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic2: Capture
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic2: 200
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic2: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Mic2: Mic Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic2, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic2
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic2
D: [pulseaudio] alsa-ucm.c: Got CapturePCM for device Mic1: _ucm0008.hw:sofhdadsp,6
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Mic1: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Mic1: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got CaptureVolume for device Mic1: Dmic0 Capture Volume
D: [pulseaudio] alsa-ucm.c: Got CaptureSwitch for device Mic1: Dmic0 Capture Switch
D: [pulseaudio] alsa-ucm.c: Got CaptureMixerElem for device Mic1: Dmic0
D: [pulseaudio] alsa-ucm.c: Got CapturePriority for device Mic1: 100
D: [pulseaudio] alsa-ucm.c: Got TQ for device Mic1: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Mic1, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Mic1
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Mic1
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Speaker: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Speaker: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Speaker: Speaker Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Speaker: Speaker Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Speaker: Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Speaker: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Speaker: 100
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Speaker: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Speaker: HiFi
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Speaker, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Speaker
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Speaker
D: [pulseaudio] alsa-ucm.c: Got PlaybackPCM for device Headphones: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackCTL for device Headphones: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got PlaybackVolume for device Headphones: Headphone Playback Volume
D: [pulseaudio] alsa-ucm.c: Got PlaybackSwitch for device Headphones: Headphone Playback Switch
D: [pulseaudio] alsa-ucm.c: Got PlaybackMixerElem for device Headphones: Headphone
D: [pulseaudio] alsa-ucm.c: Got PlaybackMasterElem for device Headphones: Master
D: [pulseaudio] alsa-ucm.c: Got PlaybackPriority for device Headphones: 200
D: [pulseaudio] alsa-ucm.c: Got CaptureCTL for device Headphones: _ucm0008.hw:sofhdadsp
D: [pulseaudio] alsa-ucm.c: Got TQ for device Headphones: HiFi
D: [pulseaudio] alsa-ucm.c: Got JackControl for device Headphones: Headphone Jack
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'PlaybackChannels' for device Headphones, assuming stereo.
D: [pulseaudio] alsa-ucm.c: No _conflictingdevs for device Headphones
D: [pulseaudio] alsa-ucm.c: No _supporteddevs for device Headphones
I: [pulseaudio] module-alsa-card.c: Found UCM profiles
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,5: sink dev HDMI3
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,4: sink dev HDMI2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,3: sink dev HDMI1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: source dev Mic2
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp,6: source dev Mic1
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Speaker
D: [pulseaudio] alsa-ucm.c: UCM mapping: HiFi: hw:sofhdadsp: sink dev Headphones
D: [pulseaudio] alsa-mixer.c: Profile HiFi (Play HiFi quality Music), input=(null), output=(null) priority=8000, supported=yes n_input_mappings=2, n_output_mappings=4
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp: source
D: [pulseaudio] alsa-mixer.c: Input HiFi: hw:sofhdadsp,6: source
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,5: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,4: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp,3: sink
D: [pulseaudio] alsa-mixer.c: Output HiFi: hw:sofhdadsp: sink
I: [pulseaudio] alsa-ucm.c: Set ucm verb to HiFi
D: [pulseaudio] alsa-util.c: Trying _ucm0008.hw:sofhdadsp,5 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] alsa-util.c: Error opening PCM device _ucm0008.hw:sofhdadsp,5: No such device
D: [pulseaudio] alsa-mixer.c: Profile set 0x55fe6ec5e820, auto_profiles=no, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) failed to load module.
I: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
D: [pulseaudio] sink.c: auto_null: suspend_cause: (none) -> IDLE
D: [pulseaudio] sink.c: auto_null: state: IDLE -> SUSPENDED
D: [pulseaudio] source.c: auto_null.monitor: suspend_cause: (none) -> IDLE
D: [pulseaudio] source.c: auto_null.monitor: state: IDLE -> SUSPENDED
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] main.c: Got signal SIGUSR2.
I: [pulseaudio] module.c: Loaded "module-cli-protocol-unix" (index: #30; argument: "").
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module30
I: [pulseaudio] client.c: Created 1 "UNIX socket client"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client1
D: [pulseaudio] cli.c: CLI got EOF from user.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client1
I: [pulseaudio] client.c: Freed 1 "UNIX socket client"
I: [pulseaudio] client.c: Created 2 "UNIX socket client"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client2
D: [pulseaudio] cli.c: CLI got EOF from user.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client2
I: [pulseaudio] client.c: Freed 2 "UNIX socket client"
I: [pulseaudio] client.c: Created 3 "UNIX socket client"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client3
D: [pulseaudio] cli.c: CLI got EOF from user.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client3
I: [pulseaudio] client.c: Freed 3 "UNIX socket client"
I: [pulseaudio] client.c: Created 4 "UNIX socket client"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client4
D: [pulseaudio] cli.c: CLI got EOF from user.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client4
I: [pulseaudio] client.c: Freed 4 "UNIX socket client"
I: [pulseaudio] client.c: Created 5 "UNIX socket client"
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client5
D: [pulseaudio] cli.c: CLI got EOF from user.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client5
I: [pulseaudio] client.c: Freed 5 "UNIX socket client"

Output of `list-cards`

$ pacmd list-cards
1 card(s) available.
    index: 0
        name: <alsa_card.pci-0000_01_00.1>
        driver: <module-alsa-card.c>
        owner module: 6
        properties:
                alsa.card = "0"
                alsa.card_name = "HDA NVidia"
                alsa.long_card_name = "HDA NVidia at 0x82080000 irq 17"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:01:00.1"
                sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0"
                device.bus = "pci"
                device.vendor.id = "10de"
                device.vendor.name = "NVIDIA Corporation"
                device.product.id = "228b"
                device.product.name = "GA104 High Definition Audio Controller"
                device.string = "0"
                device.description = "GA104 High Definition Audio Controller"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        profiles:
                output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5900, available: no)
                output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (priority 800, available: no)
                output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (priority 800, available: no)
                output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (priority 5700, available: no)
                output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (priority 600, available: no)
                output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (priority 600, available: no)
                output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (priority 5700, available: no)
                output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (priority 600, available: no)
                output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (priority 600, available: no)
                output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (priority 5700, available: no)
                output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (priority 600, available: no)
                output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (priority 600, available: no)
                output:hdmi-stereo-extra4: Digital Stereo (HDMI 5) Output (priority 5700, available: no)
                output:hdmi-surround-extra4: Digital Surround 5.1 (HDMI 5) Output (priority 600, available: no)
                output:hdmi-surround71-extra4: Digital Surround 7.1 (HDMI 5) Output (priority 600, available: no)
                output:hdmi-stereo-extra5: Digital Stereo (HDMI 6) Output (priority 5700, available: no)
                output:hdmi-surround-extra5: Digital Surround 5.1 (HDMI 6) Output (priority 600, available: no)
                output:hdmi-surround71-extra5: Digital Surround 7.1 (HDMI 6) Output (priority 600, available: no)
                off: Off (priority 0, available: unknown)
        active profile: <off>
        ports:
                hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-4: HDMI / DisplayPort 5 (priority 5500, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-5: HDMI / DisplayPort 6 (priority 5400, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"

Output of `list-sinks`

$ pacmd list-sinks

1 sink(s) available.
  * index: 0
        name: <auto_null>
        driver: <module-null-sink.c>
        flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
        state: SUSPENDED
        suspend cause: IDLE
        priority: 1000
        volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                balance 0.00
        base volume: 65536 / 100% / 0.00 dB
        volume steps: 65537
        muted: no
        current latency: 0.00 ms
        max request: 344 KiB
        max rewind: 344 KiB
        monitor source: 0
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
                     Stereo
        used by: 0
        linked by: 0
        configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
        module: 16
        properties:
                device.description = "Dummy Output"
                device.class = "abstract"
                device.icon_name = "audio-card"

Update Pulseaudio Output Edit

It seems the following error appears often in the output of `pulseaudio -vvv`

E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.

Last edited by davelsan (2021-09-01 09:33:58)

Offline

#8 2021-09-01 11:42:32

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

Still debugging this. I tried testing sound using the `speaker-test` util and there is pink sound coming out of the speakers (headphones also work).

Which begs the question, if the speakers work in the sound test, to where is chromium outputting its audio?

The device tested was `Dhw:1,0`

$ speaker-test -Dhw:1,0 -c2

Which I believe is this.

card 1: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I have set `sof-hda-dsp` as the default card, but that doesn't fix anything.

Offline

#9 2021-09-01 11:49:25

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

Re: [Solved] MSI Laptop Alsa/Sound issues

If pulse is available chromium will connect to pulse and pulse should handle passing over to the correct card. It has issues with detecting the UCM configuration, is alsa-ucm-conf installed? it normally should be, something you can try is bypassing UCM by editing /etc/pulse/default.pa and looking for the load-module module-udev-detect line and adding use_ucm=0 as a parameter and restarting pulse.

However something else I'm seeing which definitely isn't normal:

Using runtime directory /home/davelsan/.tmp/pulse

did you change your XDG runtime dir? This should normally be /run/user/$uid What's your output of

printenv | grep -E 'DBUS|XDG'

Last edited by V1del (2021-09-01 11:55:08)

Offline

#10 2021-09-01 11:56:05

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

Yes, `alsa-ucm-conf` is installed.

Interestingly, after setting `use_ucm=0` and rebooting now I have sound.

I cannot change volume using the gnome slider, but I can with alsamixer.

This is progress. Now why is it not detecting the UCM config?

Offline

#11 2021-09-01 12:00:58

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

V1del wrote:

If pulse is available chromium will connect to pulse and pulse should handle passing over to the correct card. It has issues with detecting the UCM configuration, is alsa-ucm-conf installed? it normally should be, something you can try is bypassing UCM by editing /etc/pulse/default.pa and looking for the load-module module-udev-detect line and adding use_ucm=0 as a parameter and restarting pulse.

However something else I'm seeing which definitely isn't normal:

Using runtime directory /home/davelsan/.tmp/pulse

did you change your XDG runtime dir? This should normally be /run/user/$uid What's your output of

printenv | grep -E 'DBUS|XDG'

Sorry for the quick-succession post. I had already posted before your edit.

Yes, I noticed that the XDG_RUNTIME_DIR was not as it says in the wiki. But I checked another arch install in a different computer and saw it was the same, so I didn't continue debugging that way.

This is the output you requested. Definitely not correct.

XDG_DATA_DIRS=/usr/local/share:/usr/share
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
XDG_CURRENT_DESKTOP=GNOME
XDG_RUNTIME_DIR=/home/davelsan/.tmp
XDG_MENU_PREFIX=gnome-
XDG_SESSION_TYPE=x11
XDG_CONFIG_HOME=/home/davelsan/.config
XDG_DATA_HOME=/home/davelsan/.local/share
XDG_SESSION_DESKTOP=gnome
XDG_CONFIG_DIRS=/etc/xdg
XDG_SESSION_CLASS=user
XDG_CACHE_HOME=/home/davelsan/.cache

Could this be the reason it is not finding the config? Is it expecting it to be in /run/user/1000?

Edit: can't type

Update with XDG Info

I noticed I have some additional packages installed. I did this during the install. I'm going to read a few docs to see if there are any potential culprits for the runtime dir mismatch

$ pacman -Qs xdg

local/flatpak 1.11.3-1
    Linux application sandboxing and distribution framework (formerly xdg-app)
local/libcanberra 0.30+2+gc0620e4-5
    A small and lightweight implementation of the XDG Sound Theme Specification
local/python-pyxdg 0.27-1
    Python library to access freedesktop.org standards
local/xdg-dbus-proxy 0.1.2-3
    Filtering proxy for D-Bus connections
local/xdg-desktop-portal 1.8.1-1
    Desktop integration portals for sandboxed apps
local/xdg-desktop-portal-gtk 1.8.0-1
    A GTK+ backend for xdg-desktop-portal
local/xdg-user-dirs 0.17-3
    Manage user directories like ~/Desktop and ~/Music
local/xdg-user-dirs-gtk 0.10+9+g5b7efc6-3 (gnome)
    Creates user dirs and asks to relocalize them
local/xdg-utils 1.1.3+19+g9816ebb-1
    Command line tools that assist applications with a variety of desktop integration tasks

Last edited by davelsan (2021-09-01 12:07:03)

Offline

#12 2021-09-01 12:09:13

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

Re: [Solved] MSI Laptop Alsa/Sound issues

No the UCM config failure is potentially a genuine bug in either pulse or alsa-ucm-conf.

But the fact that the gnome mixer can't connect to pulse/your failing attempts at running pacmd when pulse is started with the normal systemd --user session are likely to be related. These environment variables aren't set in that manner without some conscious decisions on your part. Do you export those somewhere? bashrc, /etc/profile or so, what shell are you using, did you carry some dotfiles over from somewhere? Do you use some "helper framework" like OMZ? Check file locations mentioned in https://wiki.archlinux.org/title/XDG_us … irectories as well  and generall environment variabble locations: https://wiki.archlinux.org/title/Environment_variables

Last edited by V1del (2021-09-01 12:14:14)

Offline

#13 2021-09-01 12:26:32

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

And there it is, my own stupidity as a confounding factor. Yes, it was me setting that variable wrong. I removed the export now, so the runtime dir should be correctly set according to https://wiki.archlinux.org/title/XDG_Base_Directory. I use fish shell, if it is of any relevance.

As for the bug, you are also correct. After setting $XDG_RUNTIME_DIR correctly (or rather not setting it myself) I can use `pacmd` commands. Still no sound unless I disable ucm, though.

Output of list-cards

$ pacmd list-cards

1 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_01_00.1>
	driver: <module-alsa-card.c>
	owner module: 23
	properties:
		alsa.card = "0"
		alsa.card_name = "HDA NVidia"
		alsa.long_card_name = "HDA NVidia at 0x82080000 irq 17"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:01:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0"
		device.bus = "pci"
		device.vendor.id = "10de"
		device.vendor.name = "NVIDIA Corporation"
		device.product.id = "228b"
		device.product.name = "GA104 High Definition Audio Controller"
		device.string = "0"
		device.description = "GA104 High Definition Audio Controller"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5900, available: no)
		output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (priority 800, available: no)
		output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (priority 800, available: no)
		output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (priority 5700, available: no)
		output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (priority 600, available: no)
		output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (priority 600, available: no)
		output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (priority 5700, available: no)
		output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (priority 600, available: no)
		output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (priority 600, available: no)
		output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (priority 5700, available: no)
		output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (priority 600, available: no)
		output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (priority 600, available: no)
		output:hdmi-stereo-extra4: Digital Stereo (HDMI 5) Output (priority 5700, available: no)
		output:hdmi-surround-extra4: Digital Surround 5.1 (HDMI 5) Output (priority 600, available: no)
		output:hdmi-surround71-extra4: Digital Surround 7.1 (HDMI 5) Output (priority 600, available: no)
		output:hdmi-stereo-extra5: Digital Stereo (HDMI 6) Output (priority 5700, available: no)
		output:hdmi-surround-extra5: Digital Surround 5.1 (HDMI 6) Output (priority 600, available: no)
		output:hdmi-surround71-extra5: Digital Surround 7.1 (HDMI 6) Output (priority 600, available: no)
		off: Off (priority 0, available: unknown)
	active profile: <off>
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-4: HDMI / DisplayPort 5 (priority 5500, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-5: HDMI / DisplayPort 6 (priority 5400, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"

Output of list-sinks

$ pacmd list-sinks
1 sink(s) available.
  * index: 0
	name: <auto_null>
	driver: <module-null-sink.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: RUNNING
	suspend cause: (none)
	priority: 1000
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 4.54 ms
	max request: 4 KiB
	max rewind: 4 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 1
	linked by: 1
	configured latency: 23.22 ms; range is 0.50 .. 2000.00 ms
	module: 14
	properties:
		device.description = "Dummy Output"
		device.class = "abstract"
		device.icon_name = "audio-card"

I'm going to read now about UCM config. But if it is an upstream bug, probably cannot do much about it. Maybe report it, if there is something specific to report.

Thanks for all the help @V1del. I hope there is still a chance that it's not a bug, but rather something I've done wrong.

Edit: typos and clarifications

Last edited by davelsan (2021-09-01 13:04:02)

Offline

#14 2021-09-01 14:17:14

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

Last update for a while. It seems I can get sound I/O working by using the following config

# /etc/modprobe.d/alsa-base.conf

options snd-hda-intel enable_msi=1
options snd-hda-intel dmic_detect=0
blacklist snd_sok_skl

Beats me what each of these exactly do. Especially `enable_msi` and `dmic_detect`. The information I found is a bit vague, but I'll keep looking.

What I know is that, in my particular case, without the last line there is no sound. So it might seem there is a driver conflict.

So, for now it seems it is fixed. I am marking the thread as [Solved], though I'm not really sure it is...

Edit: typo

Last edited by davelsan (2021-09-01 20:17:16)

Offline

#15 2021-09-01 20:10:12

dogknowsnx
Member
Registered: 2021-04-12
Posts: 648

Re: [Solved] MSI Laptop Alsa/Sound issues

davelsan wrote:
# /etc/modprobe.d/alsa-base.conf

options snd-hda-intel enable_msi=1
options snd-hda-intel dmic_detect=0
backlist snd_sok_skl

Did you copy/paste the output without editing it afterwards? Because it should read

blacklist snd_sok_skl

In case somebody else wants to try this as a fix...


RI - Rest your Eyes and Self

"We are eternal, all this pain is an illusion" - Maynard James Keenan

Offline

#16 2021-09-01 20:16:27

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

I should've copy/pasted it, since I can't type...

Thanks for catching the typo, I'll fix it in the post as well.

Last edited by davelsan (2021-09-01 20:19:15)

Offline

#17 2021-09-01 21:24:22

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

Re: [Solved] MSI Laptop Alsa/Sound issues

You'd want snd_soc_skl if anything, but by doing dmic_detect=0 you disable the sof firmware handling and fall back to the older snd_hda_intel codec and you won't have access to your internal mic (... under normal circumstances, I wouldn't be surprised if MSI is doing something weird that confuses the driver logic in general.)

Offline

#18 2021-09-03 12:10:47

davelsan
Member
Registered: 2021-09-01
Posts: 11

Re: [Solved] MSI Laptop Alsa/Sound issues

That seems to be the case, the internal mic does not work (an external one does). However, I just tested either removing it or setting dmic_detect=1 and the sound is broken again (the device is detected as Dummy Output).

I wonder if this is really a bug or I'm missing some more config.

Offline

#19 2021-09-03 12:31:44

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

Re: [Solved] MSI Laptop Alsa/Sound issues

Didn't you say that disabling UCM use allowed the card to be used? If that is all there is to it then only a fix in alsa-ucm-conf is needed which should be fairly doable.

Offline

Board footer

Powered by FluxBB