mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-25 06:59:53 -05:00
Add Equalizer support for emu10k1 Audigy
From: Piotr Tajdus <aegis@op.pl> Added the equalizer support for emu10k1 (Audigy only).
This commit is contained in:
parent
f9e1a7c1a1
commit
82b21d4c71
4 changed files with 379 additions and 5 deletions
|
|
@ -3,14 +3,16 @@ EXTRA_DIST = README emu_constants.asm \
|
|||
vol_2.asm output.asm switch_2.asm \
|
||||
sto51.asm switch_6.asm copy_2.asm \
|
||||
prologic.asm fxbus.asm switch_2x2.asm \
|
||||
mono_switch_2.asm mono_switch_2x2.asm
|
||||
mono_switch_2.asm mono_switch_2x2.asm \
|
||||
eq10.asm
|
||||
|
||||
|
||||
dist_effects_DATA = simple.emu10k1 vol_master.emu10k1 tone.emu10k1 \
|
||||
vol_2.emu10k1 output.emu10k1 switch_2.emu10k1 \
|
||||
sto51.emu10k1 switch_6.emu10k1 copy_2.emu10k1 \
|
||||
prologic.emu10k1 fxbus.emu10k1 switch_2x2.emu10k1 \
|
||||
mono_switch_2.emu10k1 mono_switch_2x2.emu10k1
|
||||
mono_switch_2.emu10k1 mono_switch_2x2.emu10k1 \
|
||||
eq10.emu10k1
|
||||
|
||||
MAINTAINERCLEANFILES = $(dist_effects_DATA)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue