| Summary: | [pcm] [patch] Fix (enable) phone out for laptops with ALC655. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Konrad <konrad> | ||||
| Component: | kern | Assignee: | Ariff Abdullah <ariff> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 7.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Konrad
2007-05-28 21:10:03 UTC
State Changed From-To: open->feedback To which file does this patch apply? Responsible Changed From-To: freebsd-i386->linimon State Changed From-To: feedback->open Over to maintainer(s). Responsible Changed From-To: linimon->freebsd-multimedia Please post the output of pciconf -lv | grep pcm . While this seems
to solve your specific model problem, it could introduce a regression
for other people with different type of hardwares but simmilar codec.
Thanks.
--
Ariff Abdullah
FreeBSD
... Recording in stereo is obviously too advanced
and confusing for us idiot ***** users :P ........
Well, I think there should be no regressions, unless somebody is using 4-channel sound, because we only enable additional output of channels 1 and 2, disabling channels 3 and 4. Here You go: pcm0@pci0:17:5: class=0x040100 card=0x10ca1734 chip=0x30591106 rev=0x60 hdr=0x00 Responsible Changed From-To: freebsd-multimedia->ariff Let me handle this. ariff 2007-06-05 20:12:41 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm ac97_patch.c
Log:
Fix (enable) phone out for laptops with ALC655, specifically
for Amilo Pro V2055.
PR: kern/113101
Submitted by: konrad@egipt-medytacje.pl
MFC after: 3 days
Revision Changes Path
1.9 +9 -0 src/sys/dev/sound/pcm/ac97_patch.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
ariff 2007-06-08 17:33:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/sound/pcm ac97_patch.c
Log:
MFC: (revision 1.9)
Fix (enable) phone out for laptops with ALC655, specifically
for Amilo Pro V2055.
PR: kern/113101
Submitted by: konrad@egipt-medytacje.pl
Revision Changes Path
1.3.2.3 +9 -0 src/sys/dev/sound/pcm/ac97_patch.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fix committed. Thanks. |