Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/ca0106/ca0106.h

    r410 r598  
    189189                                                /* PTR[5:0], Default: 0x0 */
    190190#define PLAYBACK_UNKNOWN3       0x03            /* Not used ?? */
    191 #define PLAYBACK_DMA_ADDR       0x04            /* Playback DMA addresss */
     191#define PLAYBACK_DMA_ADDR       0x04            /* Playback DMA address */
    192192                                                /* DMA[31:0], Default: 0x0 */
    193193#define PLAYBACK_PERIOD_SIZE    0x05            /* Playback period size. win2000 uses 0x04000000 */
     
    671671        int i2c_adc;    /* with i2c_adc=1, the driver adds some capture volume
    672672                           controls, phone, mic, line-in and aux. */
    673         int spi_dac;    /* spi_dac=1 adds the mute switch for each analog
    674                            output, front, rear, etc. */
     673        u16 spi_dac;    /* spi_dac = 0 -> no spi interface for DACs
     674                           spi_dac = 0x<front><rear><center-lfe><side>
     675                           -> specifies DAC id for each channel pair. */
    675676};
    676677
Note: See TracChangeset for help on using the changeset viewer.