ASoC: ak4613: tidyup vendor prefix from ak4613 to asahi-kasei
[deliverable/linux.git] / sound / soc / codecs / ak4613.c
index 62c08a6395af81a3f3f6e1f1e4fbdec3fa0ff8a9..647f69de6baac94c3d6aef8a9ff297894ec0c47b 100644 (file)
@@ -464,14 +464,14 @@ static void ak4613_parse_of(struct ak4613_priv *priv,
 
        /* Input 1 - 2 */
        for (i = 0; i < 2; i++) {
-               snprintf(prop, sizeof(prop), "ak4613,in%d-single-end", i + 1);
+               snprintf(prop, sizeof(prop), "asahi-kasei,in%d-single-end", i + 1);
                if (!of_get_property(np, prop, NULL))
                        priv->ic |= 1 << i;
        }
 
        /* Output 1 - 6 */
        for (i = 0; i < 6; i++) {
-               snprintf(prop, sizeof(prop), "ak4613,out%d-single-end", i + 1);
+               snprintf(prop, sizeof(prop), "asahi-kasei,out%d-single-end", i + 1);
                if (!of_get_property(np, prop, NULL))
                        priv->oc |= 1 << i;
        }
This page took 0.024199 seconds and 5 git commands to generate.