acp63.h (ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482) | acp63.h (bddcfb0802eb69b0f51293eab5db33d344c0262f) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * AMD ALSA SoC PDM Driver 4 * 5 * Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved. 6 */ 7 8#include <sound/acp63_chip_offset_byte.h> --- 97 unchanged lines hidden (view full) --- 106 void __iomem *acp63_base; 107 struct resource *res; 108 struct platform_device *pdev[ACP63_DEVS]; 109 struct mutex acp_lock; /* protect shared registers */ 110 u16 pdev_mask; 111 u16 pdev_count; 112 u16 pdm_dev_index; 113}; | 1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * AMD ALSA SoC PDM Driver 4 * 5 * Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved. 6 */ 7 8#include <sound/acp63_chip_offset_byte.h> --- 97 unchanged lines hidden (view full) --- 106 void __iomem *acp63_base; 107 struct resource *res; 108 struct platform_device *pdev[ACP63_DEVS]; 109 struct mutex acp_lock; /* protect shared registers */ 110 u16 pdev_mask; 111 u16 pdev_count; 112 u16 pdm_dev_index; 113}; |
114 115int snd_amd_acp_find_config(struct pci_dev *pci); |
|