Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_msbits (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/sound/firewire/fireface/
H A Damdtp-ff.c108 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_ff_add_pcm_hw_constraints()
/openbmc/linux/sound/firewire/tascam/
H A Damdtp-tascam.c122 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_tscm_add_pcm_hw_constraints()
/openbmc/linux/sound/soc/intel/boards/
H A Dkbl_rt5663_rt5514_max98927.c332 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kbl_fe_startup()
505 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kabylake_dmic_startup()
H A Dskl_rt286.c197 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in skl_fe_startup()
H A Dkbl_rt5660.c320 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kbl_fe_startup()
H A Dbxt_rt298.c317 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in bxt_fe_startup()
H A Dkbl_da7219_max98357a.c315 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kbl_fe_startup()
H A Dskl_nau88l25_max98357a.c295 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in skl_fe_startup()
H A Dskl_nau88l25_ssm4567.c315 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in skl_fe_startup()
H A Dbxt_da7219_max98357a.c350 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in bxt_fe_startup()
H A Dkbl_rt5663_max98927.c403 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kbl_fe_startup()
H A Dkbl_da7219_max98927.c496 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in kbl_fe_startup()
/openbmc/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-mt6358-ts3a227-max98357.c151 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in mt8183_mt6358_startup()
191 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in mt8183_mt6358_ts3a227_max98357_bt_sco_startup()
H A Dmt8183-da7219-max98357.c225 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in mt8183_da7219_max98357_startup()
265 snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16); in mt8183_da7219_max98357_bt_sco_startup()
/openbmc/linux/sound/firewire/digi00x/
H A Damdtp-dot.c328 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_dot_add_pcm_hw_constraints()
/openbmc/linux/sound/firewire/
H A Damdtp-am824.c238 return snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_am824_add_pcm_hw_constraints()
/openbmc/linux/sound/soc/qcom/
H A Dsc7180.c283 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 32); in sc7180_adau7002_snd_startup()
/openbmc/linux/sound/pci/ice1712/
H A Dice1724.c1014 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_pro_open()
1047 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_capture_pro_open()
1195 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_spdif_open()
1232 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_capture_spdif_open()
1381 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_indep_open()
H A Dice1712.c1133 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_ice1712_playback_pro_open()
1154 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_ice1712_capture_pro_open()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c195 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_motu_add_pcm_hw_constraints()
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_pcm.c160 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in oxygen_open()
/openbmc/linux/sound/pci/
H A Dcs4281.c887 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_playback_open()
906 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_capture_open()
/openbmc/linux/sound/pci/rme9652/
H A Drme9652.c2247 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_playback_open()
2306 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_capture_open()
/openbmc/linux/sound/core/
H A Dpcm_lib.c1440 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_msbits() function
1451 EXPORT_SYMBOL(snd_pcm_hw_constraint_msbits);
/openbmc/linux/include/sound/
H A Dpcm.h1071 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,

12