Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dnokia-modem.c135 struct hsi_board_info cmtspeech; in nokia_modem_probe() local
200 cmtspeech.name = "cmt-speech"; in nokia_modem_probe()
201 cmtspeech.tx_cfg = cl->tx_cfg; in nokia_modem_probe()
202 cmtspeech.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
203 cmtspeech.platform_data = NULL; in nokia_modem_probe()
204 cmtspeech.archdata = NULL; in nokia_modem_probe()
206 modem->cmt_speech = hsi_new_client(port, &cmtspeech); in nokia_modem_probe()