文件操作 - cs42l73.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/sound/cs42l73.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/cs42l73.h -- Platform data for CS42L73 * * Copyright (c) 2012 Cirrus Logic Inc. */ #ifndef __CS42L73_H #define __CS42L73_H struct cs42l73_platform_data { /* RST GPIO */ unsigned int reset_gpio; unsigned int chgfreq; int jack_detection; unsigned int mclk_freq; }; #endif /* __CS42L73_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件