Searched refs:pcm_cfg (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H 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 …]
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 258 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time() argument 295 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time() 307 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 311 conf_get_string_array(pcm_cfg, "alt_formats", NULL, in test_pcm_time() 313 rate = conf_get_long(pcm_cfg, "rate", NULL, 48000); in test_pcm_time() 314 channels = conf_get_long(pcm_cfg, "channels", NULL, 2); in test_pcm_time() 315 period_size = conf_get_long(pcm_cfg, "period_size", NULL, 4096); in test_pcm_time() 316 buffer_size = conf_get_long(pcm_cfg, "buffer_size", NULL, 16384); in test_pcm_time() 528 snd_config_t *pcm_cfg; in run_time_tests() local 539 pcm_cfg = snd_config_iterator_entry(i); in run_time_tests() [all …]
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 382 struct pcm_cfg { struct 393 struct pcm_cfg cfg; argument 424 struct pcm_cfg cfg;
|