Discussion:
new laptop, no sound in spite of driver attaching
Wojciech Puchar
2018-04-30 11:58:40 UTC
Permalink
and no idea where to search for a solution

FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon
Apr 30 13:35:54 CEST 2018
***@laptop.wojtek.intra:/usr/src/sys/amd64/compile/laptop amd64


in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22 at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1


tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.

mixer when default_unit is 0

Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic


mixer when default_unit is 1

Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56

mixer when default_unit is 2

Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100

this is HP 250 G5 laptop

please help
Eric van Gyzen
2018-04-30 14:43:10 UTC
Permalink
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol      is currently set to  65:65
Mixer pcm      is currently set to 100:100
Mixer speaker  is currently set to 100:100
Mixer mic      is currently set to   0:0
Mixer mix      is currently set to 100:100
Mixer rec      is currently set to   0:0
Mixer igain    is currently set to   0:0
Mixer ogain    is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol      is currently set to 100:100
Mixer pcm      is currently set to 100:100
Mixer rec      is currently set to  37:37
Mixer igain    is currently set to   0:0
Mixer monitor  is currently set to  56:56
mixer when default_unit is 2
Mixer vol      is currently set to 100:100
Mixer pcm      is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
Start here:

https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c

If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.

Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.

Eric
Richard Yao
2018-04-30 14:57:41 UTC
Permalink
Post by Eric van Gyzen
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c
If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.
Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.
What are the other two? Graphics support and easy management of WiFi?

I hate to say that, but those are the two that kept me from adopting Gentoo FreeBSD on my laptop when I wanted to install it several years ago. The intel sandy bridge graphics support was new enough that it had not really made it downstream to Gentoo FreeBSD and the lack of a network manager equivalent for doing easy connection and disconnection to WiFi networks from a BSD userland was a headache. :/
Post by Eric van Gyzen
Eric
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
Eric van Gyzen
2018-04-30 15:15:17 UTC
Permalink
Post by Richard Yao
Post by Eric van Gyzen
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c
If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.
Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.
What are the other two? Graphics support and easy management of WiFi?
I would say graphics and suspend/resume. WiFi management is certainly
an annoyance, but if the hardware works, I can cope with that. If the
sound hardware doesn't work, it's useless (until I can find the time to
study /two/ HDA drivers).

Granted, I had to replace the Atheros card in my XPS 13 with an Intel,
but that was only 19 USD and about 20 minutes, so that was also just an
annoyance.
Post by Richard Yao
I hate to say that, but those are the two that kept me from adopting Gentoo FreeBSD on my laptop when I wanted to install it several years ago. The intel sandy bridge graphics support was new enough that it had not really made it downstream to Gentoo FreeBSD and the lack of a network manager equivalent for doing easy connection and disconnection to WiFi networks from a BSD userland was a headache. :/
I'm really grateful for all the recent graphics work. Without it, my
XPS 13 would be running Linux for sure. I would thank people by name,
but I would miss some. You know who you are. :)

Eric
Wojciech Puchar
2018-04-30 15:51:14 UTC
Permalink
will this output from mpg123 be helpful?
am i missing something in kernel or actually i need a realtek patch you
gave me a link

in kernel messages i've got

pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel
dead

or it's some other problem?


mpg123 -Cv
Astral_Projection_-_In_The_Mix_Cd1_-_Sundown_-_01_-_Another_World.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.25.0; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
Decoder: x86-64 (SSE)
Trying output module: oss, device: <nil>


Terminal control enabled, press 'h' for listing of keys and functions.

Playing MPEG stream 1 of 1:
Astral_Projection_-_In_The_Mix_Cd1_-_Sundown_-_01_-_Another_World.mp3 ...
[src/libmpg123/id3.c:465] error: No comment text / valid description?

MPEG 1.0 L III cbr192 44100 j-s

