mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
Removed hook to not yet commited code
This commit is contained in:
parent
bbaeb29a74
commit
8f3ae2cf2e
1 changed files with 0 additions and 6 deletions
|
|
@ -737,12 +737,6 @@ int snd_pcm_meter_open(snd_pcm_t **pcmp, const char *name, unsigned int frequenc
|
||||||
pthread_cond_init(&meter->running_cond, NULL);
|
pthread_cond_init(&meter->running_cond, NULL);
|
||||||
#if 1
|
#if 1
|
||||||
snd_pcm_meter_add_scope(pcm, &s16_scope);
|
snd_pcm_meter_add_scope(pcm, &s16_scope);
|
||||||
#endif
|
|
||||||
#if 1
|
|
||||||
{
|
|
||||||
extern snd_pcm_meter_scope_t level_scope;
|
|
||||||
snd_pcm_meter_add_scope(pcm, &level_scope);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue