File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313# Packed type cannot transitively contain a `#[repr(align)]` type.
1414--opaque-type alt_instr
15+ --opaque-type snd_codec_options
16+ --opaque-type snd_codec
17+ --opaque-type snd_compr_params
1518--opaque-type x86_msi_data
1619--opaque-type x86_msi_addr_lo
1720
Original file line number Diff line number Diff line change 7777#include <linux/wait.h>
7878#include <linux/workqueue.h>
7979#include <linux/xarray.h>
80+ #include <sound/core.h>
81+ #include <sound/dmaengine_pcm.h>
82+ #include <sound/pcm.h>
8083#include <trace/events/rust_sample.h>
8184
8285#if defined(CONFIG_DRM_PANIC_SCREEN_QR_CODE )
@@ -97,6 +100,8 @@ const gfp_t RUST_CONST_HELPER___GFP_NOWARN = ___GFP_NOWARN;
97100const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL ;
98101const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET ;
99102
103+ const u64 BINDINGS_SNDRV_PCM_FMTBIT_FLOAT_LE = SNDRV_PCM_FMTBIT_FLOAT_LE ;
104+
100105const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT ;
101106
102107const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC ;
You can’t perform that action at this time.
0 commit comments