* New sound device question
@ 2010-12-24 13:41 Laurent Epinat
2010-12-26 11:20 ` Clemens Ladisch
2010-12-26 18:51 ` Intel-HDA Realtek Codec // double matching PCI IDs Thomas Wagner
0 siblings, 2 replies; 5+ messages in thread
From: Laurent Epinat @ 2010-12-24 13:41 UTC (permalink / raw)
To: alsa-devel
Hello All
I'm a newbie in this group and the sound systems.
I try to developpe a usb sound driver for a Alesis Multix 8 USB2.0
http://www.alesis.com/multimix8usb20
The output interface is allready fonctional, but the Input not :-(
Because there is 2 end point for it. The first one is on Isochronous
mode and the other is on Bulk mode
I don't know how to declare the second endpoint in the quirks_table.
Where can I get a good documentation or help about the alsa USB sound
structure.
The only informations I have about the devices, are dump from windows
thanks
--
Salutations
__
/----------------\ |~~\______/====\__ |
( Laurent Epinat )---- \LE______======= )-+
\----------------/ ----|/-- |
mailto:l.epinat@free.fr (O)
http://lepinat.free.fr
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New sound device question
2010-12-24 13:41 New sound device question Laurent Epinat
@ 2010-12-26 11:20 ` Clemens Ladisch
2010-12-26 20:11 ` Laurent Epinat
2010-12-26 18:51 ` Intel-HDA Realtek Codec // double matching PCI IDs Thomas Wagner
1 sibling, 1 reply; 5+ messages in thread
From: Clemens Ladisch @ 2010-12-26 11:20 UTC (permalink / raw)
To: Laurent Epinat, alsa-devel
Laurent Epinat wrote:
> I try to developpe a usb sound driver for a Alesis Multix 8 USB2.0
>
> http://www.alesis.com/multimix8usb20
>
> The output interface is allready fonctional, but the Input not :-(
> Because there is 2 end point for it. The first one is on Isochronous
> mode and the other is on Bulk mode
>
> I don't know how to declare the second endpoint in the quirks_table.
There is no predefined quirk for such an endpoint; you'd have to write
your own code.
> Where can I get a good documentation or help about the alsa USB sound
> structure.
At the moment, the only documentation is the source code.
> The only informations I have about the devices, are dump from windows
What is the bulk endpoint used for?
Regards,
Clemens
^ permalink raw reply [flat|nested] 5+ messages in thread
* Intel-HDA Realtek Codec // double matching PCI IDs
2010-12-24 13:41 New sound device question Laurent Epinat
2010-12-26 11:20 ` Clemens Ladisch
@ 2010-12-26 18:51 ` Thomas Wagner
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Wagner @ 2010-12-26 18:51 UTC (permalink / raw)
To: alsa-devel
Hello there,
I am in trouble with Sound on my Asus N53Jf Notebook.
Full Story at : https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5188
Raymond noticed that My and the ASUS N63Jn share the same PCI ID.
Forcing ALSA to BIOS autoprobe is my current workaround.
The PCI QUIRK for N63Jn spoils the Autodetect for my N53Jf.
Second Issue the "Subwoofer" isn´t connected.
I think it´s like the
ALC269_FIXUP_ASUS_G73JW
I didn´t find a way to seperate both Hardware behaviours...
Or is it an mistake ?
Maybe someone give me an hint?
Through the code I can´t understand the whole design/Structure.
Sorry,
Thomas
---
thomas@arthur:~$ lspci -vvvvvnnnnnnnnnnnn
...
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series
Chipset High Definition Audio [8086:3b56] (rev 06)
Subsystem: ASUSTeK Computer Inc. Device [1043:1113]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 49
Region 0: Memory at d9c00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
---
thomas@arthur:~$ dmesg | grep ALSA
[ 6.926061] ALSA sound/pci/hda/hda_intel.c:2530: chipset global
capabilities = 0x4401
[ 6.951268] ALSA sound/pci/hda/hda_intel.c:913: codec_mask = 0x1
[ 6.951435] ALSA sound/pci/hda/hda_intel.c:1351: codec #0 probed OK
[ 7.100521] ALSA sound/pci/hda/patch_realtek.c:1524: SKU: Nid=0x1d
sku_cfg=0x40079a2d
[ 7.100526] ALSA sound/pci/hda/patch_realtek.c:1526: SKU:
port_connectivity=0x1
[ 7.100529] ALSA sound/pci/hda/patch_realtek.c:1527: SKU:
enable_pcbeep=0x0
[ 7.100531] ALSA sound/pci/hda/patch_realtek.c:1528: SKU:
check_sum=0x00000007
[ 7.100533] ALSA sound/pci/hda/patch_realtek.c:1529: SKU:
customization=0x0000009a
[ 7.100536] ALSA sound/pci/hda/patch_realtek.c:1530: SKU:
external_amp=0x5
[ 7.100538] ALSA sound/pci/hda/patch_realtek.c:1531: SKU:
platform_type=0x1
[ 7.100540] ALSA sound/pci/hda/patch_realtek.c:1532: SKU: swap=0x0
[ 7.100542] ALSA sound/pci/hda/patch_realtek.c:1533: SKU: override=0x1
[ 7.100941] ALSA sound/pci/hda/hda_codec.c:3726: hda_codec: model
'#4' is selected for config 1043:1113 (ASUS N63Jn)
[ 7.100949] ALSA sound/pci/hda/hda_codec.c:4630: autoconfig:
line_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 7.100952] ALSA sound/pci/hda/hda_codec.c:4634: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 7.100955] ALSA sound/pci/hda/hda_codec.c:4638: hp_outs=1
(0x21/0x0/0x0/0x0/0x0)
[ 7.100958] ALSA sound/pci/hda/hda_codec.c:4639: mono: mono_out=0x0
[ 7.100960] ALSA sound/pci/hda/hda_codec.c:4642: dig-out=0x1e/0x0
[ 7.100962] ALSA sound/pci/hda/hda_codec.c:4643: inputs:
[ 7.100964] ALSA sound/pci/hda/hda_codec.c:4647: Mic=0x18
[ 7.100967] ALSA sound/pci/hda/hda_codec.c:4647: Internal Mic=0x19
[ 7.100969] ALSA sound/pci/hda/hda_codec.c:4649:
[ 7.101464] ALSA sound/pci/hda/patch_realtek.c:1581: realtek: No
valid SSID, checking pincfg 0x40079a2d for NID 0x1d
[ 7.101467] ALSA sound/pci/hda/patch_realtek.c:1597: realtek:
Enabling init ASM_ID=0x9a2d CODEC_ID=10ec0269
[ 7.101470] ALSA sound/pci/hda/patch_realtek.c:1411: realtek: Enable
HP auto-muting on NID 0x21
[ 7.101475] ALSA sound/pci/hda/patch_realtek.c:1456: realtek: Enable
auto-mic switch on NID 0x18/0x19
[ 8.103979] ALSA sound/pci/hda/hda_intel.c:706: azx_get_response
timeout, polling the codec once: last cmd=0x023b0000
[ 8.106522] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Front Playback Volume, skipped
[ 8.106525] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Surround Playback Volume, skipped
[ 8.106528] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Center Playback Volume, skipped
[ 8.106530] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
LFE Playback Volume, skipped
[ 8.106533] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Side Playback Volume, skipped
[ 8.106536] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Headphone Playback Volume, skipped
[ 8.106541] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Mono Playback Volume, skipped
[ 8.106544] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Line-Out Playback Volume, skipped
[ 8.106546] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
PCM Playback Volume, skipped
[ 8.106552] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Front Playback Switch, skipped
[ 8.106555] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Surround Playback Switch, skipped
[ 8.106557] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Center Playback Switch, skipped
[ 8.106560] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
LFE Playback Switch, skipped
[ 8.106563] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Side Playback Switch, skipped
[ 8.106567] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Mono Playback Switch, skipped
[ 8.106572] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
Line-Out Playback Switch, skipped
[ 8.106574] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave
PCM Playback Switch, skipped
[ 20.330511] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 20.330532] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 20.330683] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 20.627244] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 20.627254] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 77.245942] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 77.316467] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 77.316487] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 77.316493] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 77.318191] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 77.318195] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 77.654029] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 77.654049] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 77.654055] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 77.655089] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 77.655093] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 77.656024] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 77.656037] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 77.656042] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 77.656254] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 77.656257] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 78.816820] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 78.816840] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 78.816846] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 87.131884] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 87.131893] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 94.313660] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 94.313679] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 94.313685] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 107.788608] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 107.788659] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
[ 108.329971] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare:
bufsize=0x10000, format=0x31
[ 108.329991] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 108.329998] ALSA sound/pci/hda/hda_codec.c:1227:
hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 121.804827] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x3
[ 121.804834] ALSA sound/pci/hda/hda_codec.c:1290:
hda_codec_cleanup_stream: NID=0x6
thomas@arthur:~$
---
patch_realtek.c
static struct snd_pci_quirk alc269_cfg_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_QUANTA_FL1),
SND_PCI_QUIRK(0x1025, 0x047c, "ACER ZGA", ALC271_ACER),
SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
ALC269_AMIC),
SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269VB_AMIC),
SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269VB_AMIC), <-----
Quirk spoils Autodetect.
SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269VB_AMIC),
---
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New sound device question
2010-12-26 11:20 ` Clemens Ladisch
@ 2010-12-26 20:11 ` Laurent Epinat
0 siblings, 0 replies; 5+ messages in thread
From: Laurent Epinat @ 2010-12-26 20:11 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel
Hello
Thanks for the answer
Le 26.12.2010 12:20, Clemens Ladisch a écrit :
> Laurent Epinat wrote:
>> I try to developpe a usb sound driver for a Alesis Multix 8 USB2.0
>>
>> http://www.alesis.com/multimix8usb20
>>
>> The output interface is allready fonctional, but the Input not :-(
>> Because there is 2 end point for it. The first one is on Isochronous
>> mode and the other is on Bulk mode
>>
>> I don't know how to declare the second endpoint in the quirks_table.
>
> There is no predefined quirk for such an endpoint; you'd have to write
> your own code.
>
>> Where can I get a good documentation or help about the alsa USB sound
>> structure.
>
> At the moment, the only documentation is the source code.
>
>> The only informations I have about the devices, are dump from windows
>
> What is the bulk endpoint used for?
I don't know exactly,
I think the Isochrone endpoint is used for control and the bulk one is
the data, because the size is bigger and the interval is short than the
isochrone one
on the device you can record 10 inputs channels at the same time
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 1
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 5
Transfer Type Isochronous
Synch Type Asynchronous
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x86 EP 6 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 1
> Regards,
> Clemens
>
--
Salutations
^ permalink raw reply [flat|nested] 5+ messages in thread
* Intel-HDA Realtek Codec // double matching PCI IDs
@ 2010-12-28 15:49 Thomas Wagner
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Wagner @ 2010-12-28 15:49 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 32330 bytes --]
I tried to patch, but it´s no solution !
It´s working for me.
Maybe someone have a look.
If the N63Jn´s ID is true there must be another difference to detect the
right codec...
---
root@arthur:/usr/src/linux-2.6.37-rc7/sound/pci/hda# uname -r && diff -u
/usr/src/l2.6.37-rc7/sound/pci/hda/patch_realtek.c ./patch_realtek.c
2.6.37-rc7-git3
--- /usr/src/l2.6.37-rc7/sound/pci/hda/patch_realtek.c 2010-12-28
15:37:10.900000008 +0100
+++ ./patch_realtek.c 2010-12-28 15:23:09.390000004 +0100
@@ -14854,6 +14854,7 @@
SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z",
ALC269_FIXUP_DELL_M101Z),
SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14",
ALC269_FIXUP_SKU_IGNORE),
SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510",
ALC269_FIXUP_SKU_IGNORE),
+ SND_PCI_QUIRK(0x1043, 0x1113, "Asus N53Jf",
ALC269_FIXUP_ASUS_G73JW), // Connect Subwoofer "Asus Sonic Master"
SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw",
ALC269_FIXUP_ASUS_G73JW),
{}
};
@@ -14878,7 +14879,11 @@
SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
ALC269_AMIC),
SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269VB_AMIC),
- SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269VB_AMIC),
+
+// SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269VB_AMIC),
// PCI ID Collide with Asus N53Jf
+
// and spoil Codec
+ SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N53Jf", ALC269_AUTO),
+
SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269VB_AMIC),
SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_AMIC),
SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269VB_AMIC),
root@arthur:/usr/src/linux-2.6.37-rc7/sound/pci/hda#
--
Alsa Info
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Tue Dec 28 14:47:51 UTC 2010
!!Linux Distribution
!!------------------
Debian GNU/Linux 6.0 \n \l
!!DMI Information
!!---------------
Manufacturer: ASUSTeK Computer Inc.
Product Name: N53Jf
!!Kernel Information
!!------------------
Kernel release: 2.6.37-rc7-git3
Operating System: GNU/Linux
Architecture: i686
Processor: unknown
SMP Enabled: Yes
!!ALSA Version
!!------------
Driver version: 1.0.23
Library version: 1.0.23
Utilities version: 1.0.23
!!Loaded ALSA modules
!!-------------------
snd_hda_intel
!!Sound Servers on this system
!!----------------------------
aRts:
Installed - Yes (/usr/bin/artsd)
Running - No
Jack:
Installed - Yes (/usr/bin/jackd)
Running - No
!!Soundcards recognised by ALSA
!!-----------------------------
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xd9c00000 irq 49
!!PCI Soundcards installed in the system
!!--------------------------------------
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
!!Advanced information - PCI Vendor/Device/Susbsystem ID's
!!--------------------------------------------------------
00:1b.0 0403: 8086:3b56 (rev 06)
Subsystem: 1043:1113
!!Modprobe options (Sound related)
!!--------------------------------
snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-pcsp: index=-2
snd-usb-audio: index=-2
snd-intel-hda: model=auto
snd_intel_hda: model=auto
!!Loaded sound module options
!!--------------------------
!!Module: snd_hda_intel
bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
beep_mode : 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : -1
id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
power_save : 0
power_save_controller : Y
probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
single_cmd : N
!!HDA-Intel Codec information
!!---------------------------
--startcollapse--
Codec: Realtek ALC269VB
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x10ec0269
Subsystem Id: 0x10431113
Revision Id: 0x100100
No Modem Function Group found
Default PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0x1d: Stereo Amp-Out
Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
Amp-Out vals: [0x00 0x00]
Converter: stream=0, channel=0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Node 0x03 [Audio Output] wcaps 0x1d: Stereo Amp-Out
Control: name="Speaker Playback Volume", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
Device: name="ALC269VB Analog", type="Audio", device=0
Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
Amp-Out vals: [0x3b 0x3b]
Converter: stream=5, channel=0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
Control: name="IEC958 Playback Con Mask", index=0, device=0
Control: name="IEC958 Playback Pro Mask", index=0, device=0
Control: name="IEC958 Playback Default", index=0, device=0
Control: name="IEC958 Playback Switch", index=0, device=0
Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
Device: name="ALC269VB Digital", type="SPDIF", device=1
Converter: stream=5, channel=0
Digital: Enabled
Digital category: 0x0
PCM:
rates [0x5e0]: 44100 48000 88200 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x08 [Audio Input] wcaps 0x10011b: Stereo Amp-In
Control: name="Capture Switch", index=0, device=0
Control: name="Capture Volume", index=0, device=0
Device: name="ALC269VB Analog", type="Audio", device=0
Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
Amp-In vals: [0x9e 0x9e]
Converter: stream=0, channel=0
SDI-Select: 0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Connection: 1
0x23
Node 0x09 [Audio Input] wcaps 0x10011b: Stereo Amp-In
Control: name="Capture Switch", index=1, device=0
Control: name="Capture Volume", index=1, device=0
Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
Amp-In vals: [0x17 0x17]
Converter: stream=0, channel=0
SDI-Select: 0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Connection: 1
0x22
Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
Amp-In vals: [0x97 0x97] [0x97 0x97] [0x97 0x97] [0x97 0x97] [0x97 0x97]
Connection: 5
0x18 0x19 0x1a 0x1b 0x1d
Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x00 0x00]
Connection: 2
0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x00 0x00]
Connection: 2
0x03 0x0b
Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00] [0x00]
Connection: 2
0x02 0x0b
Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x12 [Pin Complex] wcaps 0x40000b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
Amp-In vals: [0x00 0x00]
Pincap 0x00000020: IN
Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
Conn = 1/8, Color = Black
DefAssociation = 0xf, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x00:
Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x00010014: OUT EAPD Detect
EAPD 0x2: EAPD
Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
Conn = 1/8, Color = Black
DefAssociation = 0xf, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 2
0x0c* 0x0d
Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x17 [Pin Complex] wcaps 0x40010c: Mono Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00]
Pincap 0x00000010: OUT
Pin Default 0x99130111: [Fixed] Speaker at Int ATAPI
Conn = ATAPI, Color = Unknown
DefAssociation = 0x1, Sequence = 0x1
Misc = NO_PRESENCE
Pin-ctls: 0x40: OUT
Connection: 1
0x0f
Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
Control: name="Mic Boost", index=0, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
Amp-In vals: [0x03 0x03]
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x00001734: IN OUT Detect
Vref caps: HIZ 50 GRD 80
Pin Default 0x01a19830: [Jack] Mic at Ext Rear
Conn = 1/8, Color = Pink
DefAssociation = 0x3, Sequence = 0x0
Pin-ctls: 0x24: IN VREF_80
Unsolicited: tag=08, enabled=1
Connection: 1
0x0d
Node 0x19 [Pin Complex] wcaps 0x40008b: Stereo Amp-In
Control: name="Internal Mic Boost", index=1, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
Amp-In vals: [0x03 0x03]
Pincap 0x00001724: IN Detect
Vref caps: HIZ 50 GRD 80
Pin Default 0x99a3093f: [Fixed] Mic at Int ATAPI
Conn = ATAPI, Color = Unknown
DefAssociation = 0x3, Sequence = 0xf
Misc = NO_PRESENCE
Pin-ctls: 0x24: IN VREF_80
Unsolicited: tag=00, enabled=0
Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
Amp-In vals: [0x00 0x00]
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000003c: IN OUT HP Detect
Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
Conn = 1/8, Color = Black
DefAssociation = 0xf, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x20: IN
Unsolicited: tag=00, enabled=0
Connection: 2
0x0c* 0x0d
Node 0x1b [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
Control: name="Speaker Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
Amp-In vals: [0x00 0x00]
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x00000034: IN OUT Detect
Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
Conn = ATAPI, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 2
0x0c 0x0d*
Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1d [Pin Complex] wcaps 0x400000: Mono
Pincap 0x00000020: IN
Pin Default 0x40079a2d: [N/A] Line Out at Ext N/A
Conn = Analog, Color = Pink
DefAssociation = 0x2, Sequence = 0xd
Pin-ctls: 0x20: IN
Node 0x1e [Pin Complex] wcaps 0x400381: Stereo Digital
Pincap 0x00000014: OUT Detect
Pin Default 0x99430120: [Fixed] SPDIF Out at Int ATAPI
Conn = ATAPI, Color = Unknown
DefAssociation = 0x2, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 1
0x06
Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
Processing caps: benign=0, ncoeff=25
Node 0x21 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Control: name="Headphone Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0000001c: OUT HP Detect
Pin Default 0x0121401f: [Jack] HP Out at Ext Rear
Conn = 1/8, Color = Green
DefAssociation = 0x1, Sequence = 0xf
Pin-ctls: 0xc0: OUT HP
Unsolicited: tag=04, enabled=1
Connection: 2
0x0c 0x0d*
Node 0x22 [Audio Selector] wcaps 0x30010b: Stereo Amp-In
Amp-In caps: N/A
Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
Connection: 7
0x18* 0x19 0x1a 0x1b 0x1d 0x0b 0x12
Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
Connection: 6
0x18 0x19 0x1a 0x1b 0x1d 0x0b
--endcollapse--
!!ALSA Device nodes
!!-----------------
crw-rw---- 1 root audio 116, 8 Dec 28 15:28 /dev/snd/controlC0
crw-rw---- 1 root audio 116, 7 Dec 28 15:28 /dev/snd/hwC0D0
crw-rw---- 1 root audio 116, 6 Dec 28 15:28 /dev/snd/pcmC0D0c
crw-rw---- 1 root audio 116, 5 Dec 28 15:33 /dev/snd/pcmC0D0p
crw-rw---- 1 root audio 116, 4 Dec 28 15:28 /dev/snd/pcmC0D1p
crw-rw---- 1 root audio 116, 3 Dec 28 15:28 /dev/snd/seq
crw-rw---- 1 root audio 116, 2 Dec 28 15:28 /dev/snd/timer
/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 60 Dec 28 15:28 .
drwxr-xr-x 3 root root 200 Dec 28 15:28 ..
lrwxrwxrwx 1 root root 12 Dec 28 15:28 pci-0000:00:1b.0 -> ../controlC0
!!Aplay/Arecord output
!!------------
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC269VB Digital [ALC269VB Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
ARECORD
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
!!Amixer output
!!-------------
!!-------Mixer controls for card 0 [Intel]
Card hw:0 'Intel'/'HDA Intel at 0xd9c00000 irq 49'
Mixer name : 'Realtek ALC269VB'
Components : 'HDA:10ec0269,10431113,00100100'
Controls : 18
Simple ctrls : 11
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 87
Mono: Playback 60 [69%] [-20.25dB] [on]
Simple mixer control 'Headphone',0
Capabilities: pswitch penum
Playback channels: Front Left - Front Right
Mono:
Front Left: Playback [on]
Front Right: Playback [on]
Simple mixer control 'Speaker',0
Capabilities: pvolume pswitch penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 87
Mono:
Front Left: Playback 86 [99%] [0.75dB] [on]
Front Right: Playback 86 [99%] [0.75dB] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB]
Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Mic Boost',0
Capabilities: volume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958 Default PCM',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch penum
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 30 [97%] [28.50dB] [off]
Front Right: Capture 30 [97%] [28.50dB] [off]
Simple mixer control 'Capture',1
Capabilities: cvolume cswitch penum
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 23 [74%] [18.00dB] [on]
Front Right: Capture 23 [74%] [18.00dB] [on]
Simple mixer control 'Digital',0
Capabilities: cvolume penum
Capture channels: Front Left - Front Right
Limits: Capture 0 - 120
Front Left: Capture 120 [100%] [30.00dB]
Front Right: Capture 120 [100%] [30.00dB]
Simple mixer control 'Internal Mic Boost',1
Capabilities: volume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
!!Alsactl output
!!-------------
--startcollapse--
state.Intel {
control.1 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 87'
comment.dbmin -6525
comment.dbmax 0
iface MIXER
name 'Speaker Playback Volume'
value.0 86
value.1 86
}
control.2 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Speaker Playback Switch'
value.0 true
value.1 true
}
control.3 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Headphone Playback Switch'
value.0 true
value.1 true
}
control.4 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 3'
comment.dbmin 0
comment.dbmax 3600
iface MIXER
name 'Mic Boost'
value.0 3
value.1 3
}
control.5 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 3'
comment.dbmin 0
comment.dbmax 3600
iface MIXER
name 'Internal Mic Boost'
index 1
value.0 3
value.1 3
}
control.6 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Capture Switch'
value.0 false
value.1 false
}
control.7 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Capture Switch'
index 1
value.0 true
value.1 true
}
control.8 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 31'
comment.dbmin -1650
comment.dbmax 3000
iface MIXER
name 'Capture Volume'
value.0 30
value.1 30
}
control.9 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 31'
comment.dbmin -1650
comment.dbmax 3000
iface MIXER
name 'Capture Volume'
index 1
value.0 23
value.1 23
}
control.10 {
comment.access read
comment.type IEC958
comment.count 1
iface MIXER
name 'IEC958 Playback Con Mask'
value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
}
control.11 {
comment.access read
comment.type IEC958
comment.count 1
iface MIXER
name 'IEC958 Playback Pro Mask'
value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
}
control.12 {
comment.access 'read write'
comment.type IEC958
comment.count 1
iface MIXER
name 'IEC958 Playback Default'
value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
}
control.13 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'IEC958 Playback Switch'
value true
}
control.14 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'IEC958 Default PCM Playback Switch'
value true
}
control.15 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 87'
comment.dbmin -6525
comment.dbmax 0
iface MIXER
name 'Master Playback Volume'
value 60
}
control.16 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Master Playback Switch'
value true
}
control.17 {
comment.access 'read write user'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
comment.tlv '0000000100000008ffffec1400000014'
comment.dbmin -5100
comment.dbmax 0
iface MIXER
name 'PCM Playback Volume'
value.0 255
value.1 255
}
control.18 {
comment.access 'read write user'
comment.type INTEGER
comment.count 2
comment.range '0 - 120'
comment.tlv '0000000100000008fffff44800000032'
comment.dbmin -3000
comment.dbmax 3000
iface MIXER
name 'Digital Capture Volume'
value.0 120
value.1 120
}
}
--endcollapse--
!!All Loaded Modules
!!------------------
Module
binfmt_misc
loop
i915
drm_kms_helper
drm
i2c_algo_bit
snd_hda_codec_realtek
snd_hda_intel
snd_hda_codec
snd_hwdep
snd_pcm_oss
snd_mixer_oss
snd_pcm
snd_seq
snd_timer
snd_seq_device
snd
iwlagn
video
asus_laptop
btusb
output
sparse_keymap
evdev
uvcvideo
psmouse
iwlcore
snd_page_alloc
wmi
usbhid
atl1c
!!Sysfs Files
!!-----------
/sys/class/sound/hwC0D0/init_pin_configs:
0x12 0x411111f0
0x14 0x411111f0
0x17 0x411111f0
0x18 0x01a19830
0x19 0x99a3093f
0x1a 0x411111f0
0x1b 0x99130110
0x1d 0x40079a2d
0x1e 0x99430120
0x21 0x0121401f
/sys/class/sound/hwC0D0/driver_pin_configs:
0x17 0x99130111
/sys/class/sound/hwC0D0/user_pin_configs:
/sys/class/sound/hwC0D0/init_verbs:
!!ALSA/HDA dmesg
!!------------------
[ 7.140452] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 7.760717] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 7.760839] HDA Intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 7.760902] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 7.760912] ALSA sound/pci/hda/hda_intel.c:2530: chipset global capabilities = 0x4401
[ 7.839383] ALSA sound/pci/hda/hda_intel.c:913: codec_mask = 0x1
[ 7.839687] ALSA sound/pci/hda/hda_intel.c:1351: codec #0 probed OK
[ 8.018570] ALSA sound/pci/hda/patch_realtek.c:1524: SKU: Nid=0x1d sku_cfg=0x40079a2d
[ 8.018581] ALSA sound/pci/hda/patch_realtek.c:1526: SKU: port_connectivity=0x1
[ 8.018587] ALSA sound/pci/hda/patch_realtek.c:1527: SKU: enable_pcbeep=0x0
[ 8.018594] ALSA sound/pci/hda/patch_realtek.c:1528: SKU: check_sum=0x00000007
[ 8.018601] ALSA sound/pci/hda/patch_realtek.c:1529: SKU: customization=0x0000009a
[ 8.018608] ALSA sound/pci/hda/patch_realtek.c:1530: SKU: external_amp=0x5
[ 8.018615] ALSA sound/pci/hda/patch_realtek.c:1531: SKU: platform_type=0x1
[ 8.018621] ALSA sound/pci/hda/patch_realtek.c:1532: SKU: swap=0x0
[ 8.018627] ALSA sound/pci/hda/patch_realtek.c:1533: SKU: override=0x1
[ 8.019090] ALSA sound/pci/hda/hda_codec.c:3726: hda_codec: model 'auto' is selected for config 1043:1113 (ASUS N53Jf)
[ 8.019096] ALSA sound/pci/hda/patch_realtek.c:1712: hda_codec: ALC269VB: Apply pincfg for Asus N53Jf
[ 8.019111] ALSA sound/pci/hda/hda_codec.c:4630: autoconfig: line_outs=2 (0x1b/0x17/0x0/0x0/0x0)
[ 8.019116] ALSA sound/pci/hda/hda_codec.c:4634: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 8.019120] ALSA sound/pci/hda/hda_codec.c:4638: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 8.019124] ALSA sound/pci/hda/hda_codec.c:4639: mono: mono_out=0x0
[ 8.019128] ALSA sound/pci/hda/hda_codec.c:4642: dig-out=0x1e/0x0
[ 8.019131] ALSA sound/pci/hda/hda_codec.c:4643: inputs:
[ 8.019134] ALSA sound/pci/hda/hda_codec.c:4647: Mic=0x18
[ 8.019138] ALSA sound/pci/hda/hda_codec.c:4647: Internal Mic=0x19
[ 8.019142] ALSA sound/pci/hda/hda_codec.c:4649:
[ 8.020072] ALSA sound/pci/hda/patch_realtek.c:1581: realtek: No valid SSID, checking pincfg 0x40079a2d for NID 0x1d
[ 8.020077] ALSA sound/pci/hda/patch_realtek.c:1597: realtek: Enabling init ASM_ID=0x9a2d CODEC_ID=10ec0269
[ 8.020082] ALSA sound/pci/hda/patch_realtek.c:1411: realtek: Enable HP auto-muting on NID 0x21
[ 8.020088] ALSA sound/pci/hda/patch_realtek.c:1456: realtek: Enable auto-mic switch on NID 0x18/0x19
[ 8.023742] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Front Playback Volume, skipped
[ 8.023747] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Surround Playback Volume, skipped
[ 8.023751] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Center Playback Volume, skipped
[ 8.023756] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave LFE Playback Volume, skipped
[ 8.023760] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Side Playback Volume, skipped
[ 8.023764] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Headphone Playback Volume, skipped
[ 8.023770] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Mono Playback Volume, skipped
[ 8.023774] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Line-Out Playback Volume, skipped
[ 8.023778] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave PCM Playback Volume, skipped
[ 8.023787] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Front Playback Switch, skipped
[ 8.023792] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Surround Playback Switch, skipped
[ 8.023796] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Center Playback Switch, skipped
[ 8.023800] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave LFE Playback Switch, skipped
[ 8.023804] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Side Playback Switch, skipped
[ 8.023812] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Mono Playback Switch, skipped
[ 8.023819] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave Line-Out Playback Switch, skipped
[ 8.023823] ALSA sound/pci/hda/hda_codec.c:2164: Cannot find slave PCM Playback Switch, skipped
[ 8.024352] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 8.024487] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 10.004618] Adding 3905532k swap on /dev/sda5. Priority:-1 extents:1 across:3905532k
--
[ 19.543476] NFSD: starting 90-second grace period
[ 24.032281] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 24.032301] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 24.032511] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 24.062896] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x3
[ 24.062904] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 25.845885] apm: BIOS not found.
--
[ 59.055664] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
[ 81.168959] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 81.230804] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 81.230824] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 81.230831] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 81.233247] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x3
[ 81.233251] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 81.570625] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 81.570649] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 81.570659] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 81.572936] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x3
[ 81.572943] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 81.575200] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 81.575219] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 81.575229] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 81.575642] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x3
[ 81.575648] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 82.096033] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 82.096057] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 82.096067] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 90.411144] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x3
[ 90.411152] ALSA sound/pci/hda/hda_codec.c:1290: hda_codec_cleanup_stream: NID=0x6
[ 326.983324] ALSA sound/pci/hda/hda_intel.c:1675: azx_pcm_prepare: bufsize=0x10000, format=0x31
[ 326.983343] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x6, stream=0x5, channel=0, format=0x31
[ 326.983348] ALSA sound/pci/hda/hda_codec.c:1227: hda_codec_setup_stream: NID=0x3, stream=0x5, channel=0, format=0x31
[ 329.306843] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 1180.124078] atl1c 0000:06:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
[-- Attachment #2: patch_realtek.c-ausu--n53jf.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]
--- /usr/src/l2.6.37-rc7/sound/pci/hda/patch_realtek.c 2010-12-28 15:37:10.900000008 +0100
+++ ./patch_realtek.c 2010-12-28 15:23:09.390000004 +0100
@@ -14854,6 +14854,7 @@
SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14", ALC269_FIXUP_SKU_IGNORE),
SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),
+ SND_PCI_QUIRK(0x1043, 0x1113, "Asus N53Jf", ALC269_FIXUP_ASUS_G73JW), // Connect Subwoofer "Asus Sonic Master"
SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
{}
};
@@ -14878,7 +14879,11 @@
SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
ALC269_AMIC),
SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269VB_AMIC),
- SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269VB_AMIC),
+
+// SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269VB_AMIC), // PCI ID Collide with Asus N53Jf
+ // and spoil Codec
+ SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N53Jf", ALC269_AUTO),
+
SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269VB_AMIC),
SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_AMIC),
SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269VB_AMIC),
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-28 14:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24 13:41 New sound device question Laurent Epinat
2010-12-26 11:20 ` Clemens Ladisch
2010-12-26 20:11 ` Laurent Epinat
2010-12-26 18:51 ` Intel-HDA Realtek Codec // double matching PCI IDs Thomas Wagner
-- strict thread matches above, loose matches on Subject: below --
2010-12-28 15:49 Thomas Wagner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.