This patch gives the audioinjector octo and pi soundcards different driver
names. This allows both the be loaded without clashing.
static struct platform_driver audioinjector_octo_driver = {
.driver = {
- .name = "audioinjector-audio",
+ .name = "audioinjector-octo",
.owner = THIS_MODULE,
.of_match_table = audioinjector_octo_of_match,
},
static struct platform_driver audioinjector_pi_soundcard_driver = {
.driver = {
- .name = "audioinjector-audio",
+ .name = "audioinjector-stereo",
.owner = THIS_MODULE,
.of_match_table = audioinjector_pi_soundcard_of_match,
},