]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hdac_ext: add extended stream capabilities
authorJeeja KP <jeeja.kp@intel.com>
Thu, 11 Jun 2015 08:41:49 +0000 (14:11 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Jun 2015 09:59:22 +0000 (11:59 +0200)
commit222449ffd87fd52b97564832146f4836b320ae96
tree8b11f918530e8419c0c4948bc496db2608799306
parentc9ed9f295e8dcdec03aaf57f3738f95de403b930
ALSA: hdac_ext: add extended stream capabilities

Now we have the bus and controller code added to find and initialize
the extended capabilities. Now we need to use them in stream code to
decouple stream, manage links etc

So this patch adds the stream handling code for extended capabilities
introduced in preceding patches

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio_ext.h
sound/hda/ext/Makefile
sound/hda/ext/hdac_ext_stream.c [new file with mode: 0644]