Searched refs:msbits (Results 1 - 12 of 12) sorted by relevance

/linux-master/sound/soc/au1x/
H A Ddbdma2.c56 int msbits; member in struct:au1xpsc_audio_dmadata
139 pcd->msbits = 0;
149 int stype, int msbits)
152 if (msbits == 24)
153 msbits = 32;
156 if ((pcd->ddma_chan) && (msbits == pcd->msbits))
173 au1xxx_dbdma_set_devwidth(pcd->ddma_chan, msbits);
176 pcd->msbits = msbits;
148 au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, int stype, int msbits) argument
[all...]
H A Di2sc.c164 static unsigned long msbits_to_reg(int msbits) argument
166 switch (msbits) {
188 v = msbits_to_reg(params->msbits);
H A Dpsc-i2s.c124 if ((PSC_I2SCFG_GET_LEN(cfgbits) != params->msbits) ||
130 pscdata->cfg |= PSC_I2SCFG_SET_LEN(params->msbits);
H A Dpsc-ac97.c223 if ((PSC_AC97CFG_GET_LEN(r) != params->msbits) ||
230 r |= PSC_AC97CFG_SET_LEN(params->msbits);
/linux-master/sound/soc/sh/
H A Dhac.c242 switch (params->msbits) {
252 pr_debug("hac: invalid depth %d bit\n", params->msbits);
H A Dssi.c137 bits = params->msbits;
/linux-master/sound/core/
H A Dpcm_native.c53 unsigned int msbits; member in struct:snd_pcm_hw_params_old
480 if (!params->msbits) {
483 params->msbits = snd_interval_value(i);
487 params->msbits = snd_pcm_format_width(format);
491 if (params->msbits) {
497 snd_pcm_format_width(format) != params->msbits) {
547 params->msbits = 0;
3989 params->msbits = oparams->msbits;
4008 oparams->msbits
[all...]
H A Dpcm_lib.c1412 unsigned int msbits = l >> 16; local
1420 (width == 0 && snd_interval_value(i) > msbits))
1421 params->msbits = min_not_zero(params->msbits, msbits);
1427 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1431 * @msbits: msbits width
1433 * This constraint will set the number of most significant bits (msbits) if a
1435 * the msbits wil
1440 snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, unsigned int cond, unsigned int width, unsigned int msbits) argument
[all...]
H A Dpcm_compat.c63 u32 msbits; member in struct:snd_pcm_hw_params32
/linux-master/include/uapi/sound/
H A Dasound.h192 * For S32/U32 formats, 'msbits' hardware parameter is often used to deliver information about the
419 unsigned int msbits; /* R: used most significant bits (in sample bit-width) */ member in struct:snd_pcm_hw_params
/linux-master/tools/include/uapi/sound/
H A Dasound.h192 * For S32/U32 formats, 'msbits' hardware parameter is often used to deliver information about the
419 unsigned int msbits; /* R: used most significant bits (in sample bit-width) */ member in struct:snd_pcm_hw_params
/linux-master/include/sound/
H A Dpcm.h149 // For S32/U32 formats, 'msbits' hardware parameter is often used to deliver information about the
1093 unsigned int msbits);

Completed in 279 milliseconds