mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 07:34:04 +02:00
liballegro: add config file to configure audio out & midi synthesizer
This commit is contained in:
parent
eb32f8dedc
commit
b17ce18c2a
@ -226,8 +226,9 @@ define Build/InstallDev
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/liballegro/install
|
define Package/liballegro/install
|
||||||
$(INSTALL_DIR) $(1)/usr
|
$(INSTALL_DIR) $(1)/usr $(1)/etc
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/usr
|
||||||
|
$(CP) ./files/allegrorc $(1)/etc/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/liballegro-data/install
|
define Package/liballegro-data/install
|
||||||
|
36
liballegro/files/allegrorc
Normal file
36
liballegro/files/allegrorc
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
[system]
|
||||||
|
keyboard = us
|
||||||
|
language = en
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
mouse = -1
|
||||||
|
|
||||||
|
[sound]
|
||||||
|
digi_card = ALSA
|
||||||
|
midi_card = DIGI
|
||||||
|
quality = 2
|
||||||
|
digi_volume = -1
|
||||||
|
midi_volume = 50
|
||||||
|
digi_voices = 32
|
||||||
|
midi_voices = 32
|
||||||
|
flip_pan = 0
|
||||||
|
sound_port = -1
|
||||||
|
sound_dma = -1
|
||||||
|
sound_irq = -1
|
||||||
|
sound_freq = 44100
|
||||||
|
sound_bits = 16
|
||||||
|
sound_stereo = 1
|
||||||
|
oss_driver = /dev/dsp
|
||||||
|
oss_numfrags = -1
|
||||||
|
oss_fragsize = -1
|
||||||
|
oss_midi_driver = /dev/sequencer
|
||||||
|
esd_server =
|
||||||
|
alsa_card =
|
||||||
|
alsa_pcmdevice =
|
||||||
|
alsa_numfrags =
|
||||||
|
alsa_rawmidi_card =
|
||||||
|
alsa_rawmidi_device =
|
||||||
|
patches = /usr/share/allegro/digmid.dat
|
||||||
|
|
||||||
|
[joystick]
|
||||||
|
joytype = 0
|
Loading…
Reference in New Issue
Block a user