topology: pre-processor: fix regular expression flags
13 Mar
2023
13 Mar
'23
6:49 a.m.
alsa-project/alsa-utils pull request #195 was opened from aiChaoSONG:
The REG_ICASE flag is a compile-time flag (cflags), it should be used with regcomp() instead of regexec(). Also add the REG_EXTENDED flag in this patch to make patterns like 'tgl|adl' work.
Request URL : https://github.com/alsa-project/alsa-utils/pull/195 Patch URL : https://github.com/alsa-project/alsa-utils/pull/195.patch Repository URL: https://github.com/alsa-project/alsa-utils
623
Age (days ago)
623
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened