Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81fcb170 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: Move some headers to local directories from include/sound



This is a bit clean up of public sound header directory.
Some header files in include/sound aren't really necessary to be
located there but can be moved to their local directories gracefully.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2cb1331d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/cs46xx.h>
#include "cs46xx.h"
#include <sound/initval.h>

MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
+4 −4
Original line number Diff line number Diff line
@@ -23,10 +23,10 @@
 *
 */

#include "pcm.h"
#include "pcm-indirect.h"
#include "rawmidi.h"
#include "ac97_codec.h"
#include <sound/pcm.h>
#include <sound/pcm-indirect.h>
#include <sound/rawmidi.h>
#include <sound/ac97_codec.h>
#include "cs46xx_dsp_spos.h"

/*
Loading