alsa-lib/include
Jaroslav Kysela 81ce8153c4 Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch
- now multichannel works (before only 1 channel worked). i tested stereo,
  and it works fine.

- i extended the configuration. the jack ports to connect to are now not
hard-coded anymore. instead, they will have to be specified in the
asound.conf, which allows to connect to any other jack client.

my asound.conf now looks like this:

pcm.jackplug {
        type plug
        slave { pcm "jack" }
}

pcm.jack {
        type jack
        playback_ports {
                0 alsa_pcm:playback_1
                1 alsa_pcm:playback_2
        }
        capture_ports {
                0 alsa_pcm:capture_1
                1 alsa_pcm:capture_2
        }
}
2003-02-18 17:38:32 +00:00
..
sound Build system updates... 2002-10-22 20:20:03 +00:00
alsa-symbols.h fixed the build without versioned symbols. 2002-10-10 11:01:18 +00:00
aserver.h Replaced snd_pcm_avail() with snd_pcm_hwsync() 2002-10-12 11:49:53 +00:00
asoundef.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
asoundlib.h Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
conf.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
control.h Added SND_CTL_READONLY 2002-12-04 14:36:39 +00:00
conv.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
error.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
global.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
hwdep.h removed comma from last element of enums. 2002-02-05 11:36:20 +00:00
iatomic.h support for x86-64. 2002-06-20 14:55:05 +00:00
input.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
instr.h Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
list.h Avoid use of C++ keywords 2001-03-29 14:39:02 +00:00
local.h - unified snd_pcm_hw_params_* functions 2002-09-17 12:33:05 +00:00
Makefile.am Build system updates... 2002-10-22 20:20:03 +00:00
mixer.h added the handling of enum controls to simple mixer API. 2002-09-09 14:24:56 +00:00
output.h Documentation update by Clement Ladish 2002-07-23 19:51:16 +00:00
pcm.h More pcm_jack plugin changes 2003-02-12 21:57:49 +00:00
pcm_plugin.h Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch 2003-02-18 17:38:32 +00:00
rawmidi.h More documentation changes (rawmidi, timer) 2002-02-11 18:11:16 +00:00
search.h Corrections by Kevin Conder <kconder@interaccess.com> 2002-03-12 20:14:33 +00:00
seq.h - removed snd_seq_create_event from seq.h. it's deprecated. 2002-05-27 11:14:20 +00:00
seq_event.h added packed attribute to have a consistent event data size on 2002-06-21 12:24:34 +00:00
seq_midi_event.h Added snd_midi_event_no_status() 2002-04-19 17:34:57 +00:00
seqmid.h Corrections by Kevin Conder <kconder@interaccess.com> 2002-03-12 20:14:33 +00:00
sys.h Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h. 2001-09-11 12:18:56 +00:00
timer.h Corrections by Kevin Conder <kconder@interaccess.com> 2002-03-12 20:14:33 +00:00