Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/trident/trident_main.c

    r34 r84  
    3333#include <sound/control.h>
    3434#include <sound/trident.h>
    35 
    36 static inline snd_ctl_elem_id_t *snd_ctl_build_ioff(snd_ctl_elem_id_t *dst_id,
    37                                                     snd_kcontrol_t *src_kctl,
    38                                                     unsigned int offset)
    39 {
    40         *dst_id = src_kctl->id;
    41         dst_id->index += offset;
    42         dst_id->numid += offset;
    43         return dst_id;
    44 }
    4535
    4636static int snd_trident_pcm_mixer_build(struct snd_trident *trident, struct snd_trident_voice* voice, snd_pcm_substream_t *substream);
Note: See TracChangeset for help on using the changeset viewer.