Ignore:
Timestamp:
Jul 23, 2006, 11:54:27 AM (19 years ago)
Author:
vladest
Message:

Provide sources to latest exist binary. See changelog for changes

Location:
GPL/trunk/alsa-kernel/pci/ca0106
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/ca0106/ca0106_main.c

    r76 r77  
    186186         /* New Audigy SE. Has a different DAC. */
    187187         /* SB0570:
    188           * CTRL:CA0106-DAT
    189           * ADC: WM8768GEDS
    190           * DAC: WM8775EDS
     188          * CTRL:CA0106-DAT
     189          * ADC: WM8775EDS
     190          * DAC: WM8768GEDS
    191191          */
    192192         { .serial = 0x100a1102,
     
    11811181        0x02ff,
    11821182        0x0400,
    1183         0x0520,
    1184         0x0600,
     1183        0x0520,
     1184        0x0620, /* Set 24 bit. Was 0x0600 */
    11851185        0x08ff,
    11861186        0x0aff,
  • GPL/trunk/alsa-kernel/pci/ca0106/ca0106_mixer.c

    r76 r77  
    7171#include <sound/ac97_codec.h>
    7272#include <sound/info.h>
     73#include <sound/tlv.h>
    7374
    7475#include "ca0106.h"
     76
     77static DECLARE_TLV_DB_SCALE(snd_ca0106_db_scale, -5150, 75, 1);
    7578
    7679static int snd_ca0106_shared_spdif_info(struct snd_kcontrol *kcontrol,
     
    335338        .info = snd_ca0106_volume_info,                         \
    336339        .get =          snd_ca0106_volume_get,                  \
    337         .put =          snd_ca0106_volume_put,                  \
     340    .put =          snd_ca0106_volume_put, \
     341    .tlv =       snd_ca0106_db_scale,                           \
    338342        .private_value = ((chid) << 8) | (reg)                  \
    339343}
Note: See TracChangeset for help on using the changeset viewer.