Title: Another World (Floorplay Remix)
Artist: Astral Projection
Comment: Sundown)
Album: In The Mix (CD1 - Sundown)
Year: 2000
Genre: Trance
0008+6891 00:00.20+03:00.01 --- 100=100 192 kb/s 627 B acc 2 clip
p+0.000
[src/libout123/libout123.c:654] error: Error in writing audio (Invalid
argument?)!
main: [src/mpg123.c:809] error: Deep trouble! Cannot flush to my output
anymore!
Richard Yao
2018-04-30 15:54:30 UTC
Permalink
Post by Eric van Gyzen
Post by Richard Yao
Post by Eric van Gyzen
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c
If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.
Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.
What are the other two? Graphics support and easy management of WiFi?
I would say graphics and suspend/resume. WiFi management is certainly
an annoyance, but if the hardware works, I can cope with that. If the
sound hardware doesn't work, it's useless (until I can find the time to
study /two/ HDA drivers).
Granted, I had to replace the Atheros card in my XPS 13 with an Intel,
but that was only 19 USD and about 20 minutes, so that was also just an
annoyance.
Certain laptops have BIOS whitelists that prevent people from doing that without flashing coreboot modifying the BIOS. You were lucky.
Post by Eric van Gyzen
Post by Richard Yao
I hate to say that, but those are the two that kept me from adopting Gentoo FreeBSD on my laptop when I wanted to install it several years ago. The intel sandy bridge graphics support was new enough that it had not really made it downstream to Gentoo FreeBSD and the lack of a network manager equivalent for doing easy connection and disconnection to WiFi networks from a BSD userland was a headache. :/
I'm really grateful for all the recent graphics work. Without it, my
XPS 13 would be running Linux for sure. I would thank people by name,
but I would miss some. You know who you are. :)
Eric
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
James Wright
2018-04-30 18:47:19 UTC
Permalink
To get sound working on my MacbookAir I have the following in
"/boot/loader.conf"

# Fix audio output not getting any voltage, see: man snd_hda
hint.hdaa.1.config="ovref"
hint.hdaa.1.gpio_config="0=set"

# Assign Headphones (nid16) to same "as" group as Speakers with seq=15
to enable switching between them
hint.hdaa.1.nid16.config="as=1 seq=15"

Had to use the time old method of Trial and Error using various
combinations of values for the first two lines until it finally worked!

Probably won't be the same values for your laptop, but might give you a
path of enquiry...

PS: I'm deeply grateful for the work done on bringing the i915 driver
upto scratch for Intel Broadwell,
it has meant I can now use FreeBSD as my main OS on this laptop everyday
with fantastic battery life too (~16 hours!)
Post by Richard Yao
Post by Eric van Gyzen
Post by Richard Yao
Post by Eric van Gyzen
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c
If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.
Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.
What are the other two? Graphics support and easy management of WiFi?
I would say graphics and suspend/resume. WiFi management is certainly
an annoyance, but if the hardware works, I can cope with that. If the
sound hardware doesn't work, it's useless (until I can find the time to
study /two/ HDA drivers).
Granted, I had to replace the Atheros card in my XPS 13 with an Intel,
but that was only 19 USD and about 20 minutes, so that was also just an
annoyance.
Certain laptops have BIOS whitelists that prevent people from doing that without flashing coreboot modifying the BIOS. You were lucky.
Post by Eric van Gyzen
Post by Richard Yao
I hate to say that, but those are the two that kept me from adopting Gentoo FreeBSD on my laptop when I wanted to install it several years ago. The intel sandy bridge graphics support was new enough that it had not really made it downstream to Gentoo FreeBSD and the lack of a network manager equivalent for doing easy connection and disconnection to WiFi networks from a BSD userland was a headache. :/
I'm really grateful for all the recent graphics work. Without it, my
XPS 13 would be running Linux for sure. I would thank people by name,
but I would miss some. You know who you are. :)
Eric
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
Wojciech Puchar
2018-05-01 11:11:13 UTC
Permalink
Post by James Wright
To get sound working on my MacbookAir I have the following in
"/boot/loader.conf"
# Fix audio output not getting any voltage, see: man snd_hda
hint.hdaa.1.config="ovref"
hint.hdaa.1.gpio_config="0=set"
lots of tries but i think it's not a problem because of

pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead

so it doesn't seem like sound not being directed properly but dma/irq
problem.
Post by James Wright
# Assign Headphones (nid16) to same "as" group as Speakers with seq=15 to
enable switching between them
hint.hdaa.1.nid16.config="as=1 seq=15"
Had to use the time old method of Trial and Error using various combinations
of values for the first two lines until it finally worked!
Probably won't be the same values for your laptop, but might give you a path
of enquiry...
PS: I'm deeply grateful for the work done on bringing the i915 driver upto
scratch for Intel Broadwell,
i installed /usr/ports/graphics/drm-stable-kmod to get working intel
graphics. but works fine now.
Post by James Wright
it has meant I can now use FreeBSD as my main OS on this laptop everyday with
fantastic battery life too (~16 hours!)
Post by Richard Yao
Post by Eric van Gyzen
Post by Richard Yao
Post by Eric van Gyzen
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr
30 13:35:54 CEST 2018
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22
at device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
this is HP 250 G5 laptop
HDA is apparently very difficult for vendors to get right. Linux has
thousands of lines of vendor- and model-specific patches to fix it.
https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c
If you're lucky, you'll find a patch for your laptop or a similar laptop
that has the same problem(s). The next step is to figure out how to
express the patch in FreeBSD's driver.
Hopefully, someone will take interest in porting many of Linux's HDA
patches to FreeBSD. Sound is probably one of the top three reasons
people fail to run FreeBSD on their laptop.
What are the other two? Graphics support and easy management of WiFi?
I would say graphics and suspend/resume. WiFi management is certainly
an annoyance, but if the hardware works, I can cope with that. If the
sound hardware doesn't work, it's useless (until I can find the time to
study /two/ HDA drivers).
Granted, I had to replace the Atheros card in my XPS 13 with an Intel,
but that was only 19 USD and about 20 minutes, so that was also just an
annoyance.
Certain laptops have BIOS whitelists that prevent people from doing that
without flashing coreboot modifying the BIOS. You were lucky.
Post by Eric van Gyzen
Post by Richard Yao
I hate to say that, but those are the two that kept me from adopting
Gentoo FreeBSD on my laptop when I wanted to install it several years
ago. The intel sandy bridge graphics support was new enough that it had
not really made it downstream to Gentoo FreeBSD and the lack of a network
manager equivalent for doing easy connection and disconnection to WiFi
networks from a BSD userland was a headache. :/
I'm really grateful for all the recent graphics work. Without it, my
XPS 13 would be running Linux for sure. I would thank people by name,
but I would miss some. You know who you are. :)
Eric
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
Adam
2018-05-01 01:43:30 UTC
Permalink
Post by Wojciech Puchar
and no idea where to search for a solution
FreeBSD laptop.wojtek.intra 11.1-STABLE FreeBSD 11.1-STABLE #2: Mon Apr 30
amd64
in dmesg
hdac0: <Intel (0x2284) HDA Controller> mem 0x91410000-0x91413fff irq 22 at
device 27.0 on pci0
hdacc0: <Realtek ALC282 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC282 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC282 (Analog)> at nid 20 and 25 on hdaa0
pcm1: <Realtek ALC282 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1
tried to change hw.snd.default_unit to 0, 1 or 2 - no sound in any case.
mixer when default_unit is 0
Mixer vol is currently set to 65:65
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to 0:0
Mixer mix is currently set to 100:100
Mixer rec is currently set to 0:0
Mixer igain is currently set to 0:0
Mixer ogain is currently set to 100:100
Recording source: mic
mixer when default_unit is 1
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 37:37
Mixer igain is currently set to 0:0
Mixer monitor is currently set to 56:56
mixer when default_unit is 2
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Here is mine:
hdacc0: <Realtek ALC1220 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC1220 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC1220 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC1220 (Left Analog)> at nid 27 and 25 on hdaa0
pcm2: <Realtek ALC1220 (Left Digital)> at nid 30 on hdaa0

