Merge tag 'sound-fix-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / include / linux / dma / qcom_adm.h
1 // SPDX-License-Identifier: GPL-2.0-only
2 #ifndef __LINUX_DMA_QCOM_ADM_H
3 #define __LINUX_DMA_QCOM_ADM_H
4
5 #include <linux/types.h>
6
7 struct qcom_adm_peripheral_config {
8         u32 crci;
9         u32 mux;
10 };
11
12 #endif /* __LINUX_DMA_QCOM_ADM_H */