151 Star 306 Fork 780

GVPanolis/cloud-kernel

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ac97_core.h 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
*/
unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv,
unsigned int codec_num);
static inline bool ac97_ids_match(unsigned int id1, unsigned int id2,
unsigned int mask)
{
return (id1 & mask) == (id2 & mask);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/anolis/cloud-kernel.git
git@gitee.com:anolis/cloud-kernel.git
anolis
cloud-kernel
cloud-kernel
devel-6.6

搜索帮助