Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/Linux-v4.19/include/sound/
Dpcm_params.h28 struct snd_pcm_hw_params *params,
31 struct snd_pcm_hw_params *params,
33 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params,
314 static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p) in params_access()
324 static inline snd_pcm_format_t params_format(const struct snd_pcm_hw_params *p) in params_format()
335 params_subformat(const struct snd_pcm_hw_params *p) in params_subformat()
346 params_period_bytes(const struct snd_pcm_hw_params *p) in params_period_bytes()
358 static inline int params_width(const struct snd_pcm_hw_params *p) in params_width()
371 static inline int params_physical_width(const struct snd_pcm_hw_params *p) in params_physical_width()
377 params_set_format(struct snd_pcm_hw_params *p, snd_pcm_format_t fmt) in params_set_format()
Ddmaengine_pcm.h29 const struct snd_pcm_hw_params *params, struct dma_slave_config *slave_config);
132 struct snd_pcm_hw_params *params,
158 struct snd_pcm_hw_params *params,
Dpcm.h72 struct snd_pcm_hw_params *params);
233 typedef int (*snd_pcm_hw_rule_func_t)(struct snd_pcm_hw_params *params,
905 static inline struct snd_mask *hw_param_mask(struct snd_pcm_hw_params *params, in hw_param_mask()
911 static inline struct snd_interval *hw_param_interval(struct snd_pcm_hw_params *params, in hw_param_interval()
917 static inline const struct snd_mask *hw_param_mask_c(const struct snd_pcm_hw_params *params, in hw_param_mask_c()
923 static inline const struct snd_interval *hw_param_interval_c(const struct snd_pcm_hw_params *params, in hw_param_interval_c()
933 static inline unsigned int params_channels(const struct snd_pcm_hw_params *p) in params_channels()
942 static inline unsigned int params_rate(const struct snd_pcm_hw_params *p) in params_rate()
951 static inline unsigned int params_period_size(const struct snd_pcm_hw_params *p) in params_period_size()
960 static inline unsigned int params_periods(const struct snd_pcm_hw_params *p) in params_periods()
[all …]
Dpxa2xx-lib.h10 struct snd_pcm_hw_params;
15 struct snd_pcm_hw_params *params);
Dsoc-dpcm.h82 struct snd_pcm_hw_params hw_params;
97 struct snd_pcm_hw_params hw_params;
/Linux-v4.19/sound/pci/oxygen/
Doxygen_pcm.c253 static unsigned int oxygen_format(struct snd_pcm_hw_params *hw_params) in oxygen_format()
261 static unsigned int oxygen_rate(struct snd_pcm_hw_params *hw_params) in oxygen_rate()
283 static unsigned int oxygen_i2s_bits(struct snd_pcm_hw_params *hw_params) in oxygen_i2s_bits()
291 static unsigned int oxygen_play_channels(struct snd_pcm_hw_params *hw_params) in oxygen_play_channels()
315 struct snd_pcm_hw_params *hw_params) in oxygen_hw_params()
343 struct snd_pcm_hw_params *params) in get_mclk()
363 struct snd_pcm_hw_params *hw_params) in oxygen_rec_a_hw_params()
394 struct snd_pcm_hw_params *hw_params) in oxygen_rec_b_hw_params()
432 struct snd_pcm_hw_params *hw_params) in oxygen_rec_c_hw_params()
469 struct snd_pcm_hw_params *hw_params) in oxygen_spdif_hw_params()
[all …]
Dxonar_dg.h44 struct snd_pcm_hw_params *params);
46 struct snd_pcm_hw_params *params);
Dxonar.h27 struct snd_pcm_hw_params *params);
52 struct snd_pcm_hw_params *params);
Dse6x.c82 struct snd_pcm_hw_params *params) in set_pcm1792a_params()
88 struct snd_pcm_hw_params *params) in set_pcm1804_params()
Doxygen.h71 struct snd_pcm_hw_params;
90 struct snd_pcm_hw_params *params);
92 struct snd_pcm_hw_params *params);
/Linux-v4.19/sound/core/oss/
Dpcm_plugin.h101 struct snd_pcm_hw_params *params,
125 struct snd_pcm_hw_params *params,
126 struct snd_pcm_hw_params *slave_params);
/Linux-v4.19/sound/core/
Dpcm_drm_eld.c28 static int eld_limit_rates(struct snd_pcm_hw_params *params, in eld_limit_rates()
56 static int eld_limit_channels(struct snd_pcm_hw_params *params, in eld_limit_channels()
Dpcm_native.c278 struct snd_pcm_hw_params *params) in constrain_mask_params()
314 struct snd_pcm_hw_params *params) in constrain_interval_params()
350 struct snd_pcm_hw_params *params) in constrain_params_by_rules()
471 struct snd_pcm_hw_params *params) in fixup_unreferenced_params()
515 struct snd_pcm_hw_params *params) in snd_pcm_hw_refine()
547 struct snd_pcm_hw_params __user * _params) in snd_pcm_hw_refine_user()
549 struct snd_pcm_hw_params *params; in snd_pcm_hw_refine_user()
617 struct snd_pcm_hw_params *params) in snd_pcm_hw_params_choose()
668 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function
669 struct snd_pcm_hw_params *params) in snd_pcm_hw_params()
[all …]
Dpcm_lib.c1255 static int snd_pcm_hw_rule_list(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_list()
1285 static int snd_pcm_hw_rule_ranges(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ranges()
1316 static int snd_pcm_hw_rule_ratnums(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratnums()
1351 static int snd_pcm_hw_rule_ratdens(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratdens()
1385 static int snd_pcm_hw_rule_msbits(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_msbits()
1431 static int snd_pcm_hw_rule_step(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_step()
1458 static int snd_pcm_hw_rule_pow2(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_pow2()
1488 static int snd_pcm_hw_rule_noresample_func(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_noresample_func()
1516 static void _snd_pcm_hw_param_any(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_any()
1534 void _snd_pcm_hw_params_any(struct snd_pcm_hw_params *params) in _snd_pcm_hw_params_any()
[all …]
/Linux-v4.19/sound/soc/uniphier/
Daio.h240 struct snd_pcm_hw_params params;
329 const struct snd_pcm_hw_params *params);
338 const struct snd_pcm_hw_params *params);
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-pcm.c11 static int hw_rule_rate(struct snd_pcm_hw_params *params, in hw_rule_rate()
35 static int hw_rule_channels(struct snd_pcm_hw_params *params, in hw_rule_channels()
159 struct snd_pcm_hw_params *hw_params) in pcm_capture_hw_params()
179 struct snd_pcm_hw_params *hw_params) in pcm_playback_hw_params()
/Linux-v4.19/sound/soc/qcom/
Dsdm845.c27 struct snd_pcm_hw_params *params) in sdm845_tdm_snd_hw_params()
83 struct snd_pcm_hw_params *params) in sdm845_snd_hw_params()
181 struct snd_pcm_hw_params *params) in sdm845_be_hw_params_fixup()
/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c16 static int hw_rule_rate(struct snd_pcm_hw_params *params, in hw_rule_rate()
41 static int hw_rule_channels(struct snd_pcm_hw_params *params, in hw_rule_channels()
192 struct snd_pcm_hw_params *hw_params) in pcm_capture_hw_params()
212 struct snd_pcm_hw_params *hw_params) in pcm_playback_hw_params()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_pcm.c65 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_rate()
90 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_channels()
223 struct snd_pcm_hw_params *hw_params) in pcm_capture_hw_params()
242 struct snd_pcm_hw_params *hw_params) in pcm_playback_hw_params()
/Linux-v4.19/sound/firewire/motu/
Dmotu-pcm.c12 static int motu_rate_constraint(struct snd_pcm_hw_params *params, in motu_rate_constraint()
42 static int motu_channels_constraint(struct snd_pcm_hw_params *params, in motu_channels_constraint()
194 struct snd_pcm_hw_params *hw_params) in capture_hw_params()
213 struct snd_pcm_hw_params *hw_params) in playback_hw_params()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c12 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_rate()
40 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_channels()
190 struct snd_pcm_hw_params *hw_params) in pcm_capture_hw_params()
210 struct snd_pcm_hw_params *hw_params) in pcm_playback_hw_params()
/Linux-v4.19/sound/soc/intel/boards/
Dhaswell.c47 struct snd_pcm_hw_params *params) in haswell_ssp0_fixup()
64 struct snd_pcm_hw_params *params) in haswell_rt5640_hw_params()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c10 static int hw_rule_rate(struct snd_pcm_hw_params *params, in hw_rule_rate()
41 static int hw_rule_channels(struct snd_pcm_hw_params *params, in hw_rule_channels()
211 struct snd_pcm_hw_params *hw_params) in pcm_capture_hw_params()
230 struct snd_pcm_hw_params *hw_params) in pcm_playback_hw_params()
/Linux-v4.19/sound/soc/meson/
Daxg-tdm-interface.c159 struct snd_pcm_hw_params *params, in axg_tdm_iface_set_stream()
190 struct snd_pcm_hw_params *params) in axg_tdm_iface_set_lrclk()
245 struct snd_pcm_hw_params *params) in axg_tdm_iface_set_sclk()
284 struct snd_pcm_hw_params *params, in axg_tdm_iface_hw_params()
/Linux-v4.19/sound/soc/rockchip/
Drk3399_gru_sound.c63 struct snd_pcm_hw_params *params) in rockchip_sound_max98357a_hw_params()
94 struct snd_pcm_hw_params *params) in rockchip_sound_rt5514_hw_params()
126 struct snd_pcm_hw_params *params) in rockchip_sound_da7219_hw_params()
224 struct snd_pcm_hw_params *params) in rockchip_sound_dmic_hw_params()

12345678910>>...22