# drv_snd_sc5654 **Repository Path**: cb5654_sdk/drv_snd_sc5654 ## Basic Information - **Project Name**: drv_snd_sc5654 - **Description**: {"name": "drv_snd_sc5654", "description": "sc5654声卡驱动", "versions": "v7.4.0.1", "license": "Apache license v2.0", "type": "common", "depends": ["csi", "aos"]} - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v7.4.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-03 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 `SC5654`声卡驱动 # 示例 ```c #include void board_yoc_init() { sound_drv_sc5654_register(90, -1, 90); } ```