Lines Matching defs:hal2

116 static u32 hal2_i_read32(struct snd_hal2 *hal2, u16 addr)  in hal2_i_read32()
130 static void hal2_i_write16(struct snd_hal2 *hal2, u16 addr, u16 val) in hal2_i_write16()
142 static void hal2_i_write32(struct snd_hal2 *hal2, u16 addr, u32 val) in hal2_i_write32()
154 static void hal2_i_setbit16(struct snd_hal2 *hal2, u16 addr, u16 bit) in hal2_i_setbit16()
168 static void hal2_i_clearbit16(struct snd_hal2 *hal2, u16 addr, u16 bit) in hal2_i_clearbit16()
202 struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol); in hal2_gain_get() local
232 struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol); in hal2_gain_put() local
283 static int hal2_mixer_create(struct snd_hal2 *hal2) in hal2_mixer_create()
308 struct snd_hal2 *hal2 = dev_id; in hal2_interrupt() local
342 static void hal2_set_dac_rate(struct snd_hal2 *hal2) in hal2_set_dac_rate()
353 static void hal2_set_adc_rate(struct snd_hal2 *hal2) in hal2_set_adc_rate()
364 static void hal2_setup_dac(struct snd_hal2 *hal2) in hal2_setup_dac()
397 static void hal2_setup_adc(struct snd_hal2 *hal2) in hal2_setup_adc()
422 static void hal2_start_dac(struct snd_hal2 *hal2) in hal2_start_dac()
432 static void hal2_start_adc(struct snd_hal2 *hal2) in hal2_start_adc()
442 static inline void hal2_stop_dac(struct snd_hal2 *hal2) in hal2_stop_dac()
448 static inline void hal2_stop_adc(struct snd_hal2 *hal2) in hal2_stop_adc()
533 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_open() local
546 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_close() local
554 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_prepare() local
570 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_trigger() local
591 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_pointer() local
601 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_transfer() local
611 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_ack() local
624 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_open() local
638 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_close() local
646 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_prepare() local
663 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_trigger() local
684 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_pointer() local
694 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_transfer() local
703 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_ack() local
736 static int hal2_pcm_create(struct snd_hal2 *hal2) in hal2_pcm_create()
763 struct snd_hal2 *hal2 = device->device_data; in hal2_dev_free() local
781 static int hal2_detect(struct snd_hal2 *hal2) in hal2_detect()
811 struct snd_hal2 *hal2; in hal2_create() local