Home
last modified time | relevance | path

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

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