Changeset 717 for GPL/trunk/alsa-kernel/include/sound/emu10k1.h
- Timestamp:
- Aug 7, 2022, 6:11:12 PM (3 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 710-716
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/emu10k1.h
r679 r717 1702 1702 struct snd_dma_buffer ptb_pages; /* page table pages */ 1703 1703 struct snd_dma_device p16v_dma_dev; 1704 struct snd_dma_buffer p16v_buffer;1704 struct snd_dma_buffer *p16v_buffer; 1705 1705 1706 1706 struct snd_util_memhdr *memhdr; /* page allocation list */ … … 1797 1797 long max_cache_bytes, 1798 1798 int enable_ir, 1799 uint subsystem, 1800 struct snd_emu10k1 ** remu); 1799 uint subsystem); 1801 1800 1802 1801 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device); … … 1804 1803 int snd_emu10k1_pcm_efx(struct snd_emu10k1 *emu, int device); 1805 1804 int snd_p16v_pcm(struct snd_emu10k1 *emu, int device); 1806 int snd_p16v_free(struct snd_emu10k1 * emu);1807 1805 int snd_p16v_mixer(struct snd_emu10k1 * emu); 1808 1806 int snd_emu10k1_pcm_multi(struct snd_emu10k1 *emu, int device);
Note:
See TracChangeset
for help on using the changeset viewer.