mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
database: pick old database file from any arch
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/425>
This commit is contained in:
parent
4ca8997aa0
commit
7115023c51
5 changed files with 42 additions and 54 deletions
|
|
@ -222,11 +222,6 @@ static int fill_data(simple_data *db, FILE *f) {
|
|||
return pa_hashmap_size(db->map);
|
||||
}
|
||||
|
||||
const char* pa_database_get_arch_suffix(void) {
|
||||
/* Simple database binary file format is CPU dependent. */
|
||||
return CANONICAL_HOST;
|
||||
}
|
||||
|
||||
const char* pa_database_get_filename_suffix(void) {
|
||||
return ".simple";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue