pipewire/spa/plugins/alsa
Emmanuel Gil Peyrot 14fdf07e8f Run codespell on the entire codebase
This tool detects and fixes common English spelling mistakes, with
generally very few mistakes.

Here is the command I used to generate this commit.  There were a few
changes that had to be done manually, and of course adding the ignore
file:
```shell
codespell -I .codespell-ignore -x .codespell-ignore -w
```

I didn’t add it to the CI, but this would be a good place for it.
2020-08-17 17:16:31 +00:00
..
acp Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
mixer Add mixer paths and profile-sets as well 2020-07-28 12:30:32 +02:00
90-pipewire-alsa.rules add udev rules so we don't rely on pulseaudio 2020-07-28 13:11:17 +02:00
alsa-acp-device.c acp: handle unset profile 2020-08-17 11:33:17 +02:00
alsa-pcm-device.c profile: refactor code to make EnumProfile and Profile params 2020-08-17 11:08:26 +02:00
alsa-pcm-sink.c alsa-pcm: allow setting number of channels 2020-07-01 12:54:27 +02:00
alsa-pcm-source.c alsa-pcm: allow setting number of channels 2020-07-01 12:54:27 +02:00
alsa-pcm.c alsa: fix delay parameter 2020-07-27 16:22:17 +02:00
alsa-pcm.h alsa-pcm: also follow resampler insize when resampling 2020-07-27 15:57:27 +02:00
alsa-seq-source.c alsa-seq: keep track of last port 2020-03-31 17:52:22 +02:00
alsa-seq.c alsa-seq: clear the midi event queue on close to avoid leak 2020-06-02 17:13:53 +02:00
alsa-seq.h alsa-seq: keep track of last port 2020-03-31 17:52:22 +02:00
alsa-udev.c acp: pass udev PROFILE_SETS to acp device 2020-07-28 13:00:45 +02:00
alsa.c alsa-acp: Add libacp based card device 2020-07-06 12:20:09 +02:00
meson.build add udev rules so we don't rely on pulseaudio 2020-07-28 13:11:17 +02:00