* @adr: 64 bit ACPI _ADR value
  * @num_endpoints: number of endpoints for this device
  * @endpoints: array of endpoints
+ * @name_prefix: string used for codec controls
  */
 struct snd_soc_acpi_adr_device {
        const u64 adr;
        const u8 num_endpoints;
        const struct snd_soc_acpi_endpoint *endpoints;
+       const char *name_prefix;
 };
 
 /**
 
                .adr = 0x000110025D070000,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt700"
        }
 };
 
                .adr = 0x000020025D071100,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt711"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000220025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1308-2"
        }
 };
 
                .adr = 0x000320025D071500,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt715"
        }
 };
 
                .adr = 0x000030025D071101,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt711"
        }
 };
 
                .adr = 0x000131025D131601, /* unique ID is set for some reason */
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1316-1"
        }
 };
 
                .adr = 0x000230025D131601,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1316-2"
        }
 };
 
                .adr = 0x000330025D071401,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt714"
        }
 };
 
 
                .adr = 0x000220025D568200,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt5682"
        }
 };
 
 
                .adr = 0x000010025D070000,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt700"
        }
 };
 
                .adr = 0x000020025D071100,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt711"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000220025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1308-2"
        }
 };
 
                .adr = 0x000320025D071500,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt715"
        }
 };
 
 
                .adr = 0x000020025D071100,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt711"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1308-1"
        },
        {
                .adr = 0x000122025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1308-2"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000120025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1308-1"
        }
 };
 
                .adr = 0x000220025D130800,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1308-2"
        }
 };
 
                .adr = 0x000320025D071500,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt715"
        }
 };
 
                .adr = 0x000123019F837300,
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "Right"
        },
        {
                .adr = 0x000127019F837300,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "Left"
        }
 };
 
                .adr = 0x000021025D568200,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt5682"
        }
 };
 
                .adr = 0x000030025D071101,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt711"
        }
 };
 
                .adr = 0x000131025D131601, /* unique ID is set for some reason */
                .num_endpoints = 1,
                .endpoints = &spk_l_endpoint,
+               .name_prefix = "rt1316-1"
        }
 };
 
                .adr = 0x000230025D131601,
                .num_endpoints = 1,
                .endpoints = &spk_r_endpoint,
+               .name_prefix = "rt1316-2"
        }
 };
 
                .adr = 0x000330025D071401,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
+               .name_prefix = "rt714"
        }
 };