At Tue, 8 Jan 2008 10:23:35 +1030 (CST), Jonathan Woithe wrote:
Hi
- HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
- HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
- HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
- { }
+}; +#endif
What's this chunk? ;)
Another brain fade. I really must get out of holiday mode.
Find attached two revised patches against alsa-driver hg snapshot from 20080107:
alc260-test-eapd-0.2.diff
This implements a switch control for the EAPD signal output by the ALC26x chips. Since some laptops may utilise this to activate useful things it is handy to have a control for this in the ALC26x test models. The patch includes the control in the ALC260 test model.
Signed-off-by: Jonathan Woithe jwoithe@physics.adelaide.edu.au
alc268-test-0.4.diff
This implements a test model for the ALC268. It depends on the feature added by alc260-test-eapd-0.2.diff. This patch also adds a mention of the ALC260 test model to ALSA-Configuration.txt since this seems to have been missed.
Signed-off-by: Jonathan Woithe jwoithe@physics.adelaide.edu.au
Applied both patches to HG tree now. Thanks!
Takashi