~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/amd/acp/amd-acp63-acpi-match.c

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * amd-acp63-acpi-match.c - tables and support for ACP 6.3 platform
  4  * ACPI enumeration.
  5  *
  6  * Copyright 2024 Advanced Micro Devices, Inc.
  7  */
  8 
  9 #include <sound/soc-acpi.h>
 10 #include "../mach-config.h"
 11 
 12 static const struct snd_soc_acpi_endpoint single_endpoint = {
 13         .num = 0,
 14         .aggregated = 0,
 15         .group_position = 0,
 16         .group_id = 0
 17 };
 18 
 19 static const struct snd_soc_acpi_endpoint spk_l_endpoint = {
 20         .num = 0,
 21         .aggregated = 1,
 22         .group_position = 0,
 23         .group_id = 1
 24 };
 25 
 26 static const struct snd_soc_acpi_endpoint spk_r_endpoint = {
 27         .num = 0,
 28         .aggregated = 1,
 29         .group_position = 1,
 30         .group_id = 1
 31 };
 32 
 33 static const struct snd_soc_acpi_adr_device rt711_rt1316_group_adr[] = {
 34         {
 35                 .adr = 0x000030025D071101ull,
 36                 .num_endpoints = 1,
 37                 .endpoints = &single_endpoint,
 38                 .name_prefix = "rt711"
 39         },
 40         {
 41                 .adr = 0x000030025D131601ull,
 42                 .num_endpoints = 1,
 43                 .endpoints = &spk_l_endpoint,
 44                 .name_prefix = "rt1316-1"
 45         },
 46         {
 47                 .adr = 0x000032025D131601ull,
 48                 .num_endpoints = 1,
 49                 .endpoints = &spk_r_endpoint,
 50                 .name_prefix = "rt1316-2"
 51         },
 52 };
 53 
 54 static const struct snd_soc_acpi_adr_device rt714_adr[] = {
 55         {
 56                 .adr = 0x130025d071401ull,
 57                 .num_endpoints = 1,
 58                 .endpoints = &single_endpoint,
 59                 .name_prefix = "rt714"
 60         }
 61 };
 62 
 63 static const struct snd_soc_acpi_link_adr acp63_4_in_1_sdca[] = {
 64         {       .mask = BIT(0),
 65                 .num_adr = ARRAY_SIZE(rt711_rt1316_group_adr),
 66                 .adr_d = rt711_rt1316_group_adr,
 67         },
 68         {
 69                 .mask = BIT(1),
 70                 .num_adr = ARRAY_SIZE(rt714_adr),
 71                 .adr_d = rt714_adr,
 72         },
 73         {}
 74 };
 75 
 76 struct snd_soc_acpi_mach snd_soc_acpi_amd_acp63_sof_sdw_machines[] = {
 77         {
 78                 .link_mask = BIT(0) | BIT(1),
 79                 .links = acp63_4_in_1_sdca,
 80                 .drv_name = "amd_sof_sdw",
 81                 .sof_tplg_filename = "sof-acp_6_3-rt711-l0-rt1316-l0-rt714-l1.tplg",
 82                 .fw_filename = "sof-acp_6_3.ri",
 83         },
 84         {},
 85 };
 86 EXPORT_SYMBOL(snd_soc_acpi_amd_acp63_sof_sdw_machines);
 87 
 88 MODULE_DESCRIPTION("AMD ACP6.3 tables and support for ACPI enumeration");
 89 MODULE_LICENSE("GPL");
 90 MODULE_AUTHOR("Vijendar.Mukunda@amd.com");
 91 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php