Home
last modified time | relevance | path

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

/dports/comms/linrad/linrad-04.02/
H A Dlsetad.c2003 snd_pcm_hw_params_t *hw_da_params; in open_tx_sndout() local
2065 err=snd_pcm_hw_params_malloc (&hw_da_params); in open_tx_sndout()
2143 err=snd_pcm_hw_params_get_period_size(hw_da_params, in open_tx_sndout()
2163 err=snd_pcm_hw_params(tx_da_handle, hw_da_params); in open_tx_sndout()
2170 snd_pcm_hw_params_free (hw_da_params); in open_tx_sndout()
2704 snd_pcm_hw_params_t *hw_da_params; in open_rx_sndout() local
2887 err=snd_pcm_hw_params_malloc (&hw_da_params); in open_rx_sndout()
2924 hw_da_params, in open_rx_sndout()
2936 hw_da_params, in open_rx_sndout()
2978 err=snd_pcm_hw_params(rx_da_handle, hw_da_params); in open_rx_sndout()
[all …]