Bug 25002
Summary: | Regression: audio not detected "cannot build controls" | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | adamw, florian, jbarnes, maciej.rutecki, rjw, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37-rc | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 | ||
Attachments: |
alsa-info (2.6.36, working)
alsa-info (2.6.37rc5, broken) Fix patch |
Description
Maciej Rutecki
2010-12-16 20:38:51 UTC
I'm hitting a regression in hda-intel from 2.6.36 and 2.6.37 and Takashi asked me to update this bug. System is a 2010 Sony Vaio Z. 2.6.36 alsa-info, 2.6.37 alsa-info will be attached shortly. Relevant /var/log/messages stuff from 2.6.36: [ 68.440427] HDA Intel 0000:01:00.1: PCI INT A disabled [ 68.441091] HDA Intel 0000:00:1b.0: PCI INT A disabled [ 71.586355] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 71.586488] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X [ 71.586513] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 71.608670] hda_codec: ALC889: SKU not ready 0x411111f0 [ 71.608772] hda_codec: ALC889: BIOS auto-probing. [ 71.608778] ALSA sound/pci/hda/hda_codec.c:4617: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 71.608782] ALSA sound/pci/hda/hda_codec.c:4621: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 71.608790] ALSA sound/pci/hda/hda_codec.c:4625: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 71.608794] ALSA sound/pci/hda/hda_codec.c:4626: mono: mono_out=0x0 [ 71.608797] ALSA sound/pci/hda/hda_codec.c:4637: inputs: mic=0x18, fmic=0x12, line=0x0, fline=0x0, cd=0x0, aux=0x0 [ 71.610417] ALSA sound/pci/hda/patch_realtek.c:1405: realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d [ 71.610422] ALSA sound/pci/hda/patch_realtek.c:1489: realtek: Enable default setup for auto mode as fallback [ 72.615561] HDA Intel 0000:01:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 72.615565] hda_intel: Disable MSI for Nvidia chipset [ 72.615633] HDA Intel 0000:01:00.1: setting latency timer to 64 and from 2.6.37: [ 104.987413] HDA Intel 0000:00:1b.0: PCI INT A disabled [ 109.590443] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 109.591381] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X [ 109.591421] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 109.606476] hda_codec: ALC889: BIOS auto-probing. [ 109.606482] hda_codec: ALC889: SKU not ready 0x411111f0 [ 109.606490] ALSA sound/pci/hda/hda_codec.c:4619: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 109.606497] ALSA sound/pci/hda/hda_codec.c:4623: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 109.606503] ALSA sound/pci/hda/hda_codec.c:4627: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 109.606510] ALSA sound/pci/hda/hda_codec.c:4628: mono: mono_out=0x0 [ 109.606533] ALSA sound/pci/hda/hda_codec.c:4632: inputs: [ 109.606539] ALSA sound/pci/hda/hda_codec.c:4638: [ 109.608198] ALSA sound/pci/hda/patch_realtek.c:1581: realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d [ 109.608204] ALSA sound/pci/hda/patch_realtek.c:1665: realtek: Enable default setup for auto mode as fallback [ 109.617188] ALSA sound/core/control.c:345: control 2:0:0:Mic Boost:0 is already present [ 109.617194] hda_codec: cannot build controls for #0 (error -16) [ 109.618220] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 With 2.6.37, I get no usable device at all, PA shows only 'Dummy Output' as available. Created attachment 40562 [details]
alsa-info (2.6.36, working)
Created attachment 40582 [details]
alsa-info (2.6.37rc5, broken)
Could you try the patch below? Created attachment 40592 [details]
Fix patch
sure, gimme a half hour or so. Handled-By : Takashi Iwai <tiwai@suse.de> indeed, that patch works, for my case at least. I guess Jesse's is the same - he doesn't provide enough info to be sure, but I know he has one system which is the same as mine, as he acquired a Vaio Z to work on graphics issues. With the patch, sound devices show up, PA is happy (showing the HDA device and also the HDMI audio device), and sound works, as in 2.6.36. actually it's an improvement, the HDMI device doesn't show up in 2.6.36. Thanks for testing. I merged the patch now to sound git tree, and will send a pull request later. Excellent, thanks. I'll try the patch too (sorry I haven't been able to provide the other info you asked for yet, it's been a busy week). yep, that patch works for me too, thanks Takashi. Tested-by: Jesse Barnes <jbarnes@virtuousgeek.org> Fixed by 53e8c32 ALSA: hda - Fix conflict of Mic Boot controls . |