From: Jaroslav Kysela Date: Fri, 30 May 2008 12:28:39 +0000 (+0200) Subject: modified alsatool extpick to replace sounds: with sound: prefix X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6ebc7bf7f5d784355340808338a9d95776c226c3;p=alsa.git modified alsatool extpick to replace sounds: with sound: prefix --- 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