Skip to content

Commit 2d50582

Browse files
committed
ASOC: Intel: refine the type of codec_mask from u32 to unsigned long
The default type of codec_mask in HDA system is unsigned long Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
1 parent e17f522 commit 2d50582

File tree

1 file changed

+1
-1
lines changed
  • sound/soc/intel/skylake

1 file changed

+1
-1
lines changed

sound/soc/intel/skylake/skl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct skl_machine_pdata {
122122
u32 dmic_num;
123123
bool use_tplg_pcm; /* use dais and dai links from topology */
124124
const char *platform;
125-
u32 codec_mask;
125+
unsigned long codec_mask;
126126
};
127127

128128
struct skl_dsp_ops {

0 commit comments

Comments
 (0)