diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/arizona/core.h | 1 | ||||
-rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 7 | ||||
-rw-r--r-- | include/sound/soc.h | 1 |
3 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/mfd/arizona/core.h b/include/linux/mfd/arizona/core.h index f34723f7663c..910e3aa1e965 100644 --- a/include/linux/mfd/arizona/core.h +++ b/include/linux/mfd/arizona/core.h | |||
@@ -141,6 +141,7 @@ struct arizona { | |||
141 | 141 | ||
142 | uint16_t dac_comp_coeff; | 142 | uint16_t dac_comp_coeff; |
143 | uint8_t dac_comp_enabled; | 143 | uint8_t dac_comp_enabled; |
144 | struct mutex dac_comp_lock; | ||
144 | }; | 145 | }; |
145 | 146 | ||
146 | int arizona_clk32k_enable(struct arizona *arizona); | 147 | int arizona_clk32k_enable(struct arizona *arizona); |
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index cb01496bfa49..8e1cdbef3dad 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h | |||
@@ -99,12 +99,6 @@ struct davinci_vcif { | |||
99 | dma_addr_t dma_rx_addr; | 99 | dma_addr_t dma_rx_addr; |
100 | }; | 100 | }; |
101 | 101 | ||
102 | struct cq93vc { | ||
103 | struct platform_device *pdev; | ||
104 | struct snd_soc_codec *codec; | ||
105 | u32 sysclk; | ||
106 | }; | ||
107 | |||
108 | struct davinci_vc; | 102 | struct davinci_vc; |
109 | 103 | ||
110 | struct davinci_vc { | 104 | struct davinci_vc { |
@@ -122,7 +116,6 @@ struct davinci_vc { | |||
122 | 116 | ||
123 | /* Client devices */ | 117 | /* Client devices */ |
124 | struct davinci_vcif davinci_vcif; | 118 | struct davinci_vcif davinci_vcif; |
125 | struct cq93vc cq93vc; | ||
126 | }; | 119 | }; |
127 | 120 | ||
128 | #endif | 121 | #endif |
diff --git a/include/sound/soc.h b/include/sound/soc.h index a765c684bd7b..29a52909ddef 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -785,7 +785,6 @@ struct snd_soc_codec { | |||
785 | struct device *dev; | 785 | struct device *dev; |
786 | const struct snd_soc_codec_driver *driver; | 786 | const struct snd_soc_codec_driver *driver; |
787 | 787 | ||
788 | struct mutex mutex; | ||
789 | struct list_head list; | 788 | struct list_head list; |
790 | struct list_head card_list; | 789 | struct list_head card_list; |
791 | 790 | ||