Added pcm_copy and fixed pcm_plug for access change case.

This commit is contained in:
Abramo Bagnara 2000-12-11 11:16:07 +00:00
parent c24455cfa1
commit e72ac5eab4
5 changed files with 292 additions and 24 deletions

View file

@ -90,6 +90,7 @@ typedef int ttable_entry_t;
#define FULL ROUTE_PLUGIN_RESOLUTION
#endif
int snd_pcm_copy_open(snd_pcm_t **pcmp, char *name, snd_pcm_t *slave, int close_slave);
int snd_pcm_linear_open(snd_pcm_t **pcmp, char *name, int sformat, snd_pcm_t *slave, int close_slave);
int snd_pcm_mulaw_open(snd_pcm_t **pcmp, char *name, int sformat, snd_pcm_t *slave, int close_slave);
int snd_pcm_alaw_open(snd_pcm_t **pcmp, char *name, int sformat, snd_pcm_t *slave, int close_slave);