Searched refs:pcm_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/codecs/ |
| A D | pcm186x.c | 273 u8 pcm_cfg = 0; in pcm186x_hw_params() local 280 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_16 << in pcm186x_hw_params() 286 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_20 << in pcm186x_hw_params() 292 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_24 << in pcm186x_hw_params() 298 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_32 << in pcm186x_hw_params() 310 pcm_cfg); in pcm186x_hw_params() 362 u8 pcm_cfg = 0; in pcm186x_set_fmt() local 395 pcm_cfg = PCM186X_PCM_CFG_FMT_I2S; in pcm186x_set_fmt() 398 pcm_cfg = PCM186X_PCM_CFG_FMT_LEFTJ; in pcm186x_set_fmt() 408 pcm_cfg = PCM186X_PCM_CFG_FMT_TDM; in pcm186x_set_fmt() [all …]
|
| /linux/tools/testing/selftests/alsa/ |
| A D | pcm-test.c | 285 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time() argument 322 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time() 334 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 338 conf_get_string_array(pcm_cfg, "alt_formats", NULL, in test_pcm_time() 340 rate = conf_get_long(pcm_cfg, "rate", NULL, 48000); in test_pcm_time() 341 channels = conf_get_long(pcm_cfg, "channels", NULL, 2); in test_pcm_time() 558 snd_config_t *pcm_cfg; in run_time_tests() local 569 pcm_cfg = snd_config_iterator_entry(i); in run_time_tests() 570 if (snd_config_get_id(pcm_cfg, &test_name) < 0) in run_time_tests() 572 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests() [all …]
|
| /linux/sound/soc/intel/atom/ |
| A D | sst-atom-controls.h | 382 struct pcm_cfg { struct 393 struct pcm_cfg cfg; argument 424 struct pcm_cfg cfg;
|
Completed in 15 milliseconds