OSDN Git Service

Renamed simple_* to ordinary_* (name clash for simple mixer)
authorJaroslav Kysela <perex@perex.cz>
Sun, 22 Jun 2003 19:02:19 +0000 (19:02 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 22 Jun 2003 19:02:19 +0000 (19:02 +0000)
commit4771213631100214f9bbda29a91e468091b11960
tree20fde8667c4d3c15eb7c5113f335b0acc8bd403b
parent7c72da4ae5b81c7b19b40c18788174d634888544
Renamed simple_* to ordinary_* (name clash for simple mixer)
configure.in
include/Makefile.am
include/mixer_ordinary.h [moved from include/mixer_simple.h with 65% similarity]
include/pcm_ordinary.h [new file with mode: 0644]
include/pcm_simple.h [deleted file]
src/Makefile.am
src/ordinary_mixer/Makefile.am [new file with mode: 0644]
src/ordinary_mixer/ordinary_mixer.c [moved from src/simple_mixer/simple_mixer.c with 62% similarity]
src/ordinary_pcm/Makefile.am [moved from src/simple_pcm/Makefile.am with 50% similarity]
src/ordinary_pcm/ordinary_pcm.c [moved from src/simple_pcm/simple_pcm.c with 73% similarity]
src/simple_mixer/Makefile.am [deleted file]