Symbol: SNDRV_PCM_HW_PARAM_FORMAT
drivers/usb/gadget/function/u_uac1_legacy.c
116
_snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
include/sound/pcm_params.h
316
SNDRV_PCM_HW_PARAM_FORMAT));
include/sound/pcm_params.h
370
snd_mask_set_format(hw_param_mask(p, SNDRV_PCM_HW_PARAM_FORMAT), fmt);
sound/core/oss/pcm_oss.c
1869
format_mask = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/oss/pcm_oss.c
906
sformat_mask = hw_param_mask_c(sparams, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/oss/pcm_oss.c
924
err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, (__force int)sformat, 0);
sound/core/oss/pcm_oss.c
934
_snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
sound/core/pcm_native.c
2415
struct snd_mask *mask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
2442
if (!snd_mask_test_format(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT), k))
sound/core/pcm_native.c
2500
struct snd_mask *fmask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
2528
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/core/pcm_native.c
2551
err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/core/pcm_native.c
2558
SNDRV_PCM_HW_PARAM_FORMAT,
sound/core/pcm_native.c
2678
err = snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT, hw->formats);
sound/core/pcm_native.c
490
m = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
498
m = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
522
m = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
667
SNDRV_PCM_HW_PARAM_FORMAT,
sound/drivers/aloop.c
1285
SNDRV_PCM_HW_PARAM_FORMAT,
sound/drivers/aloop.c
1287
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/pci/echoaudio/echoaudio.c
101
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
129
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
163
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
198
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
361
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/pci/echoaudio/echoaudio.c
365
SNDRV_PCM_HW_PARAM_FORMAT,
sound/pci/echoaudio/echoaudio.c
393
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/pci/echoaudio/echoaudio.c
397
SNDRV_PCM_HW_PARAM_FORMAT,
sound/pci/echoaudio/echoaudio.c
431
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/pci/echoaudio/echoaudio.c
435
SNDRV_PCM_HW_PARAM_FORMAT,
sound/pci/echoaudio/echoaudio.c
468
NULL, SNDRV_PCM_HW_PARAM_FORMAT,
sound/pci/echoaudio/echoaudio.c
473
SNDRV_PCM_HW_PARAM_FORMAT,
sound/ppc/pmac.c
543
return snd_mask_refine_set(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/ppc/pmac.c
586
snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/codecs/adau1977.c
725
SNDRV_PCM_HW_PARAM_FORMAT, formats);
sound/soc/codecs/cs4234.c
484
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/codecs/framer-codec.c
113
struct snd_mask *f_old = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/codecs/framer-codec.c
208
SNDRV_PCM_HW_PARAM_FORMAT, format);
sound/soc/codecs/framer-codec.c
216
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/soc/codecs/framer-codec.c
222
ret = snd_pcm_hw_rule_add(substream->runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/codecs/fs210x.c
707
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/codecs/hdac_hdmi.c
328
return snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/fsl/fsl-asoc-card.c
309
mask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/fsl/fsl_qmc_audio.c
422
struct snd_mask *f_old = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/fsl/fsl_qmc_audio.c
484
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/soc/fsl/fsl_qmc_audio.c
490
ret = snd_pcm_hw_rule_add(substream->runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/fsl/imx-audmix.c
44
return snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/fsl/imx-card.c
528
mask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/generic/simple-card-utils.c
57
SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/da7219.c
155
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/es8336.c
187
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/max98357a.c
37
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/max98373.c
55
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/max98927.c
55
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/nau8825.c
126
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/pcm3168a.c
48
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt274.c
137
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt286.c
87
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt298.c
98
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt5514.c
53
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt5640.c
86
struct snd_mask *fmask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt5663.c
102
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt5682.c
194
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/ssm4567.c
72
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/pcm.c
606
SNDRV_PCM_HW_PARAM_FORMAT, SNDRV_PCM_HW_PARAM_CHANNELS,
sound/soc/intel/avs/pcm.c
609
SNDRV_PCM_HW_PARAM_FORMAT, SNDRV_PCM_HW_PARAM_CHANNELS,
sound/soc/intel/boards/bdw-rt5650.c
97
snd_mask_set_format(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/intel/boards/cht_bsw_nau8824.c
136
hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
174
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
186
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
101
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
114
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8186/mt8186-mt6366.c
389
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8188/mt8188-mt6359.c
625
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8189/mt8189-nau8825.c
176
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c
384
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8195/mt8195-mt6359.c
389
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/mediatek/mt8195/mt8195-mt6359.c
652
snd_mask_reset_range(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT),
sound/soc/qcom/apq8016_sbc.c
246
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sc7280.c
336
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sc8280xp.c
78
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sdm845.c
503
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sm8250.c
65
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/soc-dapm.c
4028
snd_mask_set(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT), fmt);
sound/soc/soc-utils-test.c
129
snd_mask_none(hw_param_mask(&params, SNDRV_PCM_HW_PARAM_FORMAT));
sound/soc/soc-utils-test.c
182
snd_mask_none(hw_param_mask(&params, SNDRV_PCM_HW_PARAM_FORMAT));
sound/soc/sof/intel/hda-pcm.c
296
snd_pcm_hw_constraint_mask64(substream->runtime, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sof/ipc3-pcm.c
217
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-pcm.c
799
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
1378
if (param_to_update & BIT(SNDRV_PCM_HW_PARAM_FORMAT)) {
sound/soc/sof/ipc4-topology.c
1425
m = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
1869
m = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
1924
BIT(SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
1950
if (params_mask & BIT(SNDRV_PCM_HW_PARAM_FORMAT)) {
sound/soc/sof/ipc4-topology.c
1953
params_mask &= ~BIT(SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
2405
BIT(SNDRV_PCM_HW_PARAM_FORMAT) |
sound/soc/sof/ipc4-topology.c
2659
BIT(SNDRV_PCM_HW_PARAM_FORMAT) |
sound/soc/sof/ipc4-topology.c
2815
BIT(SNDRV_PCM_HW_PARAM_FORMAT) |
sound/soc/sof/pcm.c
725
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/spacemit/k1_i2s.c
165
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/spacemit/k1_i2s.c
174
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sti/uniperif_player.c
718
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sti/uniperif_player.c
720
player, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sti/uniperif_reader.c
378
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sti/uniperif_reader.c
380
reader, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/stm/stm32_sai_sub.c
905
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/sunxi/sun4i-i2s.c
1105
return snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/ti/davinci-mcasp.c
1557
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1580
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1664
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1800
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/ti/davinci-mcasp.c
1803
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/soc/ti/davinci-mcasp.c
1809
SNDRV_PCM_HW_PARAM_FORMAT,
sound/soc/ti/davinci-mcasp.c
1812
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/soc/ti/davinci-mcasp.c
1827
SNDRV_PCM_HW_PARAM_FORMAT, -1);
sound/soc/ti/davinci-mcasp.c
1831
SNDRV_PCM_HW_PARAM_FORMAT,
sound/sparc/dbri.c
2004
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/sparc/dbri.c
2020
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/sparc/dbri.c
2050
snd_hw_rule_format, NULL, SNDRV_PCM_HW_PARAM_FORMAT,
sound/sparc/dbri.c
2052
snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
1164
SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
1174
SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
1180
err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
1182
SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
1193
SNDRV_PCM_HW_PARAM_FORMAT,
sound/usb/pcm.c
760
struct snd_mask *fmts = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/usb/pcm.c
956
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/usb/qcom/qc_audio_offload.c
950
m = hw_param_mask(&params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/xen/xen_snd_front_alsa.c
257
hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/xen/xen_snd_front_alsa.c
383
ret = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
sound/xen/xen_snd_front_alsa.c
385
SNDRV_PCM_HW_PARAM_FORMAT, -1);