diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-09-28 11:16:09 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-09-28 14:11:36 -0400 |
commit | 27fe48d97291e61e76e87c34c9b89032e70d05c0 (patch) | |
tree | d58fd4e93728bedd87321eb11654601c0a02a24c /Documentation/sound | |
parent | 18a2b9623370479d1646b9b94e3528683f3b74de (diff) |
ALSA: hda - Add snoop option
Added a new option "snoop" for the traffic control of the HD-audio
controller chip. When set to 0, the non-snooping mode is used with
the traffic control bit is set in each stream control register.
This may allow better operations in the low power mode, but the actual
implementation is depending pretty much on the chipset.
As already implemented, more or less each chipset has own snoop-control
register bit. Now this setup refers to the snoop option, too.
Also, a new VIA chipset may require the non-snooping mode when set so
in BIOS. In such a case, the option value is overridden.
As default, it's still set to snoop=1 for keeping the same behavior as
before. In near future, it'll be set to 0 as default after checking
it works in every system well.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 27126c469f70..936699e4f04b 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -891,6 +891,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
891 | access but isn't required by the HDA spec and prevents | 891 | access but isn't required by the HDA spec and prevents |
892 | users from specifying exact period/buffer sizes. | 892 | users from specifying exact period/buffer sizes. |
893 | (default = on) | 893 | (default = on) |
894 | snoop - Enable/disable snooping (default = on) | ||
894 | 895 | ||
895 | This module supports multiple cards and autoprobe. | 896 | This module supports multiple cards and autoprobe. |
896 | 897 | ||