]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sound: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:21 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
25 files changed:
drivers/sound/broadwell_i2s.c
drivers/sound/broadwell_sound.c
drivers/sound/codec-uclass.c
drivers/sound/da7219.c
drivers/sound/hda_codec.c
drivers/sound/i2s-uclass.c
drivers/sound/i8254_beep.c
drivers/sound/ivybridge_sound.c
drivers/sound/max98088.c
drivers/sound/max98090.c
drivers/sound/max98095.c
drivers/sound/max98357a.c
drivers/sound/maxim_codec.c
drivers/sound/rockchip_i2s.c
drivers/sound/rockchip_sound.c
drivers/sound/rt5677.c
drivers/sound/samsung-i2s.c
drivers/sound/samsung_sound.c
drivers/sound/sandbox.c
drivers/sound/sound-uclass.c
drivers/sound/sound.c
drivers/sound/tegra_ahub.c
drivers/sound/tegra_i2s.c
drivers/sound/tegra_sound.c
drivers/sound/wm8994.c

index 7f754e6567619fbe67c6c3b4fa1536119f7cecc3..bc44b5ec7e1fd9a7cae31d7df778ec8cffd901b4 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_I2S
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
index 6e083fe1f6967f50987635f03995148184c4d5ba..473f8d8f9771a89ee84fc4755fbbda102c91adb6 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <i2s.h>
index 2cb233bd3060b6430afe3daa5711fb826602c07f..1c1560619ea502279d2b9b42596512daa749444f 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_AUDIO_CODEC
 
-#include <common.h>
 #include <dm.h>
 #include <audio_codec.h>
 
index c1edef4436082fcfca0b13ccd41c1bcc80afa6cd..5b9b3f65263fa559780bf85722dcacf5240ae480 100644 (file)
@@ -6,7 +6,6 @@
  * Parts taken from coreboot
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2c.h>
 #include <irq.h>
index af6148ef7240324af603f8f164c79898bacb5011..da8bde67de65645f9836f5b3064a1882e2faef07 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY   UCLASS_SOUND
 
-#include <common.h>
 #include <dm.h>
 #include <hda_codec.h>
 #include <log.h>
index fc4f686b516d6ad360ce7f6492ecd9d7329ad3a0..6263c4d707190fe09f837cfc814d669b2e192d41 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_I2S
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 
index 5572dc4d265d7db69db07022947d6cf030302fc6..7234ad4a07e567091e7ec27e5703b35133adb733 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2018 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sound.h>
 #include <asm/i8254.h>
index d982219e06de8ecded418a81c4ce3e6a2256d282..aeeba1d267ecc4a21f772284a6318897a9f3358d 100644 (file)
@@ -12,7 +12,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <dm.h>
 #include <hda_codec.h>
 #include <log.h>
index c0463b8e8a62f3e611db06fa1ee2fe8859ff16b8..d9037641ca462a8d73f331278a79ef3966d57de5 100644 (file)
@@ -8,7 +8,6 @@
  * following the changes made in max98095.c
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <div64.h>
 #include <dm.h>
index a798762f1ee755920cb4d9d17ca6c0f57169193b..18a3ffa85c8ed9896b8f8e222e01a723216c949f 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2011 Maxim Integrated Products
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <div64.h>
 #include <dm.h>
index d0f701aaf105df9c6dce3cd51f649b57a166bbdc..96e772cff21bd027e56839d17757f6509a5a6054 100644 (file)
@@ -7,7 +7,6 @@
  * Modified for U-Boot by R. Chandrasekar (rcsekar@samsung.com)
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <div64.h>
index bdf6dc236ec38db62b37b9a0315c4564b7312584..da56ffdd6bb4e7d37b626cb2ea5153b47ceb6a06 100644 (file)
@@ -6,7 +6,6 @@
  * Parts taken from coreboot
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <log.h>
index 6553d9590472b93b2dd3e33ce3afd924e84f886c..98f094c0e9adf96f02e365ad298ee75758567068 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2011 Maxim Integrated Products
  */
 
-#include <common.h>
 #include <div64.h>
 #include <i2c.h>
 #include <i2s.h>
index 4e9e68aaac8165f3009dc6f586eb2ae6a297820c..5078dfbed07d4edf9588fe338dffdaa6909c0461 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_I2S
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
index 94058e603d7d3fc5bc73e049543759d6c85cd11a..418d2efd452678a44599b195c0b317ac31797696 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <audio_codec.h>
 #include <clk.h>
 #include <dm.h>
index b655bb40b6426886f3b64edf4846badac5779173..b5c997c6dd53407fd56c2113ca28f73c197efa22 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <i2c.h>
index dc5a2789aeed8adf9842a964f3f3fa8433d8266e..42175fd7d28b9edaee730148eb79ceeff9312f1c 100644 (file)
@@ -4,11 +4,11 @@
  * R. Chandrasekar <rcsekar@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
 #include <sound.h>
+#include <time.h>
 #include <asm/arch/clk.h>
 #include <asm/arch/pinmux.h>
 #include <asm/arch/i2s-regs.h>
index 473cedf7e9749994d5667d9bd54872da5f36cdbd..9150ad4a63ba1892f7b30ffaacd5f1d7175e681a 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <i2s.h>
index c6cbd81fdbceb996da1cba50d058c1dc9978c07c..31ae153530e8832a185dc4dcd2bf270c7c3f67c9 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <i2s.h>
index 2ffc4fc7c1db7e76ec308c513c03f792563b4044..b8a3dab447d9c5494637082bc79af45c45971deb 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_SOUND
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
index c0fc50c99dac5e6c7ec051a9b762415a0d3c6670..4fde2989e04f5983106eb12b5121844639f865df 100644 (file)
@@ -4,9 +4,9 @@
  * R. Chandrasekar <rcsekar@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <sound.h>
+#include <linux/string.h>
 
 void sound_create_square_wave(uint sample_rate, unsigned short *data, int size,
                              uint freq, uint channels)
index 495a29c5137c4462780ca9934514ce0871216ba3..8f1b0c009a8815d080357c51182695946ae0f41e 100644 (file)
@@ -7,11 +7,11 @@
 
 #define LOG_CATEGORY UCLASS_MISC
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
 #include <misc.h>
+#include <time.h>
 #include <asm/io.h>
 #include <asm/arch-tegra/tegra_ahub.h>
 #include <asm/arch-tegra/tegra_i2s.h>
index 932f737900e4f90879bd0961fcf8be674d1f917c..357aac36ceaae64d4f6423f173616c39a8aed3cd 100644 (file)
@@ -5,7 +5,6 @@
  */
 #define LOG_CATEGORY UCLASS_I2S
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <log.h>
index aef6a2eb147555506e8b8d0db862dc5cb3056c32..152c929146f587834a36269941d173264227e362 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_I2S
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <i2s.h>
index fd646479b315a866823e998b8acac63f2b85b1f2..6b3091aa5de18eea58d6d1cb32b7657bbbaac921 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2012 Samsung Electronics
  * R. Chandrasekar <rcsekar@samsung.com>
  */
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <div64.h>