X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fsound%2Fmax98095.h;h=1521f3f02f9f30da6f7e713d552a087fa0f6c879;hb=287be3294af6179782f8a561afca427620504581;hp=44b1e3a97b4aa16280c8940368a6bd321e0a50df;hpb=6b40852da5c8dd710f9d61204affff3c6a3c9d22;p=oweals%2Fu-boot.git diff --git a/drivers/sound/max98095.h b/drivers/sound/max98095.h index 44b1e3a97b..1521f3f02f 100644 --- a/drivers/sound/max98095.h +++ b/drivers/sound/max98095.h @@ -1,19 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * max98095.h -- MAX98095 ALSA SoC Audio driver * * Copyright 2011 Maxim Integrated Products - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef _MAX98095_H #define _MAX98095_H +#include "maxim_codec.h" + /* Available audio interface ports in wm8994 codec */ enum en_max_audio_interface { - AIF1 = 1, + AIF1, AIF2, };