]> 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)
commit5155c67d85eb80f7984ce78da6e71c09f14c9f8d
tree8b11f918530e8419c0c4948bc496db2608799306
parentba577efa3cdb7cb03a16e77534f185bcc9b49c4e
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]