Lines Matching refs:snd_cx88_card_t
94 typedef struct cx88_audio_dev snd_cx88_card_t; typedef
138 static int _cx88_start_audio_dma(snd_cx88_card_t *chip) in _cx88_start_audio_dma()
184 static int _cx88_stop_audio_dma(snd_cx88_card_t *chip) in _cx88_stop_audio_dma()
224 static void cx8801_aud_irq(snd_cx88_card_t *chip) in cx8801_aud_irq()
262 snd_cx88_card_t *chip = dev_id; in cx8801_irq()
371 static int dsp_buffer_free(snd_cx88_card_t *chip) in dsp_buffer_free()
423 snd_cx88_card_t *chip = snd_pcm_substream_chip(substream); in snd_cx88_pcm_open()
468 snd_cx88_card_t *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_params()
526 snd_cx88_card_t *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_free()
549 snd_cx88_card_t *chip = snd_pcm_substream_chip(substream); in snd_cx88_card_trigger()
577 snd_cx88_card_t *chip = snd_pcm_substream_chip(substream); in snd_cx88_pointer()
617 static int snd_cx88_pcm(snd_cx88_card_t *chip, int device, const char *name) in snd_cx88_pcm()
649 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_get()
664 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_wm8775_volume_put()
686 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_put()
736 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_get()
747 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_put()
788 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_get()
800 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_put()
840 static int snd_cx88_free(snd_cx88_card_t *chip) in snd_cx88_free()
857 snd_cx88_card_t *chip = card->private_data; in snd_cx88_dev_free()
869 snd_cx88_card_t **rchip, in snd_cx88_create()
872 snd_cx88_card_t *chip; in snd_cx88_create()
939 snd_cx88_card_t *chip; in cx88_audio_initdev()
952 sizeof(snd_cx88_card_t), &card); in cx88_audio_initdev()