Adding intel_mid_i2s drivers to kernel 3.0
authorSylvain Pichon <sylvainx.pichon@intel.com>
Fri, 25 Nov 2011 15:58:40 +0000 (16:58 +0100)
committerbuildbot <buildbot@intel.com>
Tue, 29 Nov 2011 20:38:43 +0000 (12:38 -0800)
commit327a9c2de06e4be36b0f8e17b8e7d995ee4584ea
treef1edd03cd2e27f3641f9e27c78ed7eaa36d5e931
parented6f84ea05a32e0dec899cb7805152d6ae085366
Adding intel_mid_i2s drivers to kernel 3.0

BZ: 15712

Change-Id: Ie3671d54db65a99a1752e6db2a4c690e0d3c27b9
Signed-off-by: Sylvain Pichon <sylvainx.pichon@intel.com>
Reviewed-on: http://android.intel.com:8080/25553
Reviewed-by: Le Gall, Louis <louis.le.gall@intel.com>
Reviewed-by: Suet, NicolasX <nicolasx.suet@intel.com>
Reviewed-by: Seibel, Eric <eric.seibel@intel.com>
Tested-by: Seibel, Eric <eric.seibel@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
18 files changed:
include/linux/intel_mid_i2s_if.h [new file with mode: 0644]
include/sound/intel_alsa_ssp_common.h [new file with mode: 0644]
sound/pci/Kconfig
sound/pci/Makefile
sound/pci/intel_mid_i2s/Makefile [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ifx_hw_interface.c [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ifx_hw_interface.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ifx_hw_private.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ifx_snd_card.c [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ifx_snd_card.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ssp_hw_interface.c [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ssp_hw_interface.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ssp_hw_private.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ssp_snd_card.c [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_alsa_ssp_snd_card.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_mid_i2s.c [new file with mode: 0644]
sound/pci/intel_mid_i2s/intel_mid_i2s.h [new file with mode: 0644]
sound/pci/intel_mid_i2s/readme.txt [new file with mode: 0644]