Searched refs:SND_PCM_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | alsa_config.c | 190 SND_PCM_CONFIG("CaptureDsnoop", "dsnoop", &snd_pcm_dsnoop_config), 191 SND_PCM_CONFIG("PlaybackDmix", "dmix", &snd_pcm_dmix_config), 193 SND_PCM_CONFIG("audiocodec", "hw", &snd_audiocodec_hw_config), 194 SND_PCM_CONFIG("snddaudio0", "hw", &snd_snddaudio0_hw_config), 195 SND_PCM_CONFIG("snddaudio1", "hw", &snd_snddaudio1_hw_config), 198 SND_PCM_CONFIG("snddmic", "hw", &snd_snddmic_hw_config), 199 SND_PCM_CONFIG("sndspdif", "hw", &snd_sndspdif_hw_config), 205 SND_PCM_CONFIG("PlaybackRoute", "route", &snd_pcm_route_config), 206 SND_PCM_CONFIG("PlaybackPlug", "plug", &snd_pcm_plug_config), 210 SND_PCM_CONFIG("PlaybackFile", "file", &snd_pcm_file_pb_config), [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm_config.h | 48 #define SND_PCM_CONFIG(xname, xtype, xconfig) \ macro
|
Completed in 6 milliseconds