]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/sound/hda_register.h
ALSA: hdac: Add support to enable SPIB for hdac ext stream
authorJeeja KP <jeeja.kp@intel.com>
Fri, 21 Aug 2015 16:06:20 +0000 (21:36 +0530)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Aug 2015 17:28:20 +0000 (19:28 +0200)
commitee8bc4df1b5a9df1ede13975c40dec7009214595
tree7c2da8f6921a454d31529016a700dc564f79143c
parentc5b0c09b8fa3e02d9cbfd9445fb4114becdd3390
ALSA: hdac: Add support to enable SPIB for hdac ext stream

The drivers need to set the spib and maxfifios values, so add
these new APIs snd_hdac_ext_stream_set_spib() and
snd_hdac_ext_stream_set_spbmaxfifo() APIs

For these APIs we also need to have spib and fifos pointer, so
add these to hdac_ext_stream and initialize them at stream init

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/hda_register.h
include/sound/hdaudio_ext.h
sound/hda/ext/hdac_ext_stream.c