From 015a367e3030e78c0b59859c16d3218e53214502 Mon Sep 17 00:00:00 2001 From: David Coles Date: Tue, 25 Jun 2024 18:35:39 -0700 Subject: [PATCH] Rename sample config that prevents checkout on Windows `:` is a reserved character on Windows filesystems. As far as I can tell from looking through both PulseAudio and PipeWire commit history the files under `alsa/mixer/samples` are not used or installed by anything. See #2474. --- ...e 0x46d:0x9a4--USB Mixer => USB Device 0x46d_0x9a4--USB Mixer} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spa/plugins/alsa/mixer/samples/{USB Device 0x46d:0x9a4--USB Mixer => USB Device 0x46d_0x9a4--USB Mixer} (100%) diff --git a/spa/plugins/alsa/mixer/samples/USB Device 0x46d:0x9a4--USB Mixer b/spa/plugins/alsa/mixer/samples/USB Device 0x46d_0x9a4--USB Mixer similarity index 100% rename from spa/plugins/alsa/mixer/samples/USB Device 0x46d:0x9a4--USB Mixer rename to spa/plugins/alsa/mixer/samples/USB Device 0x46d_0x9a4--USB Mixer