Searched refs:hal2_codec_t (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dhal2.c218 static void hal2_dac_interrupt(hal2_codec_t *dac)
240 static void hal2_adc_interrupt(hal2_codec_t *adc)
275 static int hal2_compute_rate(hal2_codec_t *codec, unsigned int rate)
461 hal2_codec_t *codec;
519 hal2_codec_t *codec = (is_dac) ? &hal2->dac : &hal2->adc;
542 hal2_codec_t *adc = &hal2->adc;
601 hal2_codec_t *dac = &hal2->dac;
642 hal2_codec_t *codec = (is_dac) ? &hal2->dac : &hal2->adc;
660 hal2_codec_t *dac = &hal2->dac;
976 hal2_codec_t *da
[all...]
H A Dhal2.h283 typedef struct stru_hal2_codec hal2_codec_t; typedef in typeref:struct:stru_hal2_codec
323 hal2_codec_t dac;
324 hal2_codec_t adc;

Completed in 38 milliseconds