]> git.karo-electronics.de Git - karo-tx-linux.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)
commite7a3484dc5b15aa69e44a8b29d9a6e512fa3f922
treea1d3532971c04d3e84513cd19ee6df67a25ab31a
parentd39513f85163e202a44283856286fabb6902f2e0
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