Changeset 598 for GPL/trunk/alsa-kernel/pci/ca0106/ca0106.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/pci/ca0106/ca0106.h
r410 r598 189 189 /* PTR[5:0], Default: 0x0 */ 190 190 #define PLAYBACK_UNKNOWN3 0x03 /* Not used ?? */ 191 #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA address s*/191 #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA address */ 192 192 /* DMA[31:0], Default: 0x0 */ 193 193 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ … … 671 671 int i2c_adc; /* with i2c_adc=1, the driver adds some capture volume 672 672 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. */ 675 676 }; 676 677
Note:
See TracChangeset
for help on using the changeset viewer.