On Sun, Sep 20, 2015 at 08:17:59AM +0200, Remi Locherer wrote: > On Sat, Sep 19, 2015 at 07:26:56PM -0400, Bryan Steele wrote: > > On Sat, Sep 19, 2015 at 06:44:13PM -0400, Bryan Steele wrote: > > > On Sat, Sep 19, 2015 at 02:38:02PM +0200, Remi Locherer wrote: > > > > Hi > > > > > > > > My Dell XPS 13 has a RealTek ALC3263 codec (according to the BIOS). In > > > > dmesg only the following shows up: > > > > > > > > azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi > > > > azalia0: No codecs found > > > > > > This device is related to unsupported HDMI audio output, there should > > > be a second azailia(4) device. > > > > > > For example, my laptop has: > > > > > > azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: > > > msi > > > azalia1: codecs: Realtek/0x0283 > > > audio0 at azalia1 > > > > > > > Of course there is no audio :-( > > > > > > It appears this function is disabled on your system, you might want > > > to check and see if there is a BIOS toggle, otherwise there's not > > > much else that can be done. > > > > > > > Regards, > > > > Remi > > > > > > -Bryan. > > > > Actually, there may be some funny ACPI interactions going on > > that appear responsible for this. > > > > Can you try the following diff? > > > > Linux has this workaround for your model.. > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=18d78b64fddc11eb336f01e46ad3303a3f55d039 > > > > Index: dsdt.c > > =================================================================== > > RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v > > retrieving revision 1.218 > > diff -u -p -u -r1.218 dsdt.c > > --- src/sys/dev/acpi/dsdt.c 20 Aug 2015 20:50:10 -0000 1.218 > > +++ src/sys/dev/acpi/dsdt.c 19 Sep 2015 23:11:54 -0000 > > @@ -1457,7 +1457,7 @@ struct aml_defval { > > struct aml_value **gval; > > } aml_defobj[] = { > > { "_OS_", AML_OBJTYPE_STRING, -1, osstring }, > > - { "_REV", AML_OBJTYPE_INTEGER, 2, NULL }, > > + { "_REV", AML_OBJTYPE_INTEGER, 5, NULL }, > > { "_GL", AML_OBJTYPE_MUTEX, 1, NULL, &aml_global_lock }, > > { "_OSI", AML_OBJTYPE_METHOD, 1, aml_callosi }, > > > > I applied this and also commented out DIAGNOSTIC in > azalia.c/azalia_get_response.
This morning I just did a reboot with the patched kernel. Now after a cold boot there is another azalia device! And now I can listen to music with this notebook. Thanks Bryan for the "coold boot" hint. dmesg: OpenBSD 5.8-current (GENERIC.MP.AUDIO_DEBUG) #1: Sun Sep 20 07:31:22 CEST 2015 r...@mistral.relo.ch:/usr/src/sys/arch/amd64/compile/GENERIC.MP.AUDIO_DEBUG real mem = 8168914944 (7790MB) avail mem = 7917355008 (7550MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xed840 (84 entries) bios0: vendor Dell Inc. version "A05" date 07/14/2015 bios0: Dell Inc. XPS 13 9343 acpi0 at bios0: rev 2 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT UEFI SSDT SSDT TPM2 SSDT ASF! SSDT SSDT SSDT SSDT PCCT SSDT SSDT SSDT SLIC MSDM DMAR CSRT acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...] acpitimer0 at acpi0: 3579545 Hz, 24 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.56 MHz cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,SENSOR,ARAT cpu0: 256KB 64b/line 8-way L2 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE cpu1 at mainbus0: apid 2 (application processor) cpu1: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.23 MHz cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,SENSOR,ARAT cpu1: 256KB 64b/line 8-way L2 cache cpu1: smt 0, core 1, package 0 cpu2 at mainbus0: apid 1 (application processor) cpu2: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.23 MHz cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,SENSOR,ARAT cpu2: 256KB 64b/line 8-way L2 cache cpu2: smt 1, core 0, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.23 MHz cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,SENSOR,ARAT cpu3: 256KB 64b/line 8-way L2 cache cpu3: smt 1, core 1, package 0 ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins acpimadt0: bogus nmi for apid 0 acpimadt0: bogus nmi for apid 2 acpimadt0: bogus nmi for apid 1 acpimadt0: bogus nmi for apid 3 acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG0) acpiprt2 at acpi0: bus -1 (PEG1) acpiprt3 at acpi0: bus -1 (PEG2) acpiprt4 at acpi0: bus 1 (RP01) acpiprt5 at acpi0: bus -1 (RP02) acpiprt6 at acpi0: bus -1 (RP03) acpiprt7 at acpi0: bus 2 (RP04) acpiprt8 at acpi0: bus -1 (RP05) acpiprt9 at acpi0: bus -1 (RP06) acpiprt10 at acpi0: bus -1 (RP07) acpiprt11 at acpi0: bus -1 (RP08) acpiec0 at acpi0 acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu2 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu3 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpipwrres0 at acpi0: PG00, resource for PEG0 acpipwrres1 at acpi0: PG01, resource for PEG1 acpipwrres2 at acpi0: PG02, resource for PEG2 acpitz0 at acpi0: critical temperature is 107 degC acpipwrres3 at acpi0: FN00, resource for FAN0 acpipwrres4 at acpi0: FN01, resource for FAN1 acpipwrres5 at acpi0: FN02, resource for FAN2 acpipwrres6 at acpi0: FN03, resource for FAN3 acpipwrres7 at acpi0: FN04, resource for FAN4 acpitz1 at acpi0: critical temperature is 105 degC acpitz2 at acpi0: critical temperature is 105 degC acpibtn0 at acpi0: LID0 acpibtn1 at acpi0: PBTN acpibtn2 at acpi0: SBTN acpiac0 at acpi0: AC unit offline acpibat0 at acpi0: BAT0 model "DELL 0DRRP56" serial 154 type LiP oem "Sanyo" acpibat1 at acpi0: BAT1 not present acpivideo0 at acpi0: GFX0 acpivout0 at acpivideo0: LCD_ cpu0: Enhanced SpeedStep 2494 MHz: speeds: 2201, 2200, 2100, 2000, 1800, 1700, 1600, 1500, 1300, 1200, 1100, 1000, 900, 700, 600, 500 MHz pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09 vga1 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09 intagp at vga1 not configured wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi azalia_reset: resetting azalia_reset: reset counter = 5000 azalia_reset: reset counter = 5000 azalia0: host: High Definition Audio rev. 1.0 azalia0: host: 3 output, 0 input, and 0 bidi streams azalia0: found a codec at #0 azalia_init_corb: CORB allocation succeeded. azalia_init_corb: CORBWP=0; size=256 azalia_init_rirb: RIRB allocation succeeded. azalia_init_rirb: RIRBRP=0, size=256 azalia0: RIRB time out azalia0: No codecs found azalia_pci_detach azalia_pci_detach: delete streams azalia_pci_detach: delete codecs azalia_pci_detach: delete CORB and RIRB azalia_pci_detach: disable interrupts azalia_pci_detach: clear interrupts azalia_pci_detach: delete PCI resources vendor "Intel", unknown product 0x1603 (class DASP subclass miscellaneous, rev 0x09) at pci0 dev 4 function 0 not configured "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi azalia_reset: resetting azalia_reset: reset counter = 5000 azalia_reset: reset counter = 4982 azalia1: host: High Definition Audio rev. 1.0 azalia1: host: 4 output, 4 input, and 0 bidi streams azalia1: found a codec at #0 azalia_init_corb: CORB allocation succeeded. azalia_init_corb: CORBWP=0; size=256 azalia_init_rirb: RIRB allocation succeeded. azalia_init_rirb: RIRBRP=0, size=256 azalia1: codec[0] vid 0x10ec0288, subid 0x06651028, rev. 0.3, HDA version 1.0 azalia1: nidstart=1 #functions=1 azalia_codec_init: FTYPE result = 0x00000101 azalia_codec_init: There are 35 widgets in the audio function. encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> inamp: mute=0 size=0 steps=0 offset=0 outamp: mute=0 size=0 steps=0 offset=0 gpio: wake=0 unsol=1 gpis=0 gpos=0 gpios=8 azalia1: dac02 wcap=41d<POWER,FORMATOV,AMPOV,OUTAMP,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> outamp: mute=0 size=1 steps=127 offset=127 azalia1: dac03 wcap=41d<POWER,FORMATOV,AMPOV,OUTAMP,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> outamp: mute=0 size=1 steps=127 offset=127 azalia1: vendor04 wcap=f00000 azalia1: vendor05 wcap=f00000 azalia1: dac06 wcap=611<POWER,DIGITAL,FORMATOV,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> azalia1: vendor07 wcap=f00000 azalia1: adc08 wcap=10051b<POWER,CONNLIST,FORMATOV,AMPOV,INAMP,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> inamp: mute=1 size=1 steps=127 offset=67 connections=0x23; selected=0x23 azalia1: adc09 wcap=10051b<POWER,CONNLIST,FORMATOV,AMPOV,INAMP,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> inamp: mute=1 size=1 steps=127 offset=67 connections=0x22; selected=0x22 azalia1: vendor0a wcap=f00000 azalia1: mix0b wcap=20010b<CONNLIST,AMPOV,INAMP,STEREO> inamp: mute=1 size=5 steps=31 offset=23 connections=0x18,0x19,0x1a,0x1d; selected=0x18 azalia1: mix0c wcap=20010b<CONNLIST,AMPOV,INAMP,STEREO> inamp: mute=1 size=0 steps=0 offset=0 connections=0x2,0xb; selected=0x2 azalia1: mix0d wcap=20010b<CONNLIST,AMPOV,INAMP,STEREO> inamp: mute=1 size=0 steps=0 offset=0 connections=0x3; selected=0x3 azalia1: vendor0e wcap=f00000 azalia1: vendor0f wcap=f00000 azalia1: vendor10 wcap=f00000 azalia1: adc11 wcap=10051b<POWER,CONNLIST,FORMATOV,AMPOV,INAMP,STEREO> encodings=1<PCM> PCM formats=e0060<24bit,20bit,16bit,48kHz,44.1kHz> inamp: mute=1 size=1 steps=127 offset=67 connections=0x24; selected=0x24 azalia1: unknown12 wcap=40040b<POWER,AMPOV,INAMP,STEREO> cap=20<INPUT> [02/00] color=unknown device=mic conn=fixed conntype=digital location=n/a chassis=internal special=none inamp: mute=0 size=39 steps=3 offset=0 azalia1: unknown13 wcap=40040b<POWER,AMPOV,INAMP,STEREO> cap=20<INPUT> [00/00] color=unknown device=line conn=none conntype=unknown location=n/a chassis=external special=none inamp: mute=0 size=39 steps=3 offset=0 azalia1: unknown14 wcap=40050d<POWER,CONNLIST,AMPOV,OUTAMP,STEREO> cap=10010<EAPD,OUTPUT> [01/00] color=unknown device=spkr conn=fixed conntype=analog location=n/a chassis=internal special=none outamp: mute=1 size=0 steps=0 offset=0 connections=0xc,0xd; selected=0xc azalia1: vendor15 wcap=f00000 azalia1: vendor16 wcap=f00000 azalia1: black17 wcap=40058d<POWER,CONNLIST,UNSOL,AMPOV,OUTAMP,STEREO> cap=1001c<EAPD,OUTPUT,HEADPHONE,PRESENCE> [15/00] color=black device=spkr conn=none conntype=1/8 location=rear chassis=external special=none outamp: mute=1 size=0 steps=0 offset=0 connections=0xc,0xd; selected=0xc azalia1: black18 wcap=40048b<POWER,UNSOL,AMPOV,INAMP,STEREO> cap=3724<VREF100,VREF80,VREFGND,VREF50,VREFHIZ,INPUT,PRESENCE> [15/00] color=black device=spkr conn=none conntype=1/8 location=rear chassis=external special=none inamp: mute=0 size=39 steps=3 offset=0 azalia1: black19 wcap=40048b<POWER,UNSOL,AMPOV,INAMP,STEREO> cap=3724<VREF100,VREF80,VREFGND,VREF50,VREFHIZ,INPUT,PRESENCE> [15/00] color=black device=spkr conn=none conntype=1/8 location=rear chassis=external special=none inamp: mute=0 size=39 steps=3 offset=0 azalia1: black1a wcap=40058f<POWER,CONNLIST,UNSOL,AMPOV,OUTAMP,INAMP,STEREO> cap=1373c<EAPD,VREF100,VREF80,VREFGND,VREF50,VREFHIZ,INPUT,OUTPUT,HEADPHONE,PRESENCE> [15/00] color=black device=spkr conn=none conntype=1/8 location=rear chassis=external special=none inamp: mute=0 size=39 steps=3 offset=0 outamp: mute=1 size=0 steps=0 offset=0 connections=0xc,0xd; selected=0xc azalia1: vendor1b wcap=f00000 azalia1: vendor1c wcap=f00000 azalia1: purple1d wcap=400400<POWER> cap=20<INPUT> [02/13] color=purple device=modem-handset conn=none conntype=digital location=n/a chassis=external special=none azalia1: black1e wcap=400701<POWER,DIGITAL,CONNLIST,STEREO> cap=10<OUTPUT> [15/00] color=black device=spkr conn=none conntype=1/8 location=rear chassis=external special=none connections=0x6; selected=0x6 azalia1: vendor1f wcap=f00000 azalia1: vendor20 wcap=f00040<PROC> azalia1: black21 wcap=40058d<POWER,CONNLIST,UNSOL,AMPOV,OUTAMP,STEREO> cap=1c<OUTPUT,HEADPHONE,PRESENCE> [01/15] color=black device=hp conn=jack conntype=1/8 location=left chassis=external special=none outamp: mute=1 size=0 steps=0 offset=0 connections=0xc,0xd; selected=0xc azalia1: sel22 wcap=300101<CONNLIST,STEREO> connections=0x18,0x19,0x1a,0x1d,0xb,0x12; selected=0x18 azalia1: sel23 wcap=300101<CONNLIST,STEREO> connections=0x18,0x19,0x1a,0x1d,0xb,0x13; selected=0x1a azalia1: sel24 wcap=300101<CONNLIST,STEREO> connections=0x12,0x13; selected=0x12 azalia_codec_sort_pins: analog out pins: 0x21->0x02 azalia_codec_sort_pins: digital out pins: azalia_codec_sort_pins: analog in pins: 0x12->0x11 azalia_codec_sort_pins: digital in pins: azalia1: dacgroup[0]: 02 03 azalia1: adcgroup[0]: 11 09 azalia1: codecs: Realtek/0x0288 audio0 at azalia1 audio0: wskbd using outputs.master, mute control audio0: wskbd using record.volume, mute control ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi pci1 at ppb0 bus 1 rtsx0 at pci1 dev 0 function 0 "Realtek RTS5249 Card Reader" rev 0x01: msi sdmmc0 at rtsx0 ppb1 at pci0 dev 28 function 3 "Intel 9 Series PCIE" rev 0xe3: msi pci2 at ppb1 bus 2 iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 7265" rev 0x59, msi ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 21 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03 ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3 ahci0: port 3: 6.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 3 lun 0: <ATA, LITEON L8H-256V2, F881> SCSI3 0/direct fixed t10.ATA_LITEON_L8H-256V2G-11_M.2_2280_256GB_TW0MGNHV5508556A4111 sd0: 244198MB, 512 bytes/sector, 500118192 sectors, thin ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18 iic0 at ichiic0 "Intel 9 Series Thermal" rev 0x03 at pci0 dev 31 function 6 not configured isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 pms0: Synaptics clickpad, firmware 8.1 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 uhub1 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2 uvideo0 at uhub1 port 5 configuration 1 interface 0 "CKFEH41F301030003940 Integrated_Webcam_HD" rev 2.01/48.14 addr 3 video0 at uvideo0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed sd1: 244190MB, 512 bytes/sector, 500102858 sectors root on sd1a (7a6b9a4ff7e5faa1.a) swap on sd1b dump on sd1b iwm0: hw rev 0x210, fw ver 25.228 (API ver 9), address 5c:e0:c5:1f:ad:c4 pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) audio0: setpar: req enc=10 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=2 audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=2 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=600, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) audio0: setinfo: set = 0, mode = 3, pause = 0 audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: drain: mode = 3, pause = 1, active = 0, used = 0 audio0: close: done pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=600, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=576, nblks=2 audio0: setinfo: set = 1, mode = 3, pause = 1 audio0: setpar: req enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 audio0: hw block size multiplier: 256 audio0: play number of frames multiplier: 64 audio0: record number of frames multiplier: 64 audio0: least common number of frames multiplier: 64 audio0: frame number range: 64..8192 audio0: setpar: new enc=6 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=8 pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) audio0: setinfo: set = 0, mode = 3, pause = 0 pms0: not in sync yet, discard input (state 3) audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: setinfo: set = 0, mode = 3, pause = 1 audio0: drain: mode = 3, pause = 1, active = 0, used = 0 audio0: close: done pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 0) pms0: not in sync yet, discard input (state 3) pms0: not in sync yet, discard input (state 0) audioctl: name=HD-Audio encodings=slinear_le:16:2:1,slinear_le:20:4:1,slinear_le:24:4:1 properties=full_duplex,independent hiwat=8 lowat=8 mode= play.rate=48000 play.channels=2 play.precision=16 play.bps=2 play.msb=1 play.encoding=slinear_le play.pause=1 play.active=0 play.block_size=3840 play.bytes=0 play.errors=0 record.rate=48000 record.channels=2 record.precision=16 record.bps=2 record.msb=1 record.encoding=slinear_le record.pause=1 record.active=0 record.block_size=3840 record.bytes=0 record.errors=0 mixerctl: inputs.dac-0:1=126,126 inputs.dac-2:3=126,126 record.adc-2:3_mute=off record.adc-2:3=126,126 inputs.mix_source=dac-0:1 inputs.mix2_source=dac-2:3 record.adc-0:1_mute=off record.adc-0:1=126,126 inputs.mic=85,85 outputs.spkr_source=mix2 outputs.spkr_mute=off outputs.spkr_eapd=on outputs.hp_source=mix outputs.hp_mute=off outputs.hp_boost=off record.adc-2:3_source=mic record.adc-0:1_source=mic outputs.hp_sense=unplugged outputs.spkr_muters=hp outputs.master=126,126 outputs.master.mute=off outputs.master.slaves=dac-0:1,dac-2:3,spkr,hp record.volume=126,126 record.volume.mute=off record.volume.slaves=adc-2:3,adc-0:1