<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nischu</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nischu"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Nischu"/>
	<updated>2026-05-06T08:32:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_enable_audio_codec_power_saving&amp;diff=28894</id>
		<title>How to enable audio codec power saving</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_enable_audio_codec_power_saving&amp;diff=28894"/>
		<updated>2007-03-24T19:45:30Z</updated>

		<summary type="html">&lt;p&gt;Nischu: /* On-demand power control */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The AC97 sound device (e.g., AD1981B) requires a noticable amount of power (0.3W on {{T43}}). This power can be saved when the device is not in use.&lt;br /&gt;
&lt;br /&gt;
==Disabling the device==&lt;br /&gt;
Disable the sound device by unloading modules or {{cmdroot|echo -n 3 &amp;gt;  /sys/class/sound/controlC0/device/power/state}} (replace 3 by 0 to enable again).&lt;br /&gt;
&lt;br /&gt;
==On-demand power control==&lt;br /&gt;
There's an [http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git;a=commitdiff_plain;h=6dbe662874ba08585eaf732d126762c25ac8e3f7;hp=2b29b13c5794f648cd5e839796496704d787f5a6 experimental patch from 2.6.19-rc2], [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=da43deb116c0cea9ca2174f2ac64985c4d53077e;hp=dbedca39fe30db87b6401e4396f959c63d90082e that was later corrected in 2.6.19-rc3], which enables the support of aggressive AC97 power-saving mode in the Linux [[ALSA]] drivers.  In this mode, the AC97 powerdown register bits are dynamically controlled at each open/close of PCM streams. To allow powering off the analog mixer, make sure all analog inputs (Line, Microphone, CD, etc.) are muted.&lt;br /&gt;
&lt;br /&gt;
It is working without a hitch in an IBM X31 with kernel 2.6.20.&lt;br /&gt;
&lt;br /&gt;
The mode is disabled by default, and activated via &amp;lt;tt&amp;gt;power_save=1&amp;lt;/tt&amp;gt; option for &amp;lt;tt&amp;gt;snd-ac97-codec&amp;lt;/tt&amp;gt; driver (at run time, use {{cmdroot|echo Y &amp;gt; /sys/module/snd_ac97_codec/parameters/power_save}}).&lt;br /&gt;
&lt;br /&gt;
You may hear a faint click each time the device is powered up (at start of playback) and each time the device is powered down (2 seconds after playback ends).&lt;br /&gt;
&lt;br /&gt;
My machine consumes about 119 watts. After having enabled this power_save mode it consumes 117 watts if I don't play anything. Consider that your microphone has to be muted.&lt;/div&gt;</summary>
		<author><name>Nischu</name></author>
		
	</entry>
</feed>