Lines Matching refs:snd_hal2

88 struct snd_hal2 {  struct
116 static u32 hal2_i_read32(struct snd_hal2 *hal2, u16 addr) in hal2_i_read32() argument
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()
232 struct snd_hal2 *hal2 = snd_kcontrol_chip(kcontrol); in hal2_gain_put()
283 static int hal2_mixer_create(struct snd_hal2 *hal2) in hal2_mixer_create()
308 struct snd_hal2 *hal2 = dev_id; in hal2_interrupt()
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()
546 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_close()
554 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_prepare()
570 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_trigger()
591 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_pointer()
601 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_transfer()
611 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_playback_ack()
624 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_open()
638 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_close()
646 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_prepare()
663 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_trigger()
684 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_pointer()
694 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_transfer()
703 struct snd_hal2 *hal2 = snd_pcm_substream_chip(substream); in hal2_capture_ack()
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()
781 static int hal2_detect(struct snd_hal2 *hal2) in hal2_detect()
809 static int hal2_create(struct snd_card *card, struct snd_hal2 **rchip) in hal2_create()
811 struct snd_hal2 *hal2; in hal2_create()
815 hal2 = kzalloc(sizeof(struct snd_hal2), GFP_KERNEL); in hal2_create()
880 struct snd_hal2 *chip; in hal2_probe()