Skip to content

Commit 56c66b2

Browse files
yaochunhungplbossart
authored andcommitted
ASoC: SOF: mediatek: Add shared_size for mediatek common chip information
Add shared_size for mediatek common chip information which is used for audio and trace dma. Signed-off-by: YC Hung <yc.hung@mediatek.com>
1 parent 672ec1b commit 56c66b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/sof/mediatek/adsp_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct mtk_adsp_chip_info {
2121
u32 sramsize;
2222
u32 dramsize;
2323
u32 cfgregsize;
24+
u32 shared_size;
2425
void __iomem *va_sram; /* corresponding to pa_sram */
2526
void __iomem *va_dram; /* corresponding to pa_dram */
2627
void __iomem *va_cfgreg;

0 commit comments

Comments
 (0)