Bug 44821
Summary: | Sound setup failure | ||
---|---|---|---|
Product: | Drivers | Reporter: | Victor Mineev (viktor.mineev.73) |
Component: | Sound(ALSA) | Assignee: | Alan (alan) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, florian, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4.4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Fix patch for kernel warning wrt mpu401 |
Description
Victor Mineev
2012-07-15 07:58:47 UTC
The syslog is because of ramdisk broken with modifies of Linux Mint 12. But sound also failed if clean kernel. I was not seen syslog of errors while it. The uart401 driver mishandles filing to register. I don't think that is related to your other sound problem but its a trivial fix in itself so I'll get it queued up. The kernel warning is due to the missing initialization of irq field in mpu401_uart driver. This should be fixed by the patch below. However, the original issue, the missing sound, is irrelevant with this warning. It's more about the broken pin-configuration of HD-audio by BIOS. Created attachment 75931 [details]
Fix patch for kernel warning wrt mpu401
A patch referencing this bug report has been merged in Linux v3.6-rc1: commit bc733d495267a23ef8660220d696c6e549ce30b3 Author: Takashi Iwai <tiwai@suse.de> Date: Mon Jul 23 11:35:55 2012 +0200 ALSA: mpu401: Fix missing initialization of irq field |