Mark Brown wrote:
On Mon, Jan 11, 2010 at 09:11:19AM -0600, Miguel Aguilar wrote:
Mark Brown wrote:
Can you check the part of this patch related to registering both codecs AIC3x and the voice codec?
Like I say that all looks fine to me but I can't really check if the DaVinci code is idiomatic.
Is there any way to tell alsamixer to use the controls of one subdevice or the other?
Not from the arch/arm stuff, but that's a machine driver issue anyway. If you really only want to use a single device then just don't hook up the other device in the machine driver and it'll never appear.
Do you think that I still using the approach of having both codecs registered in the same kernel? or should I get back to the initial approach of selecting the wanted codec from the configuration menu?