cros-pulse-config: fix glitch in pulseaudio

pulseaudio 12.0 on Buster is using tched=1 by default. This causes AC'97
device to generate glitches on Buster and ARM devices.

Bump version to 0.1.1 with this patch.

BUG=chromium:930903
BUG=chromium:978364
TEST=Run $ play --buffer=16384 -r 48000 -n -c2 synth 3 sine 1330
TEST=Play youtube music in firefox on both Stretch and Buster

Change-Id: I1bf0cf64a42a3c7c80f823ed1b32a8259f0c2fbd
Reviewed-on: https://chromium-review.googlesource.com/1666838
Tested-by: Chih-Yang Hsia <paulhsia@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Ready: Chih-Yang Hsia <paulhsia@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org>
(cherry picked from commit 11ac864450e9215a5ecef15e45c7bd2f9d000189)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/1679790
Commit-Queue: Chih-Yang Hsia <paulhsia@chromium.org>
2 files changed
tree: 88c6d9a30e08b01f3c0adaae7f8c74c90ea0f928
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-gpu/
  5. cros-gpu-alpha/
  6. cros-guest-tools/
  7. cros-notificationd/
  8. cros-pulse-config/
  9. cros-sftp/
  10. cros-sommelier/
  11. cros-sommelier-config/
  12. cros-sudo-config/
  13. cros-systemd-overrides/
  14. cros-tast-tests/
  15. cros-ui-config/
  16. cros-wayland/
  17. docs/
  18. kokoro/
  19. lxd/
  20. mesa/
  21. .gitignore
  22. COMMIT-QUEUE.ini
  23. LICENSE
  24. OWNERS
  25. README.md
  26. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"