From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Date: Wed, 12 Nov 2014 12:04:01 +0000 Subject: Re: [PATCH v7 18/20] ASoC: omap: Remove obsolete HDMI audio code and Kconfig options Message-Id: <54634CB1.4020009@ti.com> List-Id: References: <3b82bfccc11f3aefd34db578944b5447fcfa1d85.1415786458.git.jsarha@ti.com> In-Reply-To: <3b82bfccc11f3aefd34db578944b5447fcfa1d85.1415786458.git.jsarha@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Jyri Sarha , alsa-devel@alsa-project.org, linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org Cc: broonie@kernel.org, liam.r.girdwood@linux.intel.com, tomi.valkeinen@ti.com On 11/12/2014 12:49 PM, Jyri Sarha wrote: > Removes omap-hdmi DAI driver, omap-hdmi-card driver, the related > Kconfig options, and Makefile entries. The HDMI DAI drivers has been > integrated directly to OMAP4+ HDMI drivers and simple-card driver is > used instead of omap-hdmi-card driver. >=20 > Signed-off-by: Jyri Sarha Acked-by: Peter Ujfalusi > --- > sound/soc/omap/Kconfig | 13 -- > sound/soc/omap/Makefile | 4 - > sound/soc/omap/omap-hdmi-card.c | 87 ---------- > sound/soc/omap/omap-hdmi.c | 364 ---------------------------------= ------ > sound/soc/omap/omap-hdmi.h | 38 ---- > 5 files changed, 506 deletions(-) > delete mode 100644 sound/soc/omap/omap-hdmi-card.c > delete mode 100644 sound/soc/omap/omap-hdmi.c > delete mode 100644 sound/soc/omap/omap-hdmi.h >=20 > diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig > index 2b32b3e..3dfcadf 100644 > --- a/sound/soc/omap/Kconfig > +++ b/sound/soc/omap/Kconfig > @@ -12,9 +12,6 @@ config SND_OMAP_SOC_MCBSP > config SND_OMAP_SOC_MCPDM > tristate > =20 > -config SND_OMAP_SOC_HDMI > - tristate > - > config SND_OMAP_SOC_HDMI_AUDIO > tristate "HDMI audio support for OMAP4+ based SoCs" > depends on SND_OMAP_SOC > @@ -115,16 +112,6 @@ config SND_OMAP_SOC_OMAP_ABE_TWL6040 > - PandaBoard (4430) > - PandaBoardES (4460) > =20 > -config SND_OMAP_SOC_OMAP_HDMI > - tristate "SoC Audio support for Texas Instruments OMAP HDMI" > - depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS > - select SND_OMAP_SOC_HDMI > - select SND_SOC_HDMI_CODEC > - select OMAP4_DSS_HDMI_AUDIO > - help > - Say Y if you want to add support for SoC HDMI audio on Texas Instrume= nts > - OMAP4 chips > - > config SND_OMAP_SOC_OMAP3_PANDORA > tristate "SoC Audio support for OMAP3 Pandora" > depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3_PANDORA > diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile > index 40688a6..db36fbd 100644 > --- a/sound/soc/omap/Makefile > +++ b/sound/soc/omap/Makefile > @@ -3,14 +3,12 @@ snd-soc-omap-objs :=3D omap-pcm.o > snd-soc-omap-dmic-objs :=3D omap-dmic.o > snd-soc-omap-mcbsp-objs :=3D omap-mcbsp.o mcbsp.o > snd-soc-omap-mcpdm-objs :=3D omap-mcpdm.o > -snd-soc-omap-hdmi-objs :=3D omap-hdmi.o > snd-soc-omap-hdmi-audio-objs :=3D omap-hdmi-audio.o > =20 > obj-$(CONFIG_SND_OMAP_SOC) +=3D snd-soc-omap.o > obj-$(CONFIG_SND_OMAP_SOC_DMIC) +=3D snd-soc-omap-dmic.o > obj-$(CONFIG_SND_OMAP_SOC_MCBSP) +=3D snd-soc-omap-mcbsp.o > obj-$(CONFIG_SND_OMAP_SOC_MCPDM) +=3D snd-soc-omap-mcpdm.o > -obj-$(CONFIG_SND_OMAP_SOC_HDMI) +=3D snd-soc-omap-hdmi.o > obj-$(CONFIG_SND_OMAP_SOC_HDMI_AUDIO) +=3D snd-soc-omap-hdmi-audio.o > =20 > # OMAP Machine Support > @@ -22,7 +20,6 @@ snd-soc-am3517evm-objs :=3D am3517evm.o > snd-soc-omap-abe-twl6040-objs :=3D omap-abe-twl6040.o > snd-soc-omap-twl4030-objs :=3D omap-twl4030.o > snd-soc-omap3pandora-objs :=3D omap3pandora.o > -snd-soc-omap-hdmi-card-objs :=3D omap-hdmi-card.o > =20 > obj-$(CONFIG_SND_OMAP_SOC_N810) +=3D snd-soc-n810.o > obj-$(CONFIG_SND_OMAP_SOC_RX51) +=3D snd-soc-rx51.o > @@ -32,4 +29,3 @@ obj-$(CONFIG_SND_OMAP_SOC_AM3517EVM) +=3D snd-soc-am351= 7evm.o > obj-$(CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040) +=3D snd-soc-omap-abe-twl604= 0.o > obj-$(CONFIG_SND_OMAP_SOC_OMAP_TWL4030) +=3D snd-soc-omap-twl4030.o > obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) +=3D snd-soc-omap3pandora.o > -obj-$(CONFIG_SND_OMAP_SOC_OMAP_HDMI) +=3D snd-soc-omap-hdmi-card.o > diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-c= ard.c > deleted file mode 100644 > index f649fe8..0000000 > --- a/sound/soc/omap/omap-hdmi-card.c > +++ /dev/null > @@ -1,87 +0,0 @@ > -/* > - * omap-hdmi-card.c > - * > - * OMAP ALSA SoC machine driver for TI OMAP HDMI > - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ > - * Author: Ricardo Neri > - * > - * 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. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, write to the Free Software > - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA > - * 02110-1301 USA > - * > - */ > - > -#include > -#include > -#include > -#include > -#include