diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-23 03:45:59 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-23 03:45:59 -0500 |
commit | 5e7b8e0d87091ae21b291588817b5359a5e00795 (patch) | |
tree | 07bf1dd225eee4f6d3717738c454dd93481afd19 /Documentation/sound | |
parent | 346ff70fdbe9093947b9494fe714c89cafcceade (diff) |
ALSA: hda - Make user_pin overriding the driver setup
Make user_pin overriding even the driver pincfg, e.g. the static / fixed
pin config table in patch_sigmatel.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt index f590850c149f..a4e5ef87af6b 100644 --- a/Documentation/sound/alsa/HD-Audio.txt +++ b/Documentation/sound/alsa/HD-Audio.txt | |||
@@ -380,7 +380,8 @@ user_pin_configs:: | |||
380 | Shows the pin default config values to override the BIOS setup. | 380 | Shows the pin default config values to override the BIOS setup. |
381 | Writing this (with two numbers, NID and value) appends the new | 381 | Writing this (with two numbers, NID and value) appends the new |
382 | value. The given will be used instead of the initial BIOS value at | 382 | value. The given will be used instead of the initial BIOS value at |
383 | the next reconfiguration time. | 383 | the next reconfiguration time. Note that this config will override |
384 | even the driver pin configs, too. | ||
384 | reconfig:: | 385 | reconfig:: |
385 | Triggers the codec re-configuration. When any value is written to | 386 | Triggers the codec re-configuration. When any value is written to |
386 | this file, the driver re-initialize and parses the codec tree | 387 | this file, the driver re-initialize and parses the codec tree |