Home
last modified time | relevance | path

Searched refs:snd_compress_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/sound/
Dcompress_driver.h160 int snd_compress_new(struct snd_card *card, int device,
/linux-4.1.27/sound/core/
Dcompress_offload.c921 int snd_compress_new(struct snd_card *card, int device, in snd_compress_new() function
939 EXPORT_SYMBOL_GPL(snd_compress_new);
/linux-4.1.27/sound/soc/
Dsoc-compress.c702 ret = snd_compress_new(rtd->card->snd_card, num, direction, compr); in soc_new_compress()