文件操作 - wm0010.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/sound/wm0010.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * wm0010.h -- Platform data for WM0010 DSP Driver * * Copyright 2012 Wolfson Microelectronics PLC. * * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> */ #ifndef WM0010_PDATA_H #define WM0010_PDATA_H struct wm0010_pdata { int gpio_reset; /* Set if there is an inverter between the GPIO controlling * the reset signal and the device. */ int reset_active_high; int irq_flags; }; #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件