Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Dead structs in sound/soc/codecs

Merge series from linux@treblig.org:

Clean out a bunch of old structs in sound/soc/codecs.
Build tested only.

-19
-5
sound/soc/codecs/cx2072x.c
··· 63 63 static const DECLARE_TLV_DB_SCALE(dac_tlv, -7400, 100, 0); 64 64 static const DECLARE_TLV_DB_SCALE(boost_tlv, 0, 1200, 0); 65 65 66 - struct cx2072x_eq_ctrl { 67 - u8 ch; 68 - u8 band; 69 - }; 70 - 71 66 static const DECLARE_TLV_DB_RANGE(hpf_tlv, 72 67 0, 0, TLV_DB_SCALE_ITEM(120, 0, 0), 73 68 1, 63, TLV_DB_SCALE_ITEM(30, 30, 0)
-6
sound/soc/codecs/lpass-rx-macro.c
··· 463 463 }, 464 464 }; 465 465 466 - struct rx_macro_reg_mask_val { 467 - u16 reg; 468 - u8 mask; 469 - u8 val; 470 - }; 471 - 472 466 enum { 473 467 INTERP_HPHL, 474 468 INTERP_HPHR,
-8
sound/soc/codecs/wm0010.c
··· 115 115 struct completion boot_completion; 116 116 }; 117 117 118 - struct wm0010_spi_msg { 119 - struct spi_message m; 120 - struct spi_transfer t; 121 - u8 *tx_buf; 122 - u8 *rx_buf; 123 - size_t len; 124 - }; 125 - 126 118 static const struct snd_soc_dapm_widget wm0010_dapm_widgets[] = { 127 119 SND_SOC_DAPM_SUPPLY("CLKIN", SND_SOC_NOPM, 0, 0, NULL, 0), 128 120 };