Home
last modified time | relevance | path

Searched refs:set_prof (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c1196 if ((aw_dev->cur_prof == aw_dev->set_prof) && in aw_dev_fw_update()
1207 prof_name = aw_dev_get_prof_name(aw_dev, aw_dev->set_prof); in aw_dev_fw_update()
1213 ret = aw_dev_get_prof_data(aw_dev, aw_dev->set_prof, &set_prof_desc); in aw_dev_fw_update()
1260 aw_dev->cur_prof = aw_dev->set_prof; in aw_dev_fw_update()
1534 aw_dev->set_prof = aw_dev->prof_info.prof_desc[0].id; in aw_device_init()
H A Daw_device.h428 unsigned char set_prof; /*set profile index*/ member
H A Daw_bin_parse.c1355 return aw_dev->set_prof; in aw_dev_get_profile_index()
1365 aw_dev->set_prof = index; in aw_dev_set_profile_index()