Changeset 598 for GPL/trunk/alsa-kernel/include/sound/es1688.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/include/sound/es1688.h
r398 r598 45 45 unsigned int dma_size; 46 46 47 struct snd_card *card;48 47 struct snd_pcm *pcm; 49 48 struct snd_pcm_substream *playback_substream; … … 109 108 110 109 int snd_es1688_create(struct snd_card *card, 110 struct snd_es1688 *chip, 111 111 unsigned long port, 112 112 unsigned long mpu_port, … … 114 114 int mpu_irq, 115 115 int dma8, 116 unsigned short hardware, 117 struct snd_es1688 ** rchip); 118 int snd_es1688_pcm(struct snd_es1688 *chip, int device, struct snd_pcm ** rpcm); 119 int snd_es1688_mixer(struct snd_es1688 *chip); 116 unsigned short hardware); 117 int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device, 118 struct snd_pcm **rpcm); 119 int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip); 120 int snd_es1688_reset(struct snd_es1688 *chip); 120 121 121 122 #endif /* __SOUND_ES1688_H */
Note:
See TracChangeset
for help on using the changeset viewer.