Lines Matching +full:pcm +full:- +full:platform
1 // SPDX-License-Identifier: GPL-2.0+
3 // soc-devres.c -- ALSA SoC Audio Layer devres functions
20 * devm_snd_soc_register_component - resource managed component registration
38 return -ENOMEM; in devm_snd_soc_register_component()
58 * devm_snd_soc_register_card - resource managed card registration
72 return -ENOMEM; in devm_snd_soc_register_card()
94 * devm_snd_dmaengine_pcm_register - resource managed dmaengine PCM registration
95 * @dev: The parent device for the PCM device
96 * @config: Platform specific PCM configuration
97 * @flags: Platform specific quirks
99 * Register a dmaengine based PCM device with automatic unregistration when the
110 return -ENOMEM; in devm_snd_dmaengine_pcm_register()