]> git.alsa-project.org Git - alsa-tools.git/commit
Added hdspconf utility by Thomas Charbonnel (requiring FLTK)
authorTakashi Iwai <tiwai@suse.de>
Wed, 2 Jul 2003 10:21:11 +0000 (10:21 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Jul 2003 10:21:11 +0000 (10:21 +0000)
commitdceea38da25a866ef2e27facbe31ffe347696821
tree84441aef0096ca512ffa49227542c31ea72d1a0d
parent1febedba63c1e99e6283a188e98eb6f15445b1ab
Added hdspconf utility by Thomas Charbonnel (requiring FLTK)
38 files changed:
hdspconf/AUTHORS [new file with mode: 0644]
hdspconf/COPYING [new file with mode: 0644]
hdspconf/ChangeLog [new file with mode: 0644]
hdspconf/INSTALL [new file with mode: 0644]
hdspconf/Makefile.am [new file with mode: 0644]
hdspconf/NEWS [new file with mode: 0644]
hdspconf/README [new file with mode: 0644]
hdspconf/configure.in [new file with mode: 0644]
hdspconf/cvscompile [new file with mode: 0644]
hdspconf/pixmaps/Makefile.am [new file with mode: 0644]
hdspconf/pixmaps/alsalogo.xpm [new file with mode: 0644]
hdspconf/pixmaps/lad_banner.xpm [new file with mode: 0644]
hdspconf/pixmaps/rme.xpm [new file with mode: 0644]
hdspconf/src/HC_AboutText.cxx [new file with mode: 0644]
hdspconf/src/HC_AboutText.h [new file with mode: 0644]
hdspconf/src/HC_AutoSyncRef.cxx [new file with mode: 0644]
hdspconf/src/HC_AutoSyncRef.h [new file with mode: 0644]
hdspconf/src/HC_CardPane.cxx [new file with mode: 0644]
hdspconf/src/HC_CardPane.h [new file with mode: 0644]
hdspconf/src/HC_ClockSource.cxx [new file with mode: 0644]
hdspconf/src/HC_ClockSource.h [new file with mode: 0644]
hdspconf/src/HC_PrefSyncRef.cxx [new file with mode: 0644]
hdspconf/src/HC_PrefSyncRef.h [new file with mode: 0644]
hdspconf/src/HC_SpdifFreq.cxx [new file with mode: 0644]
hdspconf/src/HC_SpdifFreq.h [new file with mode: 0644]
hdspconf/src/HC_SpdifIn.cxx [new file with mode: 0644]
hdspconf/src/HC_SpdifIn.h [new file with mode: 0644]
hdspconf/src/HC_SpdifOut.cxx [new file with mode: 0644]
hdspconf/src/HC_SpdifOut.h [new file with mode: 0644]
hdspconf/src/HC_SyncCheck.cxx [new file with mode: 0644]
hdspconf/src/HC_SyncCheck.h [new file with mode: 0644]
hdspconf/src/HC_SystemClock.cxx [new file with mode: 0644]
hdspconf/src/HC_SystemClock.h [new file with mode: 0644]
hdspconf/src/HC_XpmRenderer.cxx [new file with mode: 0644]
hdspconf/src/HC_XpmRenderer.h [new file with mode: 0644]
hdspconf/src/Makefile.am [new file with mode: 0644]
hdspconf/src/defines.h [new file with mode: 0644]
hdspconf/src/hdspconf.cxx [new file with mode: 0644]