Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49530 - gentoo-dev-sources-2.6.5 alsa via82xx wrong mixer control type
Summary: gentoo-dev-sources-2.6.5 alsa via82xx wrong mixer control type
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 12:47 UTC by Max Loparev
Modified: 2004-06-21 13:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that makes Mic -Center/LFE workable again (alc650_mic_center_sw.patch,999 bytes, patch)
2004-05-17 12:52 UTC, Max Loparev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Loparev 2004-04-30 12:47:06 UTC
In this version of alsa driver Mic As Center/LFE has a wrong type and value
control.47 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 0'
                iface MIXER
                name 'Mic As Center/LFE'
                value 0
        }
instead of .type Boolean

I don't check 2.6.4 for that but in 2.6.2 and earlier, I had used 5.1 output. In this version i can use only Mic and can't switch to output additional channels.
Comment 1 Max Loparev 2004-05-17 11:27:50 UTC
Cool, about a month without any question, suggestion or something that says that we are still not dead.
I want my Center/LFE channel back. 
Could anyone answer how i can patch 
ac97_patch.c at line 1085 to get 
nor 
 amixer cget numid=47
numid=47,iface=MIXER,name='Mic As Center/LFE'
  ; type=INTEGER,access=rw---,values=1,min=0,max=0,step=0
  : values=0
that completly wrong
but something like
amixer cget numid=45
numid=45,iface=MIXER,name='Line-In As Surround'
  ; type=BOOLEAN,access=rw---,values=1
  : values=off

Comment 2 Max Loparev 2004-05-17 12:52:03 UTC
Created attachment 31599 [details, diff]
Patch that makes Mic -Center/LFE workable again
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-06-21 13:54:05 UTC
This is a upstream bug, please file it at bugzilla.kernel.org.