We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1845165 commit 59401c3Copy full SHA for 59401c3
include/linux/soundwire/sdw.h
@@ -542,21 +542,6 @@ enum sdw_reg_bank {
542
SDW_BANK1,
543
};
544
545
-/**
546
- * struct sdw_bus_conf: Bus configuration
547
- *
548
- * @clk_freq: Clock frequency, in Hz
549
- * @num_rows: Number of rows in frame
550
- * @num_cols: Number of columns in frame
551
- * @bank: Next register bank
552
- */
553
-struct sdw_bus_conf {
554
- unsigned int clk_freq;
555
- unsigned int num_rows;
556
- unsigned int num_cols;
557
- unsigned int bank;
558
-};
559
-
560
/**
561
* struct sdw_prepare_ch: Prepare/De-prepare Data Port channel
562
*
0 commit comments