Searched defs:cs5535au (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/cs5535audio/ |
A D | cs5535audio_pcm.c | 82 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_open() local 106 static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au, in cs5535audio_build_dma_packets() 236 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_params() local 254 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_hw_free() local 272 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_playback_prepare() local 279 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_trigger() local 315 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_pcm_pointer() local 338 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_open() local 356 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_close() local 363 struct cs5535audio *cs5535au = snd_pcm_substream_chip(substream); in snd_cs5535audio_capture_prepare() local [all …]
|
A D | cs5535audio.c | 63 static void wait_till_cmd_acked(struct cs5535audio *cs5535au, unsigned long timeout) in wait_till_cmd_acked() 77 static unsigned short snd_cs5535audio_codec_read(struct cs5535audio *cs5535au, in snd_cs5535audio_codec_read() 106 static void snd_cs5535audio_codec_write(struct cs5535audio *cs5535au, in snd_cs5535audio_codec_write() 124 struct cs5535audio *cs5535au = ac97->private_data; in snd_cs5535audio_ac97_codec_write() local 131 struct cs5535audio *cs5535au = ac97->private_data; in snd_cs5535audio_ac97_codec_read() local 135 static int snd_cs5535audio_mixer(struct cs5535audio *cs5535au) in snd_cs5535audio_mixer() 176 static void process_bm0_irq(struct cs5535audio *cs5535au) in process_bm0_irq() 191 static void process_bm1_irq(struct cs5535audio *cs5535au) in process_bm1_irq() 205 struct cs5535audio *cs5535au = dev_id; in snd_cs5535audio_interrupt() local 248 struct cs5535audio *cs5535au = card->private_data; in snd_cs5535audio_create() local [all …]
|
A D | cs5535audio_pm.c | 18 static void snd_cs5535audio_stop_hardware(struct cs5535audio *cs5535au) in snd_cs5535audio_stop_hardware() 47 struct cs5535audio *cs5535au = card->private_data; in snd_cs5535audio_suspend() local 65 struct cs5535audio *cs5535au = card->private_data; in snd_cs5535audio_resume() local
|
A D | cs5535audio_olpc.c | 79 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl); in olpc_dc_put() local 97 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl); in olpc_mic_get() local 108 struct cs5535audio *cs5535au = snd_kcontrol_chip(kctl); in olpc_mic_put() local
|
A D | cs5535audio.h | 5 #define cs_writel(cs5535au, reg, val) outl(val, (cs5535au)->port + reg) argument 6 #define cs_writeb(cs5535au, reg, val) outb(val, (cs5535au)->port + reg) argument 7 #define cs_readl(cs5535au, reg) inl((cs5535au)->port + reg) argument 8 #define cs_readw(cs5535au, reg) inw((cs5535au)->port + reg) argument 9 #define cs_readb(cs5535au, reg) inb((cs5535au)->port + reg) argument
|
Completed in 9 milliseconds