diff options
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 12 |
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. |
372 | init_pin_configs:: | 372 | init_pin_configs:: |
373 | Shows the initial pin default config values set by BIOS. | 373 | Shows the initial pin default config values set by BIOS. |
374 | override_pin_configs:: | 374 | driver_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. | ||
379 | cur_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. |
379 | user_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. | ||
384 | reconfig:: | 384 | reconfig:: |
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 |