At Tue, 9 Aug 2011 11:37:37 +0200, Andrée 'Glaucous' wrote:
Current kernel message (using alsa-kernel, I'll clone and build your git soon, got some internet problems at the moment): [ 147.334343] XXX HDMI pin_sense = 0x7fffffff [ 147.565059] XXX HDMI pin_sense = 0x7fffffff [ 153.248894] XXX HDMI pin_sense = 0xffffffff [ 153.250443] XXX HDMI pin_sense = 0xffffffff [ 189.475073] XXX HDMI pin_sense = 0x7fffffff [ 189.698017] XXX HDMI pin_sense = 0x7fffffff [ 196.664565] XXX HDMI pin_sense = 0xffffffff [ 196.666079] XXX HDMI pin_sense = 0xffffffff
It recognizes when I take the cable in and out, or toggles display output (0xffffffff when connected).
OK, it's good to know. It means that the pin-sense reports only the pin-detection but nothing else unlike other codecs. So, it's basically bad to use generic HDMI parser for this codec.
And, when you wrote "I still can't run speaker-test with more than 2 channels", do you mean that you got an error? How did you run? With the patch, the driver should take up to 8 channels. If not, something was wrong -- either the patch wrongly applied or the patch wasn't enough.
Takashi