Searched refs:param_type (Results 1 – 5 of 5) sorted by relevance
| /sound/core/seq/ |
| A D | seq_midi_emul.c | 169 chan->param_type = SNDRV_MIDI_PARAM_TYPE_NONREGISTERED; in snd_midi_process_event() 182 chan->param_type = SNDRV_MIDI_PARAM_TYPE_REGISTERED; in snd_midi_process_event() 314 if (chan->param_type == SNDRV_MIDI_PARAM_TYPE_REGISTERED) in do_control() 321 chan->param_type = SNDRV_MIDI_PARAM_TYPE_REGISTERED; in do_control() 325 chan->param_type = SNDRV_MIDI_PARAM_TYPE_NONREGISTERED; in do_control()
|
| /sound/soc/sof/ |
| A D | sof-audio.c | 932 static int sof_dai_get_param(struct snd_soc_pcm_runtime *rtd, int param_type) in sof_dai_get_param() argument 946 return tplg_ops->dai_get_param(sdev, dai, param_type); in sof_dai_get_param()
|
| A D | sof-audio.h | 233 int (*dai_get_param)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type);
|
| A D | ipc3-topology.c | 2514 static int sof_ipc3_dai_get_param(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type) in sof_ipc3_dai_get_param() argument 2523 switch (param_type) { in sof_ipc3_dai_get_param() 2531 dev_err(sdev->dev, "invalid SSP param %d\n", param_type); in sof_ipc3_dai_get_param()
|
| A D | ipc4-topology.c | 3443 static int sof_ipc4_dai_get_param(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type) in sof_ipc4_dai_get_param() argument 3482 switch (param_type) { in sof_ipc4_dai_get_param() 3490 dev_err(sdev->dev, "invalid SSP param %d\n", param_type); in sof_ipc4_dai_get_param()
|
Completed in 35 milliseconds