Changeset 777 for GPL/trunk/alsa-kernel/pci/trident/trident.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/trident/trident.h
r772 r777 407 407 int snd_trident_foldback_pcm(struct snd_trident *trident, int device); 408 408 int snd_trident_spdif_pcm(struct snd_trident *trident, int device); 409 int snd_trident_attach_synthesizer(struct snd_trident * trident);410 409 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, 411 410 int client, int port); … … 420 419 struct snd_pcm_substream *substream); 421 420 int snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk); 422 struct snd_util_memblk *snd_trident_synth_alloc(struct snd_trident *trident, unsigned int size);423 int snd_trident_synth_free(struct snd_trident *trident, struct snd_util_memblk *blk);424 int snd_trident_synth_copy_from_user(struct snd_trident *trident, struct snd_util_memblk *blk,425 int offset, const char __user *data, int size);426 421 427 422 #endif /* __SOUND_TRIDENT_H */
Note:
See TracChangeset
for help on using the changeset viewer.