Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
v6.8
1/* SPDX-License-Identifier: GPL-2.0 */
2
3/* Copyright (C) 2014 Intel Corporation */
4
5void hci_read_supported_codecs(struct hci_dev *hdev);
6void hci_read_supported_codecs_v2(struct hci_dev *hdev);
7void hci_codec_list_clear(struct list_head *codec_list);
v6.2
1/* SPDX-License-Identifier: GPL-2.0 */
2
3/* Copyright (C) 2014 Intel Corporation */
4
5void hci_read_supported_codecs(struct hci_dev *hdev);
6void hci_read_supported_codecs_v2(struct hci_dev *hdev);
7void hci_codec_list_clear(struct list_head *codec_list);