Changeset 84 for GPL/trunk/alsa-kernel/pci/trident
- Timestamp:
- Oct 23, 2006, 11:07:11 PM (19 years ago)
- File:
-
- 1 edited
-
GPL/trunk/alsa-kernel/pci/trident/trident_main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/trident/trident_main.c
r34 r84 33 33 #include <sound/control.h> 34 34 #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 }45 35 46 36 static 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.
