diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index d2505e8b06c9783dcb89a6226f7f2e3393c6bf63..02c235711bb8ca84d002ea3d161991f7c9b4dce0 100644 --- a/sound/soc/soc-cache.c +++ b/sound/soc/soc-cache.c @@ -182,7 +182,7 @@ static struct { { .addr_bits = 7, .data_bits = 9, .write = snd_soc_7_9_write, .read = snd_soc_7_9_read, - .spi_write = snd_soc_7_9_spi_write + .spi_write = snd_soc_7_9_spi_write, }, { .addr_bits = 8, .data_bits = 8,