Searched refs:SNDRV_PCM_HW_PARAM_FORMAT (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dpcm.c427 struct snd_mask *fmts = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
578 struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
734 SNDRV_PCM_HW_PARAM_FORMAT,
741 SNDRV_PCM_HW_PARAM_FORMAT,
746 if ((err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
757 SNDRV_PCM_HW_PARAM_FORMAT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.c118 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
146 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
180 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
215 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
357 SNDRV_PCM_HW_PARAM_FORMAT, -1)) < 0)
360 SNDRV_PCM_HW_PARAM_FORMAT,
392 SNDRV_PCM_HW_PARAM_FORMAT, -1)) < 0)
395 SNDRV_PCM_HW_PARAM_FORMAT,
434 SNDRV_PCM_HW_PARAM_FORMAT, -1)) < 0)
437 SNDRV_PCM_HW_PARAM_FORMAT,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c134 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound.h333 SNDRV_PCM_HW_PARAM_FORMAT, /* Format */ enumerator in enum:sndrv_pcm_hw_param
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c1948 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
1964 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
1995 snd_hw_rule_format, NULL, SNDRV_PCM_HW_PARAM_FORMAT,
1997 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h306 #define SNDRV_PCM_HW_PARAM_FORMAT 1 /* Format */ macro
H A Dpcm.h750 #define params_format(p) snd_mask_min(hw_param_mask((p), SNDRV_PCM_HW_PARAM_FORMAT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c320 m = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
1694 struct snd_mask *mask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
1720 if (! snd_mask_test(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT), k))
1788 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FORMAT,
1795 SNDRV_PCM_HW_PARAM_FORMAT,
1915 err = snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT, hw->formats);
H A Dpcm_lib.c1552 SNDRV_PCM_HW_PARAM_FORMAT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c391 * SNDRV_PCM_HW_PARAM_FORMAT, SNDRV_PCM_HW_PARAM_SUBFORMAT.
879 sformat_mask = *hw_param_mask(sparams, SNDRV_PCM_HW_PARAM_FORMAT);
897 err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, sformat, 0);
907 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
1791 format_mask = *hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_local.h44 #define SND_PCM_HW_PARAM_FORMAT SNDRV_PCM_HW_PARAM_FORMAT

Completed in 129 milliseconds