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 7979#include <linux/wait.h>
8080#include <linux/workqueue.h>
8181#include <linux/xarray.h>
82+ #include <sound/core.h>
83+ #include <sound/dmaengine_pcm.h>
84+ #include <sound/pcm.h>
8285#include <trace/events/rust_sample.h>
8386
8487#if defined(CONFIG_DRM_PANIC_SCREEN_QR_CODE )
@@ -99,6 +102,8 @@ const gfp_t RUST_CONST_HELPER___GFP_NOWARN = ___GFP_NOWARN;
99102const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL ;
100103const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET ;
101104
105+ const u64 BINDINGS_SNDRV_PCM_FMTBIT_FLOAT_LE = SNDRV_PCM_FMTBIT_FLOAT_LE ;
106+
102107const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT ;
103108
104109const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC ;
You can’t perform that action at this time.
0 commit comments