Home
last modified time | relevance | path

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

/linux-4.19.296/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,
316 static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p) in params_access()
326 static inline snd_pcm_format_t params_format(const struct snd_pcm_hw_params *p) in params_format()
337 params_subformat(const struct snd_pcm_hw_params *p) in params_subformat()
348 params_period_bytes(const struct snd_pcm_hw_params *p) in params_period_bytes()
360 static inline int params_width(const struct snd_pcm_hw_params *p) in params_width()
373 static inline int params_physical_width(const struct snd_pcm_hw_params *p) in params_physical_width()
379 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,
Dpxa2xx-lib.h10 struct snd_pcm_hw_params;
15 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,
907 static inline struct snd_mask *hw_param_mask(struct snd_pcm_hw_params *params, in hw_param_mask()
913 static inline struct snd_interval *hw_param_interval(struct snd_pcm_hw_params *params, in hw_param_interval()
919 static inline const struct snd_mask *hw_param_mask_c(const struct snd_pcm_hw_params *params, in hw_param_mask_c()
925 static inline const struct snd_interval *hw_param_interval_c(const struct snd_pcm_hw_params *params, in hw_param_interval_c()
935 static inline unsigned int params_channels(const struct snd_pcm_hw_params *p) in params_channels()
944 static inline unsigned int params_rate(const struct snd_pcm_hw_params *p) in params_rate()
953 static inline unsigned int params_period_size(const struct snd_pcm_hw_params *p) in params_period_size()
962 static inline unsigned int params_periods(const struct snd_pcm_hw_params *p) in params_periods()
[all …]
Dsoc-dpcm.h82 struct snd_pcm_hw_params hw_params;
97 struct snd_pcm_hw_params hw_params;
Dpcm_iec958.h10 int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
Dwss.h117 struct snd_pcm_hw_params *hw_params,
120 struct snd_pcm_hw_params *hw_params,
Dsimple_card_utils.h109 struct snd_pcm_hw_params *params);
Dsoc.h495 int snd_soc_params_to_frame_size(struct snd_pcm_hw_params *params);
497 int snd_soc_params_to_bclk(struct snd_pcm_hw_params *parms);
504 struct snd_pcm_hw_params *params,
736 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
811 struct snd_pcm_hw_params *params);
932 struct snd_pcm_hw_params *params);
Dsoc-dai.h196 struct snd_pcm_hw_params *, struct snd_soc_dai *);
/linux-4.19.296/include/uapi/sound/
Dasound.h395 struct snd_pcm_hw_params { struct
579 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
580 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
/linux-4.19.296/drivers/soundwire/
Dintel.c407 struct snd_pcm_hw_params *hw_params, int link_id) in intel_config_stream()
481 struct snd_pcm_hw_params *params, in intel_hw_params()