Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/trident/trident.h

    r772 r777  
    407407int snd_trident_foldback_pcm(struct snd_trident *trident, int device);
    408408int snd_trident_spdif_pcm(struct snd_trident *trident, int device);
    409 int snd_trident_attach_synthesizer(struct snd_trident * trident);
    410409struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
    411410                                             int client, int port);
     
    420419                                                struct snd_pcm_substream *substream);
    421420int 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);
    426421
    427422#endif /* __SOUND_TRIDENT_H */
Note: See TracChangeset for help on using the changeset viewer.