Changeset 77 for GPL/trunk/alsa-kernel/pci/ca0106
- Timestamp:
- Jul 23, 2006, 11:54:27 AM (19 years ago)
- Location:
- GPL/trunk/alsa-kernel/pci/ca0106
- Files:
-
- 2 edited
-
ca0106_main.c (modified) (2 diffs)
-
ca0106_mixer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/ca0106/ca0106_main.c
r76 r77 186 186 /* New Audigy SE. Has a different DAC. */ 187 187 /* SB0570: 188 * CTRL:CA0106-DAT189 * ADC: WM8768GEDS190 * DAC: WM87 75EDS188 * CTRL:CA0106-DAT 189 * ADC: WM8775EDS 190 * DAC: WM8768GEDS 191 191 */ 192 192 { .serial = 0x100a1102, … … 1181 1181 0x02ff, 1182 1182 0x0400, 1183 0x0520,1184 0x0600, 1183 0x0520, 1184 0x0620, /* Set 24 bit. Was 0x0600 */ 1185 1185 0x08ff, 1186 1186 0x0aff, -
GPL/trunk/alsa-kernel/pci/ca0106/ca0106_mixer.c
r76 r77 71 71 #include <sound/ac97_codec.h> 72 72 #include <sound/info.h> 73 #include <sound/tlv.h> 73 74 74 75 #include "ca0106.h" 76 77 static DECLARE_TLV_DB_SCALE(snd_ca0106_db_scale, -5150, 75, 1); 75 78 76 79 static int snd_ca0106_shared_spdif_info(struct snd_kcontrol *kcontrol, … … 335 338 .info = snd_ca0106_volume_info, \ 336 339 .get = snd_ca0106_volume_get, \ 337 .put = snd_ca0106_volume_put, \ 340 .put = snd_ca0106_volume_put, \ 341 .tlv = snd_ca0106_db_scale, \ 338 342 .private_value = ((chid) << 8) | (reg) \ 339 343 }
Note:
See TracChangeset
for help on using the changeset viewer.
