Bug in asoundconf
Bug #271899 reported by
Joe_Bishop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
alsa-utils (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: alsa-utils
/usr/bin/asoundconf uses configuration file /usr/share/
defaults.
where ....file_format and "raw" is separated with tabular character, not spaces. But in current state /usr/bin/asoundconf supposes such lines are separated with spaces. The attached patch solves this issue. Or, you can replace \t in alsa.conf with spaces.
To post a comment you must log in.
Thanks for catching this bug! I've been away from reading the conffile for some time, so I didn't see the additional whitespace changes.
Actually, for the separator, we want to handle any amount of whitespace of at least one character, so '\s+' is more appropriate.