mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-15 22:05:24 -05:00
Added hdspconf utility by Thomas Charbonnel (requiring FLTK)
This commit is contained in:
parent
1febedba63
commit
dceea38da2
38 changed files with 7092 additions and 0 deletions
26
hdspconf/src/Makefile.am
Normal file
26
hdspconf/src/Makefile.am
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
bin_PROGRAMS = hdspconf
|
||||
hdspconf_SOURCES = \
|
||||
hdspconf.cxx \
|
||||
defines.h \
|
||||
HC_CardPane.cxx \
|
||||
HC_CardPane.h \
|
||||
HC_SyncCheck.cxx \
|
||||
HC_SyncCheck.h \
|
||||
HC_SpdifFreq.cxx \
|
||||
HC_SpdifFreq.h \
|
||||
HC_AutoSyncRef.cxx \
|
||||
HC_AutoSyncRef.h \
|
||||
HC_SystemClock.cxx \
|
||||
HC_SystemClock.h \
|
||||
HC_ClockSource.cxx \
|
||||
HC_ClockSource.h \
|
||||
HC_SpdifIn.cxx \
|
||||
HC_SpdifIn.h \
|
||||
HC_SpdifOut.cxx \
|
||||
HC_SpdifOut.h \
|
||||
HC_PrefSyncRef.cxx \
|
||||
HC_PrefSyncRef.h \
|
||||
HC_XpmRenderer.cxx \
|
||||
HC_XpmRenderer.h \
|
||||
HC_AboutText.cxx \
|
||||
HC_AboutText.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue