axg_fifo_pcm_new
EXPORT_SYMBOL_GPL(axg_fifo_pcm_new);
int axg_fifo_pcm_new(struct snd_soc_pcm_runtime *rtd, unsigned int type);
return axg_fifo_pcm_new(rtd, SNDRV_PCM_STREAM_PLAYBACK);
return axg_fifo_pcm_new(rtd, SNDRV_PCM_STREAM_CAPTURE);