static struct spi_driver wm8510_spi_driver = {
.driver = {
.name = "wm8510",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8510_spi_probe,
static struct spi_driver wm8711_spi_driver = {
.driver = {
.name = "wm8711-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8711_spi_probe,
static struct spi_driver wm8728_spi_driver = {
.driver = {
.name = "wm8728-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8728_spi_probe,
static struct spi_driver wm8731_spi_driver = {
.driver = {
.name = "wm8731-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8731_spi_probe,
static struct spi_driver wm8750_spi_driver = {
.driver = {
.name = "wm8750-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8750_spi_probe,
static struct spi_driver wm8753_spi_driver = {
.driver = {
.name = "wm8753-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8753_spi_probe,
static struct spi_driver wm8776_spi_driver = {
.driver = {
.name = "wm8776-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8776_spi_probe,
static struct spi_driver wm8900_spi_driver = {
.driver = {
.name = "wm8900-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8900_spi_probe,
static struct spi_driver wm8985_spi_driver = {
.driver = {
.name = "wm8985",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8985_spi_probe,
static struct spi_driver wm8988_spi_driver = {
.driver = {
.name = "wm8988-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8988_spi_probe,