From: ramesh.babu@intel.com
To: alsa-devel@alsa-project.org
Cc: Sailaja Bandarupalli <sailaja.bandarupalli@intel.com>,
Ramesh Babu K V <ramesh.babu@intel.com>
Subject: [PATCH 5/5] [RFC]intel_hdmi_audio: Kconfig and Makefile
Date: Mon, 22 Nov 2010 19:09:46 +0530 [thread overview]
Message-ID: <1290433186-31628-5-git-send-email-ramesh.babu@intel.com> (raw)
In-Reply-To: <1290433186-31628-1-git-send-email-ramesh.babu@intel.com>
From: Ramesh Babu K V <ramesh.babu@intel.com>
This patch adds Kconfig and Makefile. For compilation, this
driver is dependent on client driver (platform display driver).
Change-Id: I786b82b7a8cd9136e81a21e076e394199572cd66
Signed-off-by: Ramesh Babu K V <ramesh.babu@intel.com>
Signed-off-by: Sailaja Bandarupalli <sailaja.bandarupalli@intel.com>
---
sound/drivers/Kconfig | 10 ++++++++++
sound/drivers/Makefile | 1 +
sound/drivers/intel_mid_hdmi/Makefile | 2 ++
3 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 sound/drivers/intel_mid_hdmi/Makefile
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index 84714a6..e11a607 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -182,4 +182,14 @@ config SND_AC97_POWER_SAVE_DEFAULT
The default time-out value in seconds for AC97 automatic
power-save mode. 0 means to disable the power-save mode.
+config SND_INTELMID_HDMI_AUDIO
+ tristate "Intel MID based HDMI AUDIO driver"
+ depends on MDFD_HDMI
+ default n
+ help
+ Intel MID HDMI Audio Driver (HAD) enables audio playback through
+ HDMI interface on Intel Medfield MID platform. This is an ALSA
+ driver. This driver programs HDMI audio sub-system registers
+ according to the HDMI 13.a spec.
+
endif # SND_DRIVERS
diff --git a/sound/drivers/Makefile b/sound/drivers/Makefile
index d4a07f9..fdf9add 100644
--- a/sound/drivers/Makefile
+++ b/sound/drivers/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_SND_PORTMAN2X4) += snd-portman2x4.o
obj-$(CONFIG_SND_ML403_AC97CR) += snd-ml403-ac97cr.o
obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
+obj-$(CONFIG_SND_INTELMID_HDMI_AUDIO) += intel_mid_hdmi/
diff --git a/sound/drivers/intel_mid_hdmi/Makefile b/sound/drivers/intel_mid_hdmi/Makefile
new file mode 100644
index 0000000..a53e4f0
--- /dev/null
+++ b/sound/drivers/intel_mid_hdmi/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_SND_INTELMID_HDMI_AUDIO) += intel_mid_had.o
+intel_mid_had-objs := intel_mid_hdmi_audio.o intel_mid_hdmi_audio_if.o
--
1.6.2.5
next prev parent reply other threads:[~2010-11-22 13:34 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-22 13:39 [PATCH 1/5] [RFC]intel_hdmi_audio:include header ramesh.babu
2010-11-22 13:39 ` [PATCH 2/5] [RFC]intel_hdmi_audio: interface module ramesh.babu
2010-11-22 13:58 ` Mark Brown
2010-11-24 9:05 ` Takashi Iwai
2010-11-24 10:11 ` Mark Brown
2010-11-24 14:20 ` Takashi Iwai
2010-11-25 5:54 ` Bandarupalli, Sailaja
2010-12-01 9:55 ` Babu, Ramesh
2010-11-22 13:39 ` [PATCH 3/5] [RFC]intel_hdmi_audio: driver module - ALSA intereaction ramesh.babu
2010-11-24 9:16 ` Takashi Iwai
2010-11-25 5:40 ` Bandarupalli, Sailaja
2010-11-25 5:50 ` Takashi Iwai
2010-11-25 6:17 ` Bandarupalli, Sailaja
2010-11-22 13:39 ` [PATCH 4/5] [RFC]intel_hdmi_audio:driver module-hdmi hw interface ramesh.babu
2010-11-22 13:39 ` ramesh.babu [this message]
2010-11-22 13:48 ` [PATCH 1/5] [RFC]intel_hdmi_audio:include header Mark Brown
2010-11-25 4:59 ` Bandarupalli, Sailaja
2010-11-24 9:20 ` Takashi Iwai
2010-11-25 5:06 ` Bandarupalli, Sailaja
2010-11-25 5:46 ` Takashi Iwai
2010-11-25 6:07 ` Bandarupalli, Sailaja
2010-11-25 6:25 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290433186-31628-5-git-send-email-ramesh.babu@intel.com \
--to=ramesh.babu@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=sailaja.bandarupalli@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).