File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// ALSA SoC Texas Instruments TAS2563/TAS2781 Audio Smart Amplifier
4
4
//
5
- // Copyright (C) 2022 - 2024 Texas Instruments Incorporated
5
+ // Copyright (C) 2022 - 2025 Texas Instruments Incorporated
6
6
// https://www.ti.com
7
7
//
8
8
// The TAS2563/TAS2781 driver implements a flexible and configurable
@@ -1260,8 +1260,6 @@ static int tasdevice_create_cali_ctrls(struct tasdevice_priv *priv)
1260
1260
(cali_data -> cali_dat_sz_per_dev + 1 ) + 1 + 15 + 1 ;
1261
1261
priv -> cali_data .total_sz = priv -> ndev *
1262
1262
(cali_data -> cali_dat_sz_per_dev + 1 );
1263
- priv -> cali_data .data = devm_kzalloc (priv -> dev ,
1264
- ext_cali_data -> max , GFP_KERNEL );
1265
1263
cali_ctrls [i ].name = cali_name ;
1266
1264
cali_ctrls [i ].iface = SNDRV_CTL_ELEM_IFACE_MIXER ;
1267
1265
cali_ctrls [i ].info = snd_soc_bytes_info_ext ;
You can’t perform that action at this time.
0 commit comments