]> git.alsa-project.org Git - alsa-plugins.git/commit
rate-lav: Support multiple formats
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jun 2021 09:03:04 +0000 (11:03 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jun 2021 10:14:41 +0000 (12:14 +0200)
commit7564ceb939681fa64b5df196c35f31065f58a5e9
treee6e27d1f80cd3f93afde7f7e5492d1ce80d3a229
parent8a3c0d795fbef5700c8cedcc82c6a337170c76ee
rate-lav: Support multiple formats

Now that ALSA rate plugin core allows each rate plugin dealing with
multiple formats, this patch extends the rate-lav plugin to accept
more formats, namely, U8, S16 and S32.  The code has been carefully
modified so that it should still be compilable with old alsa-lib.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
rate-lav/rate_lavrate.c