mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
hdajackretask: fix reset_changes_boot() declaration
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
90c2aa2639
commit
5eaadd15bd
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ gboolean apply_changes_reconfig(pin_configs_t* pins, int entries, int card, int
|
|||
|
||||
gboolean apply_changes_boot(pin_configs_t* pins, int entries, int card, int device,
|
||||
const char* model, const char* hints, GError** err);
|
||||
gboolean reset_changes_boot();
|
||||
gboolean reset_changes_boot(GError ** err);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue