Searched refs:pcm_cfg (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/sound/soc/codecs/ |
A D | pcm186x.c | 274 u8 pcm_cfg = 0; in pcm186x_hw_params() local 281 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_16 << in pcm186x_hw_params() 287 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_20 << in pcm186x_hw_params() 293 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_24 << in pcm186x_hw_params() 299 pcm_cfg = PCM186X_PCM_CFG_RX_WLEN_32 << in pcm186x_hw_params() 311 pcm_cfg); in pcm186x_hw_params() 363 u8 pcm_cfg = 0; in pcm186x_set_fmt() local 396 pcm_cfg = PCM186X_PCM_CFG_FMT_I2S; in pcm186x_set_fmt() 399 pcm_cfg = PCM186X_PCM_CFG_FMT_LEFTJ; in pcm186x_set_fmt() 409 pcm_cfg = PCM186X_PCM_CFG_FMT_TDM; in pcm186x_set_fmt() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | pcm-test.c | 248 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time() argument 283 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time() 295 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 299 conf_get_string_array(pcm_cfg, "alt_formats", NULL, in test_pcm_time() 301 rate = conf_get_long(pcm_cfg, "rate", NULL, 48000); in test_pcm_time() 302 channels = conf_get_long(pcm_cfg, "channels", NULL, 2); in test_pcm_time() 515 snd_config_t *pcm_cfg; in run_time_tests() local 526 pcm_cfg = snd_config_iterator_entry(i); in run_time_tests() 527 if (snd_config_get_id(pcm_cfg, &test_name) < 0) in run_time_tests() 531 test_pcm_time(pcm, class, test_name, pcm_cfg); in run_time_tests() [all …]
|
/linux-6.3-rc2/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 9 milliseconds