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 /aserver | |
parent | ec415ef3a95f2ad4b5acf62cbe0afd8b5658feb4 (diff) | |
download | alsa-lib-7f3942d827661d747b49d225e46ec4dccc5e5d46.tar.gz |
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 'aserver')
-rw-r--r-- | aserver/aserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aserver/aserver.c b/aserver/aserver.c index f0241382..230c9ebf 100644 --- a/aserver/aserver.c +++ b/aserver/aserver.c @@ -1117,7 +1117,7 @@ int main(int argc, char **argv) ERROR("Cannot resolve %s", host); return 1; } - if (!is_local(h)) { + if (!snd_is_local(h)) { ERROR("%s is not the local host", host); return 1; } |