All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] ALSA: Add soc hda bus support
@ 2015-04-02  9:57 Vinod Koul
  2015-04-02  9:57 ` [RFC 1/3] ALSA: hda - remove assigning dev type inside core Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Vinod Koul @ 2015-04-02  9:57 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Vinod Koul, broonie, lgirdwood, pathes.audio

This series of 3 patches adds support for ASoC HDA
bus. ASoC HDA bus is essentially a wrapper for
HDA core bus and it manages ASoC hda drivers

Ramesh Babu (3):
  ALSA: hda - remove assigning dev type inside core
  ALSA: hda - add ASoC device type for hda core
  ALSA: hda - add soc hda bus wrapper

 include/sound/hdaudio.h      |    1 +
 include/sound/soc-hdac-bus.h |  103 +++++++++++++++++++
 sound/hda/hdac_device.c      |    1 -
 sound/soc/Kconfig            |    1 +
 sound/soc/Makefile           |    1 +
 sound/soc/hda/Kconfig        |    4 +
 sound/soc/hda/Makefile       |    3 +
 sound/soc/hda/soc-hdac-bus.c |  233 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 346 insertions(+), 1 deletion(-)
 create mode 100644 include/sound/soc-hdac-bus.h
 create mode 100644 sound/soc/hda/Kconfig
 create mode 100644 sound/soc/hda/Makefile
 create mode 100644 sound/soc/hda/soc-hdac-bus.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-04-14  4:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02  9:57 [RFC 0/3] ALSA: Add soc hda bus support Vinod Koul
2015-04-02  9:57 ` [RFC 1/3] ALSA: hda - remove assigning dev type inside core Vinod Koul
2015-04-04 12:18   ` Takashi Iwai
2015-04-02  9:57 ` [RFC 2/3] ALSA: hda - add ASoC device type for hda core Vinod Koul
2015-04-02  9:57 ` [RFC 3/3] ALSA: hda - add soc hda bus wrapper Vinod Koul
2015-04-04 12:31   ` Takashi Iwai
2015-04-06 17:08   ` Mark Brown
2015-04-08  4:47     ` [alsa-devel] " Ramesh Babu
2015-04-08  4:47     ` Ramesh Babu
2015-04-08  6:28 ` [RFC 0/3] ALSA: Add soc hda bus support David Henningsson
2015-04-14  4:22   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.