Lines Matching refs:verb

240   external amplifier.  This can be set usually via EAPD verb or a
242 chance via SET_EAPD_BTL verb (0x70c). On others, GPIO pin (mostly
248 - Very rare but some devices don't accept the pin-detection verb until
249 triggered. Issuing GET_PIN_SENSE verb (0xf09) may result in the
321 hda-verb and hda-analyzer, the hwdep device has to be enabled.
380 The extra verbs to execute at initialization. You can add a verb by
381 writing to this file. Pass three numbers: nid, verb and parameter
436 explicit call of AC_VERB_SET_PIN_SENSE verb
500 [verb]
525 Similarly, the lines after `[verb]` are parsed as `init_verbs`
633 a packed value, and you can decode it via hda-decode-verb program
637 % hda-decode-verb 0xe3a019
639 cid = 0, nid = 0x0e, verb = 0x3a0, parm = 0x19
640 raw value: verb = 0x3a0, parm = 0x19
730 hda-verb
732 hda-verb is a tiny program that allows you to access the HD-audio
733 codec directly. You can execute a raw HD-audio codec verb with this.
737 The hda-verb program takes four arguments: the hwdep device file, the
738 widget NID, the verb and the parameter. When you access to the codec
745 to a verb. Similarly, the last parameter is the value to write, or
749 % hda-verb /dev/snd/hwC0D0 0x12 0x701 2
750 nid = 0x12, verb = 0x701, param = 0x2
753 % hda-verb /dev/snd/hwC0D0 0x0 PARAMETERS VENDOR_ID
754 nid = 0x0, verb = 0xf00, param = 0x0
757 % hda-verb /dev/snd/hwC0D0 2 set_a 0xb080
758 nid = 0x2, verb = 0x300, param = 0xb080
765 via hda-verb won't change the mixer value.
767 The hda-verb program is included now in alsa-tools:
777 - git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-verb.git
779 See README file in the tarball for more details about hda-verb
787 hda-verb. The program gives you an easy-to-use GUI stuff for showing