mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-28 01:40:18 -05:00
Add a small "hdajacksensetest" helper
I previously had a small python script doing the same thing, but it depended on hda-analyzer, which always breaks when something new is added to the codec proc file. I got tired and rewrote it as a small C program instead, which I hope will be a useful addition to alsa-tools. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
eb6408a791
commit
7a7d94a031
5 changed files with 182 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ TOP = .
|
|||
SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
|
||||
mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
|
||||
us428control usx2yloader vxloader echomixer ld10k1 qlo10k1 \
|
||||
hwmixvolume hdajackretask hda-verb
|
||||
hwmixvolume hdajackretask hda-verb hdajacksensetest
|
||||
|
||||
all:
|
||||
@for i in $(SUBDIRS); do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue