summaryrefslogtreecommitdiff
path: root/drivers/sound/max98095.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-12-10 20:37:42 +0300
committerSimon Glass <sjg@chromium.org>2018-12-14 02:36:30 +0300
commit0ab6f0b358195b26096806f3002c8d153e5334dd (patch)
tree8e8793d4db2fb5ab7c352108a27e28ad3a88c5fc /drivers/sound/max98095.h
parent482e585bdf4a9eb1374d525ec4e57c671038d239 (diff)
downloadu-boot-0ab6f0b358195b26096806f3002c8d153e5334dd.tar.xz
dm: sound: Move common code out of maxim98095
The register-access code is useful for any maxim codec. Move it out into its own file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound/max98095.h')
-rw-r--r--drivers/sound/max98095.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sound/max98095.h b/drivers/sound/max98095.h
index 13ae177a86..f189db728d 100644
--- a/drivers/sound/max98095.h
+++ b/drivers/sound/max98095.h
@@ -11,6 +11,8 @@
#ifndef _MAX98095_H
#define _MAX98095_H
+#include "maxim_codec.h"
+
/* Available audio interface ports in wm8994 codec */
enum en_max_audio_interface {
AIF1,