For me, I have to tickle the following sysctl's to get expected sound.

hw.snd.vpc_0db
hw.snd.vpc_reset
hw.snd.vpc_autoreset
--
Adam
Wojciech Puchar
2018-05-01 11:14:19 UTC
Permalink
Post by Adam
hdacc0: <Realtek ALC1220 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC1220 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC1220 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC1220 (Left Analog)> at nid 27 and 25 on hdaa0
pcm2: <Realtek ALC1220 (Left Digital)> at nid 30 on hdaa0
For me, I have to tickle the following sysctl's to get expected sound.
hw.snd.vpc_0db
hw.snd.vpc_reset
hw.snd.vpc_autoreset
i tried this without results
i think it is different problem.

kernel: pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead
Wojciech Puchar
2018-05-01 12:10:08 UTC
Permalink
this is what i get attempting to playing sound.

pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=235
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=256
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=470
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=512
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=2730
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1365
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=1881
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=940
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=1024
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=4096
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[32768/1024/32] limit=2048
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [32768] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [65536] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[4096/128/32] limit=170
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [4096] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[8192/256/32] limit=341
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [8192] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[16384/512/32] limit=682
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
sndbuf_remalloc(): b=0xfffff80006d9a600 131072 [16384] NOCHANGE
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
pcm0: chn_start(): PCMDIR_PLAY (virtual) threshold i=5015 j=4
pcm0: chn_start(): VCHAN PARENT starting! (PCMDIR_PLAY/running) (ready=4096 force=1 i=1 j=0 intrtimeout=21 latency=21ms)
hdac0: 1536Kbps of 46080Kbps bandwidth used
pcm0: PCMDIR_PLAY: Stream setup fmt=00200010 (2.0) speed=48000
pcm0: PCMDIR_PLAY: Stream setup nid=2: fmt=0x0011, dfmt=0x0001, chan=0x0010, chan_count=0x01, stripe=0
pcm0: chn_trigger() pcm0:play:dsp0.p0: calling go=0x00000001 , prev=0xffffffff
pcm0: chn_trigger() pcm0:virtual:dsp0.vp0: calling go=0x00000001 , prev=0xffffffff
pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead
pcm0: chn_trigger() pcm0:play:dsp0.p0: calling go=0xffffffff , prev=0x00000001
pcm0: chn_trigger() pcm0:virtual:dsp0.vp0: calling go=0xffffffff , prev=0x00000001
pcm0: chn_resizebuf(): PCMDIR_PLAY (hardware) timeout=21 b[4096/2048/2] bs[4096/2048/2] limit=0
pcm0: chn_resizebuf(): PCMDIR_PLAY (virtual) timeout=21 b[0/0/0] bs[65536/2048/32] limit=3763
K Staring via freebsd-hackers
2018-05-16 20:04:18 UTC
Permalink
After initial success with getting the jack plug output on my Dell XPS 9650 to work (since been merged into -CURRENT), I've been busy to port some of the pin patches from Linux to FreeBSD's snd_hda(4) driver.

Apparently Intel's HDA specification is very difficult to implement correctly, or "we'll fix it in software" prevails: there are a *lot* of patches to make hardware work in the Linux source...

There are three kinds of patches present in snd_hda (and similarly in the hda Linux code) :

- pin patches
- GPIO patches
- "other" (manual fiddling in code)

I've been focussing on pin patches for now, for Realtek chipsets. So if you run CURRENT, have problems with the snd_hda(4) driver and your system has a Realtek audio chipset, this github branch might be useful: https://github.com/kstaring/freebsd/tree/hda_pin_fixes_realtek . At the moment, most pin patches for the Realtek ALC260, ALC268, ALC269, ALC271, ACL280 and ALC880 are ported (barring some unclear or strange entries in the Linux source).
I'd appreciate all feedback!
--
K Staring <***@quickdekay.net>
Loading...