es1688.h (396fa8272601c3d488cb8391c3962a7ee552afd0) | es1688.h (a20971b201ac1fcd236400942c98b0106c42c70a) |
---|---|
1#ifndef __SOUND_ES1688_H 2#define __SOUND_ES1688_H 3 4/* 5 * Header file for ES488/ES1688 6 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 7 * 8 * --- 103 unchanged lines hidden (view full) --- 112 unsigned long mpu_port, 113 int irq, 114 int mpu_irq, 115 int dma8, 116 unsigned short hardware); 117int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device, 118 struct snd_pcm **rpcm); 119int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip); | 1#ifndef __SOUND_ES1688_H 2#define __SOUND_ES1688_H 3 4/* 5 * Header file for ES488/ES1688 6 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 7 * 8 * --- 103 unchanged lines hidden (view full) --- 112 unsigned long mpu_port, 113 int irq, 114 int mpu_irq, 115 int dma8, 116 unsigned short hardware); 117int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device, 118 struct snd_pcm **rpcm); 119int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip); |
120int snd_es1688_reset(struct snd_es1688 *chip); |
|
120 121#endif /* __SOUND_ES1688_H */ | 121 122#endif /* __SOUND_ES1688_H */ |