Exemplo n.º 1
0
int sst_alloc_stream(char *params)
{

	if (sst_drv_ctx->pci_id == SST_MFLD_PCI_ID)
		return sst_alloc_stream_mfld(params);
	else
		return sst_alloc_stream_clv(params);
}
Exemplo n.º 2
0
int sst_alloc_stream(char *params, struct sst_block *block)
{
#if 0
	if (sst_drv_ctx->pci_id == SST_MFLD_PCI_ID)
#ifndef MRFLD_TEST_ON_MFLD
		return sst_alloc_stream_mfld(params, block);
#else
		return sst_alloc_stream_mrfld(params, block);
#endif
	else if (sst_drv_ctx->pci_id == SST_MRFLD_PCI_ID)