Commit Graph

15 Commits

Author SHA1 Message Date
christos 3151045394 fix proplib deprecation 2021-06-21 03:04:27 +00:00
nia 124e280e84 hdaudioctl.8: add missing arguments
pointed out by RVP
2021-04-12 12:22:10 +00:00
sborrill ce6ed78858 When using show subcommand, display node ID (nid) in hexadecimal to match
the HD audio documentation. Diverge slightly by using 0xXX instead of XXh
format for consistency with the list subcommand.
2020-07-01 12:19:45 +00:00
riastradh 6c262685f8 Nix trailing whitespace. 2020-06-15 20:27:30 +00:00
sborrill 39dc86037f Add show subcommand that displays the codec configuration in
human-readable tabulated form
2020-06-15 13:06:39 +00:00
thorpej bba3c68329 Update for proplib(3) API changes. 2020-06-07 00:51:48 +00:00
jmcneill 8a9ff04ba8 Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
2015-03-28 14:09:58 +00:00
riastradh 6cb10275d0 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
wiz a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
jdf 17ec07bc2d * Remove spurious period in name section
* remove spurious argument to Nm macro
Patch supplied by Bug Hunting.
2012-06-23 20:49:14 +00:00
wiz 5f1d89ea80 Use Lk. 2012-03-17 11:11:35 +00:00
joerg bec77c5f43 Use __dead 2011-08-31 13:32:36 +00:00
joerg 045886139e Include the type of non-complex pins in the label. 2010-08-10 13:52:13 +00:00
wiz 0bfda1e22c Sort sections, fix SEE ALSO. End sentence with dot. 2009-10-11 09:25:19 +00:00
sborrill f549e36e60 Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices.
It offer the following subcommands:
	list - shows all child codec
	get - get a plist of the chosen codec's widget configuration
	set - forcibly reconfigure a specified codec from a plist
	graph - generate a graphviz file for the specified codec
2009-10-11 08:57:54 +00:00