rt1308-sdw.h (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | rt1308-sdw.h (ce8ffc1bac7bee5015eb68faf214b39fcbd65d15) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * rt1308-sdw.h -- RT1308 ALSA SoC audio driver header 4 * 5 * Copyright(c) 2019 Realtek Semiconductor Corp. 6 */ 7 8#ifndef __RT1308_SDW_H__ --- 156 unchanged lines hidden (view full) --- 165 bool first_hw_init; 166 int rx_mask; 167 int slots; 168 int hw_ver; 169 unsigned char *bq_params; 170 unsigned int bq_params_cnt; 171}; 172 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * rt1308-sdw.h -- RT1308 ALSA SoC audio driver header 4 * 5 * Copyright(c) 2019 Realtek Semiconductor Corp. 6 */ 7 8#ifndef __RT1308_SDW_H__ --- 156 unchanged lines hidden (view full) --- 165 bool first_hw_init; 166 int rx_mask; 167 int slots; 168 int hw_ver; 169 unsigned char *bq_params; 170 unsigned int bq_params_cnt; 171}; 172 |
173struct sdw_stream_data { 174 struct sdw_stream_runtime *sdw_stream; 175}; 176 | |
177#endif /* __RT1308_SDW_H__ */ | 173#endif /* __RT1308_SDW_H__ */ |