diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-01-16 02:30:38 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:30:00 -0500 |
commit | e85e09250ab552fab6925bcde7c77746101b2d40 (patch) | |
tree | 4ca130f7c846aaa8069d7d71a91ceabf2f5af22b /sound/pci/oxygen/oxygen.h | |
parent | 84aa6b7ba746e6f637444d0e14a9b75c0b49a612 (diff) |
[ALSA] oxygen: make all DMA channels configurable
Allow the card models to specify whether each of the hardware DMA
channels is used.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index fb9cb36b87b1..9b0234d81d4e 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -80,7 +80,7 @@ struct oxygen_model { | |||
80 | void (*update_dac_volume)(struct oxygen *chip); | 80 | void (*update_dac_volume)(struct oxygen *chip); |
81 | void (*update_dac_mute)(struct oxygen *chip); | 81 | void (*update_dac_mute)(struct oxygen *chip); |
82 | const unsigned int *dac_tlv; | 82 | const unsigned int *dac_tlv; |
83 | u8 record_from_dma_b; | 83 | u8 used_channels; |
84 | u8 cd_in_from_video_in; | 84 | u8 cd_in_from_video_in; |
85 | u8 dac_minimum_volume; | 85 | u8 dac_minimum_volume; |
86 | u8 function_flags; | 86 | u8 function_flags; |