mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Small optimization
This commit is contained in:
parent
8633d96b71
commit
e35885fa65
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ static int snd_pcm_plug_insert_plugins(snd_pcm_t *pcm,
|
||||||
snd_pcm_plug_params_t *slave)
|
snd_pcm_plug_params_t *slave)
|
||||||
{
|
{
|
||||||
snd_pcm_plug_t *plug = pcm->private_data;
|
snd_pcm_plug_t *plug = pcm->private_data;
|
||||||
int (*funcs[])(snd_pcm_t *_pcm, snd_pcm_t **new, snd_pcm_plug_params_t *s, snd_pcm_plug_params_t *d) = {
|
static int (*funcs[])(snd_pcm_t *_pcm, snd_pcm_t **new, snd_pcm_plug_params_t *s, snd_pcm_plug_params_t *d) = {
|
||||||
snd_pcm_plug_change_format,
|
snd_pcm_plug_change_format,
|
||||||
snd_pcm_plug_change_channels,
|
snd_pcm_plug_change_channels,
|
||||||
snd_pcm_plug_change_rate,
|
snd_pcm_plug_change_rate,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue