Home
last modified time | relevance | path

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

/linux-6.14.4/sound/firewire/fireface/
Damdtp-ff.c108 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_ff_add_pcm_hw_constraints()
/linux-6.14.4/sound/firewire/tascam/
Damdtp-tascam.c122 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_tscm_add_pcm_hw_constraints()
/linux-6.14.4/sound/soc/mediatek/mt8183/
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()
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()
/linux-6.14.4/sound/firewire/
Damdtp-am824.c238 return snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_am824_add_pcm_hw_constraints()
/linux-6.14.4/sound/firewire/digi00x/
Damdtp-dot.c328 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_dot_add_pcm_hw_constraints()
/linux-6.14.4/sound/pci/ice1712/
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()
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()
/linux-6.14.4/sound/firewire/motu/
Damdtp-motu.c195 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_motu_add_pcm_hw_constraints()
/linux-6.14.4/sound/soc/qcom/
Dsc7180.c404 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 32); in sc7180_adau7002_snd_startup()
/linux-6.14.4/sound/pci/oxygen/
Doxygen_pcm.c160 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in oxygen_open()
/linux-6.14.4/sound/pci/
Dcs4281.c884 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_playback_open()
903 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_capture_open()
Dintel8x0.c1143 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_intel8x0_playback_open()
Dcmipci.c1729 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_cmipci_playback_spdif_open()
/linux-6.14.4/sound/pci/rme9652/
Drme9652.c2246 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_playback_open()
2305 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_capture_open()
Dhdsp.c4488 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdsp_playback_open()
4565 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdsp_capture_open()
Dhdspm.c6059 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdspm_open()
/linux-6.14.4/sound/core/
Dpcm_lib.c1460 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_msbits() function
1471 EXPORT_SYMBOL(snd_pcm_hw_constraint_msbits);
/linux-6.14.4/include/sound/
Dpcm.h1103 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
/linux-6.14.4/sound/usb/misc/
Dua101.c644 err = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 32, 24); in set_stream_hw()
/linux-6.14.4/sound/x86/
Dintel_hdmi_audio.c1092 retval = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in had_pcm_open()
/linux-6.14.4/sound/soc/codecs/
Dmax98090.c1923 snd_pcm_hw_constraint_msbits(substream->runtime, 0, 16, 16); in max98090_dai_startup()
/linux-6.14.4/sound/soc/
Dsoc-pcm.c557 ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits); in soc_pcm_set_msb()