[alsa-devel] [RFC 0/3] ALSA: Add soc hda bus support

Vinod Koul vinod.koul at intel.com
Thu Apr 2 11:57:28 CEST 2015


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



More information about the Alsa-devel mailing list