Lines Matching refs:cx88_audio_dev

62 struct cx88_audio_dev {  struct
123 static int _cx88_start_audio_dma(struct cx88_audio_dev *chip) in _cx88_start_audio_dma()
173 static int _cx88_stop_audio_dma(struct cx88_audio_dev *chip) in _cx88_stop_audio_dma()
215 static void cx8801_aud_irq(struct cx88_audio_dev *chip) in cx8801_aud_irq()
253 struct cx88_audio_dev *chip = dev_id; in cx8801_irq()
283 static int cx88_alsa_dma_init(struct cx88_audio_dev *chip, int nr_pages) in cx88_alsa_dma_init()
323 static int cx88_alsa_dma_map(struct cx88_audio_dev *dev) in cx88_alsa_dma_map()
337 static int cx88_alsa_dma_unmap(struct cx88_audio_dev *dev) in cx88_alsa_dma_unmap()
359 static int dsp_buffer_free(struct cx88_audio_dev *chip) in dsp_buffer_free()
414 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_pcm_open()
460 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_params()
517 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_free()
540 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_card_trigger()
568 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_pointer()
609 static int snd_cx88_pcm(struct cx88_audio_dev *chip, int device, in snd_cx88_pcm()
642 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_get()
657 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_wm8775_volume_put()
679 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_put()
729 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_get()
740 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_put()
782 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_get()
794 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_put()
830 static int snd_cx88_free(struct cx88_audio_dev *chip) in snd_cx88_free()
846 struct cx88_audio_dev *chip = card->private_data; in snd_cx88_dev_free()
857 struct cx88_audio_dev **rchip, in snd_cx88_create()
860 struct cx88_audio_dev *chip; in snd_cx88_create()
927 struct cx88_audio_dev *chip; in cx88_audio_initdev()
940 sizeof(struct cx88_audio_dev), &card); in cx88_audio_initdev()