Commit 13838c11 authored by Mukunda, Vijendar's avatar Mukunda, Vijendar Committed by Mark Brown

ASoC: amd: fixed checkpatch pl warnings

fixed checkpatch pl warnings.
Signed-off-by: default avatarVijendar Mukunda <Vijendar.Mukunda@amd.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 112c60b3
This diff is collapsed.
...@@ -115,23 +115,25 @@ enum { ...@@ -115,23 +115,25 @@ enum {
}; };
enum { enum {
ACP_DMA_ATTRIBUTES_SHAREDMEM_TO_DAGB_ONION = 0x0, ACP_DMA_ATTR_SHAREDMEM_TO_DAGB_ONION = 0x0,
ACP_DMA_ATTRIBUTES_SHARED_MEM_TO_DAGB_GARLIC = 0x1, ACP_DMA_ATTR_SHARED_MEM_TO_DAGB_GARLIC = 0x1,
ACP_DMA_ATTRIBUTES_DAGB_ONION_TO_SHAREDMEM = 0x8, ACP_DMA_ATTR_DAGB_ONION_TO_SHAREDMEM = 0x8,
ACP_DMA_ATTRIBUTES_DAGB_GARLIC_TO_SHAREDMEM = 0x9, ACP_DMA_ATTR_DAGB_GARLIC_TO_SHAREDMEM = 0x9,
ACP_DMA_ATTRIBUTES_FORCE_SIZE = 0xF ACP_DMA_ATTR_FORCE_SIZE = 0xF
}; };
typedef struct acp_dma_dscr_transfer { typedef struct acp_dma_dscr_transfer {
/* Specifies the source memory location for the DMA data transfer. */ /* Specifies the source memory location for the DMA data transfer. */
u32 src; u32 src;
/* Specifies the destination memory location to where the data will /*
* Specifies the destination memory location to where the data will
* be transferred. * be transferred.
*/ */
u32 dest; u32 dest;
/* Specifies the number of bytes need to be transferred /*
* from source to destination memory.Transfer direction & IOC enable * Specifies the number of bytes need to be transferred
*/ * from source to destination memory.Transfer direction & IOC enable
*/
u32 xfer_val; u32 xfer_val;
/* Reserved for future use */ /* Reserved for future use */
u32 reserved; u32 reserved;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment