mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
ASoC: sun4i-codec: Sort sound related #include statements
Some of the sound related #include statements are not ordered in alphabetic order. Sort them. This results in no functional change. Signed-off-by: Chen-Yu Tsai <wens@kernel.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://patch.msgid.link/20260714151950.316035-1-wens@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
72fe2ef11d
commit
eceeb7a564
|
|
@ -22,13 +22,13 @@
|
|||
#include <linux/gpio/consumer.h>
|
||||
|
||||
#include <sound/core.h>
|
||||
#include <sound/dmaengine_pcm.h>
|
||||
#include <sound/initval.h>
|
||||
#include <sound/jack.h>
|
||||
#include <sound/pcm.h>
|
||||
#include <sound/pcm_params.h>
|
||||
#include <sound/soc.h>
|
||||
#include <sound/tlv.h>
|
||||
#include <sound/initval.h>
|
||||
#include <sound/dmaengine_pcm.h>
|
||||
|
||||
/* Codec DAC digital controls and FIFO registers */
|
||||
#define SUN4I_CODEC_DAC_DPC (0x00)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user