]> git.alsa-project.org Git - alsa-lib.git/commit
Query the supported rate ranges from rate plugins
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 14:13:01 +0000 (16:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 14:26:03 +0000 (16:26 +0200)
commit1929c55d2e18ae89d4763c090280728fc59a9789
treec0eb71b93ef0cf17bbc1bec09ad3fe1b4ebfac6e
parent29841e67e945ce87c0ef767bda9a90cc4af3d562
Query the supported rate ranges from rate plugins

Extend the PCM-rate plugin protocol to allow the host to query the
supported sample rates.  The protocol version is bumped to 0x010002,
and the version number negotiaion is slightly changed.
Now the plugin is supposed to fill the version it supports in return.

The old versioned plugins are still supported, but they may spew
version-mismatch warning prints.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/pcm_rate.h
src/pcm/pcm_rate.c
src/pcm/pcm_rate_linear.c