diff options
author | 2025-03-11 00:01:56 +0530 | |
---|---|---|
committer | 2025-03-11 17:18:31 +0000 | |
commit | c8b5f251f0e53edab220ac4edf444120815fed3c (patch) | |
tree | 1deae05f9429a6ae0e7218245da53f678aadf6be | |
parent | ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driver (diff) | |
download | wireguard-linux-c8b5f251f0e53edab220ac4edf444120815fed3c.tar.xz wireguard-linux-c8b5f251f0e53edab220ac4edf444120815fed3c.zip |
ASoC: amd: acp: Remove white line
Remove white line in renoir platform driver.
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250310183201.11979-10-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/amd/acp/acp-renoir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp/acp-renoir.c b/sound/soc/amd/acp/acp-renoir.c index 2037af67509a..970ca613a439 100644 --- a/sound/soc/amd/acp/acp-renoir.c +++ b/sound/soc/amd/acp/acp-renoir.c @@ -36,7 +36,6 @@ static struct acp_resource rsrc = { .sram_pte_offset = 0x02052800, }; - static struct snd_soc_dai_driver acp_renoir_dai[] = { { .name = "acp-i2s-sp", |