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 7272#include <linux/wait.h>
7373#include <linux/workqueue.h>
7474#include <linux/xarray.h>
75+ #include <sound/core.h>
76+ #include <sound/dmaengine_pcm.h>
77+ #include <sound/pcm.h>
7578#include <trace/events/rust_sample.h>
7679
7780#if defined(CONFIG_DRM_PANIC_SCREEN_QR_CODE )
@@ -92,6 +95,8 @@ const gfp_t RUST_CONST_HELPER___GFP_NOWARN = ___GFP_NOWARN;
9295const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL ;
9396const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET ;
9497
98+ const u64 BINDINGS_SNDRV_PCM_FMTBIT_FLOAT_LE = SNDRV_PCM_FMTBIT_FLOAT_LE ;
99+
95100const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT ;
96101
97102const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC ;
You can’t perform that action at this time.
0 commit comments