diff options
Diffstat (limited to 'sound/soc/soc-cache.c')
-rw-r--r-- | sound/soc/soc-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index d2505e8b06c9..02c235711bb8 100644 --- a/sound/soc/soc-cache.c +++ b/sound/soc/soc-cache.c | |||
@@ -182,7 +182,7 @@ static struct { | |||
182 | { | 182 | { |
183 | .addr_bits = 7, .data_bits = 9, | 183 | .addr_bits = 7, .data_bits = 9, |
184 | .write = snd_soc_7_9_write, .read = snd_soc_7_9_read, | 184 | .write = snd_soc_7_9_write, .read = snd_soc_7_9_read, |
185 | .spi_write = snd_soc_7_9_spi_write | 185 | .spi_write = snd_soc_7_9_spi_write, |
186 | }, | 186 | }, |
187 | { | 187 | { |
188 | .addr_bits = 8, .data_bits = 8, | 188 | .addr_bits = 8, .data_bits = 8, |