mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
fix codespell issues
This commit is contained in:
parent
57eef39583
commit
cf38b7bdc4
12 changed files with 25 additions and 25 deletions
|
|
@ -111,9 +111,9 @@
|
|||
*
|
||||
* ## Module-specific properties:
|
||||
*
|
||||
* Ths modules supports the following entries in the `properties` dictionary:
|
||||
* This modules supports the following entries in the `properties` dictionary:
|
||||
* - `alsa.reserve = false`: disable device reservation (default: enabled)
|
||||
* - `alsa.jack-device = true`: createa a JACK device (default: disabled), see
|
||||
* - `alsa.jack-device = true`: create a JACK device (default: disabled), see
|
||||
* the comment in the example configuration file.
|
||||
*
|
||||
* See the `alsa-monitor.conf` provided by your installation for details on
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
* are stored in x1 and x2, and the previous two outputs are stored in y1 and
|
||||
* y2.
|
||||
*
|
||||
* We use double during the coefficients calculation for better accurary, but
|
||||
* We use double during the coefficients calculation for better accuracy, but
|
||||
* float is used during the actual filtering for faster computation.
|
||||
*/
|
||||
struct biquad {
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
vector support macros: the rest of the code is independant of
|
||||
vector support macros: the rest of the code is independent of
|
||||
SSE/Altivec/NEON -- adding support for other platforms with 4-element
|
||||
vectors should be limited to these macros
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ extern "C" {
|
|||
void *pffft_aligned_malloc(size_t nb_bytes);
|
||||
void pffft_aligned_free(void *);
|
||||
|
||||
/* return 4 or 1 wether support SSE/Altivec instructions was enable when building pffft.c */
|
||||
/* return 4 or 1 weather support SSE/Altivec instructions was enable when building pffft.c */
|
||||
int pffft_simd_size();
|
||||
|
||||
void pffft_select_cpu(int flags);
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ static const struct spa_dict_item module_combine_sink_info[] = {
|
|||
struct module_combine_sink_data;
|
||||
|
||||
/* This goes to the stream event listener to be able to identify the stream on
|
||||
* which the event occured and to have a link to the module data */
|
||||
* which the event occurred and to have a link to the module data */
|
||||
struct combine_stream {
|
||||
struct pw_stream *stream;
|
||||
struct spa_hook stream_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue