diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-09-22 03:02:08 -0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2008-09-22 03:02:08 -0400 |
commit | d76596b1ee7f5cdbd0b73d374ba72372a2c8b725 (patch) | |
tree | 8ecb3fde83a1eb3c67efcb99c90ad993731ed479 /sound/pci/oxygen/oxygen.h | |
parent | c3f00739c5e45b4bf6f759172a5318256b92f2b2 (diff) |
ALSA: oxygen: rename pcm_dev_cfg
Rename the pcm_dev_cfg field to device_config because there will be
additional flags that do not describe PCM devices.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
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 914b8f406b14..30cd996d3661 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -78,7 +78,7 @@ struct oxygen_model { | |||
78 | unsigned int reg, unsigned int mute); | 78 | unsigned int reg, unsigned int mute); |
79 | const unsigned int *dac_tlv; | 79 | const unsigned int *dac_tlv; |
80 | size_t model_data_size; | 80 | size_t model_data_size; |
81 | unsigned int pcm_dev_cfg; | 81 | unsigned int device_config; |
82 | u8 dac_channels; | 82 | u8 dac_channels; |
83 | u8 dac_volume_min; | 83 | u8 dac_volume_min; |
84 | u8 dac_volume_max; | 84 | u8 dac_volume_max; |