Searched refs:eq_texts (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dmax98088.c48 const char **eq_texts; member in struct:max98088_priv
1416 if (strcmp(pdata->eq_cfg[i].name, max98088->eq_texts[sel]) == 0 && max98088_setup_eq1()
1463 if (strcmp(pdata->eq_cfg[i].name, max98088->eq_texts[sel]) == 0 && max98088_setup_eq2()
1567 max98088->eq_texts = NULL; max98088_handle_eq_pdata()
1570 if (strcmp(cfg[i].name, max98088->eq_texts[j]) == 0) max98088_handle_eq_pdata()
1578 t = krealloc(max98088->eq_texts, max98088_handle_eq_pdata()
1587 max98088->eq_texts = t; max98088_handle_eq_pdata()
1591 max98088->eq_enum.texts = max98088->eq_texts; max98088_handle_eq_pdata()
1696 kfree(max98088->eq_texts); max98088_remove()
H A Dmax98095.c50 const char **eq_texts; member in struct:max98095_priv
1524 if (strcmp(pdata->eq_cfg[i].name, max98095->eq_texts[sel]) == 0 && max98095_put_eq_enum()
1600 max98095->eq_texts = NULL; max98095_handle_eq_pdata()
1603 if (strcmp(cfg[i].name, max98095->eq_texts[j]) == 0) max98095_handle_eq_pdata()
1611 t = krealloc(max98095->eq_texts, max98095_handle_eq_pdata()
1620 max98095->eq_texts = t; max98095_handle_eq_pdata()
1624 max98095->eq_enum.texts = max98095->eq_texts; max98095_handle_eq_pdata()

Completed in 111 milliseconds