aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-23 03:42:57 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-23 03:42:57 -0500
commit346ff70fdbe9093947b9494fe714c89cafcceade (patch)
tree6c961c9c8956a291cad2e40c9b442022b2863769 /Documentation/sound
parentc17a1abae2f29047a0f57324240b01609489261b (diff)
ALSA: hda - Rename {override,cur}_pin with {user,driver}_pin
Rename from override_pin and cur_pin with user_pin and driver_pin, respectively, to be a bit more intuitive. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r--Documentation/sound/alsa/HD-Audio.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt
index 9c51e104546f..f590850c149f 100644
--- a/Documentation/sound/alsa/HD-Audio.txt
+++ b/Documentation/sound/alsa/HD-Audio.txt
@@ -371,16 +371,16 @@ hints::
371 not used. 371 not used.
372init_pin_configs:: 372init_pin_configs::
373 Shows the initial pin default config values set by BIOS. 373 Shows the initial pin default config values set by BIOS.
374override_pin_configs:: 374driver_pin_configs::
375 Shows the pin default config values to override the BIOS setup.
376 Writing this (with two numbers, NID and value) appends the new
377 value. The given will be used instead of the initial BIOS value at
378 the next reconfiguration time.
379cur_pin_configs::
380 Shows the pin default values set by the codec parser explicitly. 375 Shows the pin default values set by the codec parser explicitly.
381 This doesn't show all pin values but only the changed values by 376 This doesn't show all pin values but only the changed values by
382 the parser. That is, if the parser doesn't change the pin default 377 the parser. That is, if the parser doesn't change the pin default
383 config values by itself, this will contain nothing. 378 config values by itself, this will contain nothing.
379user_pin_configs::
380 Shows the pin default config values to override the BIOS setup.
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
383 the next reconfiguration time.
384reconfig:: 384reconfig::
385 Triggers the codec re-configuration. When any value is written to 385 Triggers the codec re-configuration. When any value is written to
386 this file, the driver re-initialize and parses the codec tree 386 this file, the driver re-initialize and parses the codec tree