Changeset 206 for GPL/branches/alsa-resync1/alsa-kernel/pci/fm801.c
- Timestamp:
- Jun 17, 2007, 1:16:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/fm801.c
r77 r206 1002 1002 { SNDRV_CTL_ELEM_IFACE_MIXER, 0,0, xname, 0,0,0, snd_fm801_info_single, \ 1003 1003 snd_fm801_get_single, snd_fm801_put_single, \ 1004 reg | (shift << 8) | (mask << 16) | (invert << 24) }1004 0, reg | (shift << 8) | (mask << 16) | (invert << 24) } 1005 1005 1006 1006 static int snd_fm801_info_single(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo) … … 1047 1047 { SNDRV_CTL_ELEM_IFACE_MIXER, 0,0, xname, 0,0,0, snd_fm801_info_double, \ 1048 1048 snd_fm801_get_double, snd_fm801_put_double, \ 1049 reg | (shift_left << 8) | (shift_right << 12) | (mask << 16) | (invert << 24) }1049 0, reg | (shift_left << 8) | (shift_right << 12) | (mask << 16) | (invert << 24) } 1050 1050 1051 1051 static int snd_fm801_info_double(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo) … … 1189 1189 int err; 1190 1190 static ac97_bus_ops_t ops = { 1191 0, snd_fm801_codec_write,1191 0, 0, snd_fm801_codec_write, 1192 1192 snd_fm801_codec_read, 0,0 1193 1193 };
Note:
See TracChangeset
for help on using the changeset viewer.