diff options
Diffstat (limited to 'include/sound/vx_core.h')
-rw-r--r-- | include/sound/vx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/vx_core.h b/include/sound/vx_core.h index 9821a6194caa..dbca14170615 100644 --- a/include/sound/vx_core.h +++ b/include/sound/vx_core.h @@ -128,6 +128,7 @@ struct snd_vx_hardware { unsigned int num_ins; unsigned int num_outs; unsigned int output_level_max; + unsigned int *output_level_db_scale; }; /* hwdep id string */ |