Bug 15689
Summary: | 2.6.34-rc3 breaks headphone-output for ALC262 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Adrian Ulrich (kernel) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | maciej.rutecki, rjw, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34-rc3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 15310 | ||
Attachments: |
alsa-info output
alsa-info with vanilla kernel (patch NOT reverted - non working headphone jack) Fix the broken array range check in patch_realtek.c (Revised) Fix the broken array range check in patch_realtek.c |
Description
Adrian Ulrich
2010-04-04 11:14:21 UTC
Then it worked accidentally in the former versions :) Could you attach alsa-info.sh output (run with --no-upload option)? Created attachment 25863 [details]
alsa-info output
Ok, here it is.
The Output is from 2.6.34-rc3 with 6a4f2ccb467e00281470cde2dee08fe5ecde62d1 reverted.
Could you give both before and after revert to compare? Created attachment 25866 [details]
alsa-info with vanilla kernel (patch NOT reverted - non working headphone jack)
this is the alsa-info output with a plain vanilla 2.6.34-rc3 kernel module (patch not reverted, headphone not working)
Handled-By : Takashi Iwai <tiwai@suse.de> Thanks. It's indeed a stupid bug introduced by that commit. Fixed by the patch below. Created attachment 25871 [details]
Fix the broken array range check in patch_realtek.c
Created attachment 25872 [details]
(Revised) Fix the broken array range check in patch_realtek.c
Sorry, pasted a wrong one in the above...
Fixed by commit f9700d5a4575e7fb343df10a1d29d425e4b81082 . |