mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Fix compile without debug option
Fixed the compile error (missing function) without debug option.
This commit is contained in:
parent
aad10fb49b
commit
98ecc868ec
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@ static void dump_hw_params(snd_pcm_hw_params_t *params, const char *type,
|
|||
snd_pcm_hw_params_dump(params, out);
|
||||
snd_output_close(out);
|
||||
}
|
||||
#else
|
||||
static inline void dump_hw_params(snd_pcm_hw_params_t *params, const char *type,
|
||||
snd_pcm_hw_param_t var, unsigned int val, int err)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline int hw_is_mask(snd_pcm_hw_param_t var)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue