Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params (Results 1 – 7 of 7) sorted by relevance

/external/tinyalsa/
Dpcm.c66 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n) in param_to_interval()
71 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask()
76 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit) in param_set_mask()
88 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min()
96 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_max()
104 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int()
114 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int()
124 static void param_init(struct snd_pcm_hw_params *p) in param_init()
459 struct snd_pcm_hw_params params; in pcm_open()
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
DSDL_alsa_audio.c83 static int (*SDL_NAME(snd_pcm_hw_params))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
118 { "snd_pcm_hw_params", (void**)(char*)&SDL_NAME(snd_pcm_hw_params) },
474 status = SDL_NAME(snd_pcm_hw_params)(pcm_handle, hwparams); in ALSA_OpenAudio()
/external/kernel-headers/original/sound/
Dasound.h348 struct snd_pcm_hw_params { struct
458 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
459 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
/external/qemu/android/config/
Dcheck-alsa.c37 DYN_FUNCTION(int,snd_pcm_hw_params,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
/external/qemu/audio/
Dalsaaudio.c69 DYNLINK_FUNC(int,snd_pcm_hw_params,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
681 err = FF(snd_pcm_hw_params) (handle, hw_params); in alsa_open()
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c927 if ((rc = snd_pcm_hw_params(ghPCM, hwparams)) < 0) in OpenAndPrepareSound()
/external/bluetooth/bluez/
DChangeLog856 Fix return value for snd_pcm_hw_params() calls.