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 8787#include <linux/wait.h>
8888#include <linux/workqueue.h>
8989#include <linux/xarray.h>
90+ #include <sound/core.h>
91+ #include <sound/dmaengine_pcm.h>
92+ #include <sound/pcm.h>
9093#include <trace/events/rust_sample.h>
9194
9295#if defined(CONFIG_DRM_PANIC_SCREEN_QR_CODE )
@@ -108,6 +111,8 @@ const gfp_t RUST_CONST_HELPER___GFP_NOWARN = ___GFP_NOWARN;
108111const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL ;
109112const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET ;
110113
114+ const u64 BINDINGS_SNDRV_PCM_FMTBIT_FLOAT_LE = SNDRV_PCM_FMTBIT_FLOAT_LE ;
115+
111116const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT ;
112117
113118const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC ;
You can’t perform that action at this time.
0 commit comments