From: Jaroslav Kysela Date: Thu, 27 Jan 2022 12:15:46 +0000 (+0100) Subject: speaker-test: remove sample_map.csv X-Git-Tag: v1.2.7~36 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=90e1fd964b278e704d52408570da0ebb55bac115;p=alsa-utils.git speaker-test: remove sample_map.csv The CSV file is not used. The .wav file names are fixed in the source code, but the directory may be specified using --wavdir. Remove this file until there's a demand for the more precise .wav file mapping. Fixes: https://github.com/alsa-project/alsa-utils/issues/133 Signed-off-by: Jaroslav Kysela --- diff --git a/speaker-test/samples/sample_map.csv b/speaker-test/samples/sample_map.csv deleted file mode 100644 index 20d8ed2..0000000 --- a/speaker-test/samples/sample_map.csv +++ /dev/null @@ -1,2 +0,0 @@ -0, "Front Left", "/usr/share/alsa/samples/Front_Left.wav" -1, "Front Right", "/usr/share/alsa/samples/Front_Right.wav"