• Home
  • Raw
  • Download

Lines Matching refs:verb

250   external amplifier.  This can be set usually via EAPD verb or a
252 chance via SET_EAPD_BTL verb (0x70c). On others, GPIO pin (mostly
258 * Very rare but some devices don't accept the pin-detection verb until
259 triggered. Issuing GET_PIN_SENSE verb (0xf09) may result in the
331 hda-verb and hda-analyzer, the hwdep device has to be enabled.
390 The extra verbs to execute at initialization. You can add a verb by
391 writing to this file. Pass three numbers: nid, verb and parameter
448 AC_VERB_SET_PIN_SENSE verb
529 [verb]
554 Similarly, the lines after ``[verb]`` are parsed as ``init_verbs``
666 a packed value, and you can decode it via hda-decode-verb program
671 % hda-decode-verb 0xe3a019
673 cid = 0, nid = 0x0e, verb = 0x3a0, parm = 0x19
674 raw value: verb = 0x3a0, parm = 0x19
757 hda-verb
759 hda-verb is a tiny program that allows you to access the HD-audio
760 codec directly. You can execute a raw HD-audio codec verb with this.
764 The hda-verb program takes four arguments: the hwdep device file, the
765 widget NID, the verb and the parameter. When you access to the codec
772 to a verb. Similarly, the last parameter is the value to write, or
777 % hda-verb /dev/snd/hwC0D0 0x12 0x701 2
778 nid = 0x12, verb = 0x701, param = 0x2
781 % hda-verb /dev/snd/hwC0D0 0x0 PARAMETERS VENDOR_ID
782 nid = 0x0, verb = 0xf00, param = 0x0
785 % hda-verb /dev/snd/hwC0D0 2 set_a 0xb080
786 nid = 0x2, verb = 0x300, param = 0xb080
793 via hda-verb won't change the mixer value.
795 The hda-verb program is included now in alsa-tools:
805 * git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-verb.git
807 See README file in the tarball for more details about hda-verb
815 hda-verb. The program gives you an easy-to-use GUI stuff for showing