diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-23 08:14:51 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-23 08:14:51 -0500 |
commit | 39c2871eeaeeddcbecee29ec905ec528a057ca52 (patch) | |
tree | 14736b0a6bbb2f8cd63bf274a0543a51c7a6aac2 /Documentation/sound | |
parent | 5e7b8e0d87091ae21b291588817b5359a5e00795 (diff) |
ALSA: hda - Add an example about pin reconfiguration
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt index a4e5ef87af6b..99958be7b454 100644 --- a/Documentation/sound/alsa/HD-Audio.txt +++ b/Documentation/sound/alsa/HD-Audio.txt | |||
@@ -391,6 +391,14 @@ clear:: | |||
391 | Resets the codec, removes the mixer elements and PCM stuff of the | 391 | Resets the codec, removes the mixer elements and PCM stuff of the |
392 | specified codec, and clear all init verbs and hints. | 392 | specified codec, and clear all init verbs and hints. |
393 | 393 | ||
394 | For example, when you want to change the pin default configuration | ||
395 | value of the pin widget 0x14 to 0x9993013f, and let the driver | ||
396 | re-configure based on that state, run like below: | ||
397 | ------------------------------------------------------------------------ | ||
398 | # echo 0x14 0x9993013f > /sys/class/sound/hwC0D0/user_pin_configs | ||
399 | # echo 1 > /sys/class/sound/hwC0D0/reconfig | ||
400 | ------------------------------------------------------------------------ | ||
401 | |||
394 | 402 | ||
395 | Power-Saving | 403 | Power-Saving |
396 | ~~~~~~~~~~~~ | 404 | ~~~~~~~~~~~~ |