diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 62a4f41c6..74de50313 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -14,9 +14,12 @@ apps:
     environment:
       # Use GTK3 cursor theme, icon theme and open/save file dialogs.
       QT_QPA_PLATFORMTHEME: gtk3
-      # Wayland support is still too bad.
+      # The blocker is https://github.com/ubuntu/snapcraft-desktop-helpers/issues/172
       DISABLE_WAYLAND: 1
     plugs:
+      - alsa
+      - audio-playback
+      - audio-record
       - desktop
       - desktop-legacy
       - home
@@ -44,6 +47,10 @@ plugs:
     target: $SNAP/data-dir/sounds
     default-provider: gtk-common-themes
 
+layout:
+  /usr/share/alsa:
+    bind: $SNAP/usr/share/alsa
+
 parts:
   telegram:
     plugin: cmake