Searched refs:cs5535audio (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/pci/cs5535audio/
H A DMakefile3 # Makefile for cs5535audio
6 snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
7 snd-cs5535audio-$(CONFIG_PM_SLEEP) += cs5535audio_pm.o
8 snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
11 obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
H A Dcs5535audio.h57 struct cs5535audio;
61 void (*enable_dma)(struct cs5535audio *cs5535au);
62 void (*disable_dma)(struct cs5535audio *cs5535au);
63 void (*pause_dma)(struct cs5535audio *cs5535au);
64 void (*setup_prd)(struct cs5535audio *cs5535au, u32 prd_addr);
65 u32 (*read_prd)(struct cs5535audio *cs5535au);
66 u32 (*read_dma_pntr)(struct cs5535audio *cs5535au);
85 struct cs5535audio { struct
137 int snd_cs5535audio_pcm(struct cs5535audio *cs5535audio);
[all...]
H A Dcs5535audio_pcm.c21 #include "cs5535audio.h"
82 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream);
106 static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au,
160 static void cs5535audio_playback_enable_dma(struct cs5535audio *cs5535au)
165 static void cs5535audio_playback_disable_dma(struct cs5535audio *cs5535au)
170 static void cs5535audio_playback_pause_dma(struct cs5535audio *cs5535au)
175 static void cs5535audio_playback_setup_prd(struct cs5535audio *cs5535au,
181 static u32 cs5535audio_playback_read_prd(struct cs5535audio *cs5535au)
186 static u32 cs5535audio_playback_read_dma_pntr(struct cs5535audio *cs5535au)
191 static void cs5535audio_capture_enable_dma(struct cs5535audio *cs5535a
[all...]
H A Dcs5535audio_pm.c16 #include "cs5535audio.h"
18 static void snd_cs5535audio_stop_hardware(struct cs5535audio *cs5535au)
47 struct cs5535audio *cs5535au = card->private_data;
65 struct cs5535audio *cs5535au = card->private_data;
H A Dcs5535audio.c24 #include "cs5535audio.h"
26 #define DRIVER_NAME "cs5535audio"
63 static void wait_till_cmd_acked(struct cs5535audio *cs5535au, unsigned long timeout)
77 static unsigned short snd_cs5535audio_codec_read(struct cs5535audio *cs5535au,
106 static void snd_cs5535audio_codec_write(struct cs5535audio *cs5535au,
124 struct cs5535audio *cs5535au = ac97->private_data;
131 struct cs5535audio *cs5535au = ac97->private_data;
135 static int snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
176 static void process_bm0_irq(struct cs5535audio *cs5535au)
191 static void process_bm1_irq(struct cs5535audio *cs5535a
[all...]
H A Dcs5535audio_olpc.c15 #include "cs5535audio.h"
17 #define DRV_NAME "cs5535audio-olpc"
79 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
97 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
108 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl);
/linux-master/sound/pci/
H A DMakefile67 cs5535audio/ \

Completed in 183 milliseconds