]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: add hdac_ext stream creation and cleanup routines
authorVinod Koul <vinod.koul@intel.com>
Wed, 17 Jun 2015 05:50:16 +0000 (11:20 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 Jun 2015 10:29:26 +0000 (12:29 +0200)
commitb56269394b69e0eecefd9bf594f4a6e2470c077f
treea1d3532971c04d3e84513cd19ee6df67a25ab31a
parenteb64827a0040d07f8ade7bfbff6ba39fb7297654
ALSA: hda: add hdac_ext stream creation and cleanup routines

HDAC extended core should create streams for an extended bus and also free
up those on cleanup. So introduce snd_hdac_ext_stream_init_all and
snd_hdac_stream_free_all routines

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/hdac_ext_stream.c