From 6ebc7bf7f5d784355340808338a9d95776c226c3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 30 May 2008 14:28:39 +0200 Subject: [PATCH] modified alsatool extpick to replace sounds: with sound: prefix --- alsatool | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alsatool b/alsatool index 93785c3..1c5e73f 100755 --- a/alsatool +++ b/alsatool @@ -495,6 +495,8 @@ def extpick(argv): not a.upper().startswith('ALSA:') and \ not a.upper().startswith('[SOUND]') and \ not a.upper().startswith('SOUND:'): + if a.upper().startswith('SOUNDS: '): + a = a[8:].strip() lines[idx] = 'Subject: sound: ' + a + '\n' print repr(lines[idx]) break -- 2.47.1