Searched refs:rtd (Results 1 – 10 of 10) sorted by relevance
/include/sound/ |
D | soc-link.h | 11 int snd_soc_link_init(struct snd_soc_pcm_runtime *rtd); 12 void snd_soc_link_exit(struct snd_soc_pcm_runtime *rtd); 13 int snd_soc_link_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
|
D | soc-card.h | 59 struct snd_soc_pcm_runtime *rtd; in snd_soc_card_get_codec_dai() local 61 for_each_card_rtds(card, rtd) { in snd_soc_card_get_codec_dai() 62 if (!strcmp(asoc_rtd_to_codec(rtd, 0)->name, dai_name)) in snd_soc_card_get_codec_dai() 63 return asoc_rtd_to_codec(rtd, 0); in snd_soc_card_get_codec_dai()
|
D | soc.h | 446 int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num); 448 int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num); 450 static inline int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num) in snd_soc_new_compress() argument 461 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd); 463 void snd_soc_runtime_action(struct snd_soc_pcm_runtime *rtd, 465 static inline void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_activate() argument 468 snd_soc_runtime_action(rtd, stream, 1); in snd_soc_runtime_activate() 470 static inline void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_deactivate() argument 473 snd_soc_runtime_action(rtd, stream, -1); in snd_soc_runtime_deactivate() 476 int snd_soc_runtime_calc_hw(struct snd_soc_pcm_runtime *rtd, [all …]
|
D | soc-dai.h | 162 struct snd_soc_pcm_runtime *rtd, int num); 179 int snd_soc_pcm_dai_probe(struct snd_soc_pcm_runtime *rtd, int order); 180 int snd_soc_pcm_dai_remove(struct snd_soc_pcm_runtime *rtd, int order); 181 int snd_soc_pcm_dai_new(struct snd_soc_pcm_runtime *rtd); 333 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num); 335 int (*pcm_new)(struct snd_soc_pcm_runtime *rtd,
|
D | soc-component.h | 90 struct snd_soc_pcm_runtime *rtd); 176 int (*be_hw_params_fixup)(struct snd_soc_pcm_runtime *rtd, 460 int snd_soc_pcm_component_new(struct snd_soc_pcm_runtime *rtd); 461 void snd_soc_pcm_component_free(struct snd_soc_pcm_runtime *rtd); 470 int snd_soc_pcm_component_pm_runtime_get(struct snd_soc_pcm_runtime *rtd, 472 void snd_soc_pcm_component_pm_runtime_put(struct snd_soc_pcm_runtime *rtd,
|
D | soc-dpcm.h | 143 void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd); 145 static inline void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) in soc_dpcm_debugfs_add() argument
|
D | pxa2xx-lib.h | 30 struct snd_soc_pcm_runtime *rtd);
|
D | dmaengine_pcm.h | 141 struct snd_soc_pcm_runtime *rtd,
|
D | simple_card_utils.h | 96 int asoc_simple_dai_init(struct snd_soc_pcm_runtime *rtd); 97 int asoc_simple_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
|
D | soc-dapm.h | 456 void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, 458 void snd_soc_dapm_stream_stop(struct snd_soc_pcm_runtime *rtd, int stream);
|