Changeset 717 for GPL/trunk/alsa-kernel/include/sound/pxa2xx-lib.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/pxa2xx-lib.h
r679 r717 15 15 extern int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, 16 16 struct snd_pcm_hw_params *params); 17 extern int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream);18 17 extern int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd); 19 18 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream); … … 21 20 extern int pxa2xx_pcm_open(struct snd_pcm_substream *substream); 22 21 extern int pxa2xx_pcm_close(struct snd_pcm_substream *substream); 23 extern int pxa2xx_pcm_mmap(struct snd_pcm_substream *substream, 24 struct vm_area_struct *vma); 25 extern int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream); 26 extern void pxa2xx_pcm_free_dma_buffers(struct snd_pcm *pcm); 27 extern void pxa2xx_soc_pcm_free(struct snd_soc_component *component, 28 struct snd_pcm *pcm); 22 extern int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm); 29 23 extern int pxa2xx_soc_pcm_new(struct snd_soc_component *component, 30 24 struct snd_soc_pcm_runtime *rtd); … … 36 30 struct snd_pcm_substream *substream, 37 31 struct snd_pcm_hw_params *params); 38 extern int pxa2xx_soc_pcm_hw_free(struct snd_soc_component *component,39 struct snd_pcm_substream *substream);40 32 extern int pxa2xx_soc_pcm_prepare(struct snd_soc_component *component, 41 33 struct snd_pcm_substream *substream); … … 45 37 pxa2xx_soc_pcm_pointer(struct snd_soc_component *component, 46 38 struct snd_pcm_substream *substream); 47 extern int pxa2xx_soc_pcm_mmap(struct snd_soc_component *component,48 struct snd_pcm_substream *substream,49 struct vm_area_struct *vma);50 39 51 40 /* AC97 */
Note:
See TracChangeset
for help on using the changeset viewer.