justinzane / pulseaudio

pulseaudio fork primarily for the development of modules like module-lfe-lp
Other
2 stars 0 forks source link

refactor filter_* to pa_* in biquad/* #5

Closed justinzane closed 11 years ago

justinzane commented 11 years ago

The names defined in biquad-filter.h should have "pa_" prefix. The functions should use the same prefix as the structs (i.e. "pabiquad", you can drop "filter" from the function names). Ok

justinzane commented 11 years ago

filter* extern functions and variables renamed to pa*