diff options
author | Jaroslav Kysela <perex@perex.cz> | 2002-09-19 16:12:13 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2002-09-19 16:12:13 +0000 |
commit | 7f3942d827661d747b49d225e46ec4dccc5e5d46 (patch) | |
tree | b8512a5972456ac997cc16a3cfbbe104925ec0d6 /include/aserver.h | |
parent | ec415ef3a95f2ad4b5acf62cbe0afd8b5658feb4 (diff) |
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.
Diffstat (limited to 'include/aserver.h')
-rw-r--r-- | include/aserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aserver.h b/include/aserver.h index 27cb58cb..fe50a659 100644 --- a/include/aserver.h +++ b/include/aserver.h @@ -22,8 +22,8 @@ #include "../src/pcm/pcm_local.h" #include "../src/control/control_local.h" -int receive_fd(int sock, void *data, size_t len, int *fd); -int is_local(struct hostent *hent); +int snd_receive_fd(int sock, void *data, size_t len, int *fd); +int snd_is_local(struct hostent *hent); typedef enum _snd_dev_type { SND_DEV_TYPE_PCM, |