Lines Matching refs:cx88_audio_dev

53 struct cx88_audio_dev {  struct
114 static int _cx88_start_audio_dma(struct cx88_audio_dev *chip) in _cx88_start_audio_dma()
164 static int _cx88_stop_audio_dma(struct cx88_audio_dev *chip) in _cx88_stop_audio_dma()
206 static void cx8801_aud_irq(struct cx88_audio_dev *chip) in cx8801_aud_irq()
244 struct cx88_audio_dev *chip = dev_id; in cx8801_irq()
274 static int cx88_alsa_dma_init(struct cx88_audio_dev *chip, in cx88_alsa_dma_init()
315 static int cx88_alsa_dma_map(struct cx88_audio_dev *dev) in cx88_alsa_dma_map()
329 static int cx88_alsa_dma_unmap(struct cx88_audio_dev *dev) in cx88_alsa_dma_unmap()
351 static int dsp_buffer_free(struct cx88_audio_dev *chip) in dsp_buffer_free()
406 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_pcm_open()
452 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_params()
509 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_hw_free()
532 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_card_trigger()
560 struct cx88_audio_dev *chip = snd_pcm_substream_chip(substream); in snd_cx88_pointer()
600 static int snd_cx88_pcm(struct cx88_audio_dev *chip, int device, in snd_cx88_pcm()
633 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_get()
648 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_wm8775_volume_put()
670 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_put()
720 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_get()
731 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_put()
773 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_get()
785 struct cx88_audio_dev *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_put()
821 static int snd_cx88_free(struct cx88_audio_dev *chip) in snd_cx88_free()
837 struct cx88_audio_dev *chip = card->private_data; in snd_cx88_dev_free()
848 struct cx88_audio_dev **rchip, in snd_cx88_create()
851 struct cx88_audio_dev *chip; in snd_cx88_create()
918 struct cx88_audio_dev *chip; in cx88_audio_initdev()
931 sizeof(struct cx88_audio_dev), &card); in cx88_audio_initdev()