Skip to content

Commit 4fe3722

Browse files
committed
Merge tag 'sound-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "Hopefully the last one for 6.2, a collection of the fixes that have been gathered since the last pull. All changes are small and trivial device-specific fixes" * tag 'sound-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: hda/realtek: Add Positivo N14KP6-TG ASoC: topology: Return -ENOMEM on memory allocation failure ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control() ASoC: fsl_sai: fix getting version from VERID ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform. ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41 ASoC: codecs: es8326: Fix DTS properties reading ASoC: tas5805m: add missing page switch. ASoC: tas5805m: rework to avoid scheduling while atomic. ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9 ASoC: SOF: amd: Fix for handling spurious interrupts from DSP ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360 ALSA: pci: lx6464es: fix a debug loop ASoC: rt715-sdca: fix clock stop prepare timeout issue
2 parents 38c1e0c + 88d18b8 commit 4fe3722

File tree

9 files changed

+134
-73
lines changed

9 files changed

+134
-73
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9423,6 +9423,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
94239423
SND_PCI_QUIRK(0x103c, 0x89c3, "Zbook Studio G9", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
94249424
SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
94259425
SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9426+
SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
94269427
SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
94279428
SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED),
94289429
SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED),
@@ -9433,6 +9434,11 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
94339434
SND_PCI_QUIRK(0x103c, 0x8ad2, "HP EliteBook 860 16 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
94349435
SND_PCI_QUIRK(0x103c, 0x8b5d, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
94359436
SND_PCI_QUIRK(0x103c, 0x8b5e, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9437+
SND_PCI_QUIRK(0x103c, 0x8b7a, "HP", ALC236_FIXUP_HP_GPIO_LED),
9438+
SND_PCI_QUIRK(0x103c, 0x8b7d, "HP", ALC236_FIXUP_HP_GPIO_LED),
9439+
SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
9440+
SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
9441+
SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
94369442
SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
94379443
SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
94389444
SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
@@ -9480,6 +9486,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
94809486
SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
94819487
SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402", ALC245_FIXUP_CS35L41_SPI_2),
94829488
SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
9489+
SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
94839490
SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
94849491
SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
94859492
SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
@@ -9523,6 +9530,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
95239530
SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_AMP),
95249531
SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_AMP),
95259532
SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
9533+
SND_PCI_QUIRK(0x144d, 0xca03, "Samsung Galaxy Book2 Pro 360 (NP930QED)", ALC298_FIXUP_SAMSUNG_AMP),
95269534
SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
95279535
SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
95289536
SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
@@ -9701,6 +9709,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
97019709
SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
97029710
SND_PCI_QUIRK(0x1c06, 0x2013, "Lemote A1802", ALC269_FIXUP_LEMOTE_A1802),
97039711
SND_PCI_QUIRK(0x1c06, 0x2015, "Lemote A190X", ALC269_FIXUP_LEMOTE_A190X),
9712+
SND_PCI_QUIRK(0x1c6c, 0x1251, "Positivo N14KP6-TG", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE),
97049713
SND_PCI_QUIRK(0x1d05, 0x1132, "TongFang PHxTxX1", ALC256_FIXUP_SET_COEF_DEFAULTS),
97059714
SND_PCI_QUIRK(0x1d05, 0x1096, "TongFang GMxMRxx", ALC269_FIXUP_NO_SHUTUP),
97069715
SND_PCI_QUIRK(0x1d05, 0x1100, "TongFang GKxNRxx", ALC269_FIXUP_NO_SHUTUP),

sound/pci/lx6464es/lx_core.c

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,11 @@ int lx_buffer_ask(struct lx6464es *chip, u32 pipe, int is_capture,
493493
dev_dbg(chip->card->dev,
494494
"CMD_08_ASK_BUFFERS: needed %d, freed %d\n",
495495
*r_needed, *r_freed);
496-
for (i = 0; i < MAX_STREAM_BUFFER; ++i) {
497-
for (i = 0; i != chip->rmh.stat_len; ++i)
498-
dev_dbg(chip->card->dev,
499-
" stat[%d]: %x, %x\n", i,
500-
chip->rmh.stat[i],
501-
chip->rmh.stat[i] & MASK_DATA_SIZE);
496+
for (i = 0; i < MAX_STREAM_BUFFER && i < chip->rmh.stat_len;
497+
++i) {
498+
dev_dbg(chip->card->dev, " stat[%d]: %x, %x\n", i,
499+
chip->rmh.stat[i],
500+
chip->rmh.stat[i] & MASK_DATA_SIZE);
502501
}
503502
}
504503

sound/soc/codecs/es8326.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,14 +729,16 @@ static int es8326_probe(struct snd_soc_component *component)
729729
}
730730
dev_dbg(component->dev, "jack-pol %x", es8326->jack_pol);
731731

732-
ret = device_property_read_u8(component->dev, "everest,interrupt-src", &es8326->jack_pol);
732+
ret = device_property_read_u8(component->dev, "everest,interrupt-src",
733+
&es8326->interrupt_src);
733734
if (ret != 0) {
734735
dev_dbg(component->dev, "interrupt-src return %d", ret);
735736
es8326->interrupt_src = ES8326_HP_DET_SRC_PIN9;
736737
}
737738
dev_dbg(component->dev, "interrupt-src %x", es8326->interrupt_src);
738739

739-
ret = device_property_read_u8(component->dev, "everest,interrupt-clk", &es8326->jack_pol);
740+
ret = device_property_read_u8(component->dev, "everest,interrupt-clk",
741+
&es8326->interrupt_clk);
740742
if (ret != 0) {
741743
dev_dbg(component->dev, "interrupt-clk return %d", ret);
742744
es8326->interrupt_clk = 0x45;

sound/soc/codecs/rt715-sdca-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static int rt715_sdca_read_prop(struct sdw_slave *slave)
167167
}
168168

169169
/* set the timeout values */
170-
prop->clk_stop_timeout = 20;
170+
prop->clk_stop_timeout = 200;
171171

172172
return 0;
173173
}

sound/soc/codecs/tas5805m.c

Lines changed: 90 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ static const uint32_t tas5805m_volume[] = {
154154
#define TAS5805M_VOLUME_MIN 0
155155

156156
struct tas5805m_priv {
157+
struct i2c_client *i2c;
157158
struct regulator *pvdd;
158159
struct gpio_desc *gpio_pdn_n;
159160

@@ -165,6 +166,9 @@ struct tas5805m_priv {
165166
int vol[2];
166167
bool is_powered;
167168
bool is_muted;
169+
170+
struct work_struct work;
171+
struct mutex lock;
168172
};
169173

170174
static void set_dsp_scale(struct regmap *rm, int offset, int vol)
@@ -181,13 +185,11 @@ static void set_dsp_scale(struct regmap *rm, int offset, int vol)
181185
regmap_bulk_write(rm, offset, v, ARRAY_SIZE(v));
182186
}
183187

184-
static void tas5805m_refresh(struct snd_soc_component *component)
188+
static void tas5805m_refresh(struct tas5805m_priv *tas5805m)
185189
{
186-
struct tas5805m_priv *tas5805m =
187-
snd_soc_component_get_drvdata(component);
188190
struct regmap *rm = tas5805m->regmap;
189191

190-
dev_dbg(component->dev, "refresh: is_muted=%d, vol=%d/%d\n",
192+
dev_dbg(&tas5805m->i2c->dev, "refresh: is_muted=%d, vol=%d/%d\n",
191193
tas5805m->is_muted, tas5805m->vol[0], tas5805m->vol[1]);
192194

193195
regmap_write(rm, REG_PAGE, 0x00);
@@ -201,6 +203,9 @@ static void tas5805m_refresh(struct snd_soc_component *component)
201203
set_dsp_scale(rm, 0x24, tas5805m->vol[0]);
202204
set_dsp_scale(rm, 0x28, tas5805m->vol[1]);
203205

206+
regmap_write(rm, REG_PAGE, 0x00);
207+
regmap_write(rm, REG_BOOK, 0x00);
208+
204209
/* Set/clear digital soft-mute */
205210
regmap_write(rm, REG_DEVICE_CTRL_2,
206211
(tas5805m->is_muted ? DCTRL2_MUTE : 0) |
@@ -226,8 +231,11 @@ static int tas5805m_vol_get(struct snd_kcontrol *kcontrol,
226231
struct tas5805m_priv *tas5805m =
227232
snd_soc_component_get_drvdata(component);
228233

234+
mutex_lock(&tas5805m->lock);
229235
ucontrol->value.integer.value[0] = tas5805m->vol[0];
230236
ucontrol->value.integer.value[1] = tas5805m->vol[1];
237+
mutex_unlock(&tas5805m->lock);
238+
231239
return 0;
232240
}
233241

@@ -243,11 +251,13 @@ static int tas5805m_vol_put(struct snd_kcontrol *kcontrol,
243251
snd_soc_kcontrol_component(kcontrol);
244252
struct tas5805m_priv *tas5805m =
245253
snd_soc_component_get_drvdata(component);
254+
int ret = 0;
246255

247256
if (!(volume_is_valid(ucontrol->value.integer.value[0]) &&
248257
volume_is_valid(ucontrol->value.integer.value[1])))
249258
return -EINVAL;
250259

260+
mutex_lock(&tas5805m->lock);
251261
if (tas5805m->vol[0] != ucontrol->value.integer.value[0] ||
252262
tas5805m->vol[1] != ucontrol->value.integer.value[1]) {
253263
tas5805m->vol[0] = ucontrol->value.integer.value[0];
@@ -256,11 +266,12 @@ static int tas5805m_vol_put(struct snd_kcontrol *kcontrol,
256266
tas5805m->vol[0], tas5805m->vol[1],
257267
tas5805m->is_powered);
258268
if (tas5805m->is_powered)
259-
tas5805m_refresh(component);
260-
return 1;
269+
tas5805m_refresh(tas5805m);
270+
ret = 1;
261271
}
272+
mutex_unlock(&tas5805m->lock);
262273

263-
return 0;
274+
return ret;
264275
}
265276

266277
static const struct snd_kcontrol_new tas5805m_snd_controls[] = {
@@ -294,54 +305,83 @@ static int tas5805m_trigger(struct snd_pcm_substream *substream, int cmd,
294305
struct snd_soc_component *component = dai->component;
295306
struct tas5805m_priv *tas5805m =
296307
snd_soc_component_get_drvdata(component);
297-
struct regmap *rm = tas5805m->regmap;
298-
unsigned int chan, global1, global2;
299308

300309
switch (cmd) {
301310
case SNDRV_PCM_TRIGGER_START:
302311
case SNDRV_PCM_TRIGGER_RESUME:
303312
case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
304-
dev_dbg(component->dev, "DSP startup\n");
305-
306-
/* We mustn't issue any I2C transactions until the I2S
307-
* clock is stable. Furthermore, we must allow a 5ms
308-
* delay after the first set of register writes to
309-
* allow the DSP to boot before configuring it.
310-
*/
311-
usleep_range(5000, 10000);
312-
send_cfg(rm, dsp_cfg_preboot,
313-
ARRAY_SIZE(dsp_cfg_preboot));
314-
usleep_range(5000, 15000);
315-
send_cfg(rm, tas5805m->dsp_cfg_data,
316-
tas5805m->dsp_cfg_len);
317-
318-
tas5805m->is_powered = true;
319-
tas5805m_refresh(component);
313+
dev_dbg(component->dev, "clock start\n");
314+
schedule_work(&tas5805m->work);
320315
break;
321316

322317
case SNDRV_PCM_TRIGGER_STOP:
323318
case SNDRV_PCM_TRIGGER_SUSPEND:
324319
case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
325-
dev_dbg(component->dev, "DSP shutdown\n");
320+
break;
326321

327-
tas5805m->is_powered = false;
322+
default:
323+
return -EINVAL;
324+
}
328325

329-
regmap_write(rm, REG_PAGE, 0x00);
330-
regmap_write(rm, REG_BOOK, 0x00);
326+
return 0;
327+
}
331328

332-
regmap_read(rm, REG_CHAN_FAULT, &chan);
333-
regmap_read(rm, REG_GLOBAL_FAULT1, &global1);
334-
regmap_read(rm, REG_GLOBAL_FAULT2, &global2);
329+
static void do_work(struct work_struct *work)
330+
{
331+
struct tas5805m_priv *tas5805m =
332+
container_of(work, struct tas5805m_priv, work);
333+
struct regmap *rm = tas5805m->regmap;
335334

336-
dev_dbg(component->dev,
337-
"fault regs: CHAN=%02x, GLOBAL1=%02x, GLOBAL2=%02x\n",
338-
chan, global1, global2);
335+
dev_dbg(&tas5805m->i2c->dev, "DSP startup\n");
339336

340-
regmap_write(rm, REG_DEVICE_CTRL_2, DCTRL2_MODE_HIZ);
341-
break;
337+
mutex_lock(&tas5805m->lock);
338+
/* We mustn't issue any I2C transactions until the I2S
339+
* clock is stable. Furthermore, we must allow a 5ms
340+
* delay after the first set of register writes to
341+
* allow the DSP to boot before configuring it.
342+
*/
343+
usleep_range(5000, 10000);
344+
send_cfg(rm, dsp_cfg_preboot, ARRAY_SIZE(dsp_cfg_preboot));
345+
usleep_range(5000, 15000);
346+
send_cfg(rm, tas5805m->dsp_cfg_data, tas5805m->dsp_cfg_len);
347+
348+
tas5805m->is_powered = true;
349+
tas5805m_refresh(tas5805m);
350+
mutex_unlock(&tas5805m->lock);
351+
}
342352

343-
default:
344-
return -EINVAL;
353+
static int tas5805m_dac_event(struct snd_soc_dapm_widget *w,
354+
struct snd_kcontrol *kcontrol, int event)
355+
{
356+
struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm);
357+
struct tas5805m_priv *tas5805m =
358+
snd_soc_component_get_drvdata(component);
359+
struct regmap *rm = tas5805m->regmap;
360+
361+
if (event & SND_SOC_DAPM_PRE_PMD) {
362+
unsigned int chan, global1, global2;
363+
364+
dev_dbg(component->dev, "DSP shutdown\n");
365+
cancel_work_sync(&tas5805m->work);
366+
367+
mutex_lock(&tas5805m->lock);
368+
if (tas5805m->is_powered) {
369+
tas5805m->is_powered = false;
370+
371+
regmap_write(rm, REG_PAGE, 0x00);
372+
regmap_write(rm, REG_BOOK, 0x00);
373+
374+
regmap_read(rm, REG_CHAN_FAULT, &chan);
375+
regmap_read(rm, REG_GLOBAL_FAULT1, &global1);
376+
regmap_read(rm, REG_GLOBAL_FAULT2, &global2);
377+
378+
dev_dbg(component->dev, "fault regs: CHAN=%02x, "
379+
"GLOBAL1=%02x, GLOBAL2=%02x\n",
380+
chan, global1, global2);
381+
382+
regmap_write(rm, REG_DEVICE_CTRL_2, DCTRL2_MODE_HIZ);
383+
}
384+
mutex_unlock(&tas5805m->lock);
345385
}
346386

347387
return 0;
@@ -354,7 +394,8 @@ static const struct snd_soc_dapm_route tas5805m_audio_map[] = {
354394

355395
static const struct snd_soc_dapm_widget tas5805m_dapm_widgets[] = {
356396
SND_SOC_DAPM_AIF_IN("DAC IN", "Playback", 0, SND_SOC_NOPM, 0, 0),
357-
SND_SOC_DAPM_DAC("DAC", NULL, SND_SOC_NOPM, 0, 0),
397+
SND_SOC_DAPM_DAC_E("DAC", NULL, SND_SOC_NOPM, 0, 0,
398+
tas5805m_dac_event, SND_SOC_DAPM_PRE_PMD),
358399
SND_SOC_DAPM_OUTPUT("OUT")
359400
};
360401

@@ -375,11 +416,14 @@ static int tas5805m_mute(struct snd_soc_dai *dai, int mute, int direction)
375416
struct tas5805m_priv *tas5805m =
376417
snd_soc_component_get_drvdata(component);
377418

419+
mutex_lock(&tas5805m->lock);
378420
dev_dbg(component->dev, "set mute=%d (is_powered=%d)\n",
379421
mute, tas5805m->is_powered);
422+
380423
tas5805m->is_muted = mute;
381424
if (tas5805m->is_powered)
382-
tas5805m_refresh(component);
425+
tas5805m_refresh(tas5805m);
426+
mutex_unlock(&tas5805m->lock);
383427

384428
return 0;
385429
}
@@ -434,6 +478,7 @@ static int tas5805m_i2c_probe(struct i2c_client *i2c)
434478
if (!tas5805m)
435479
return -ENOMEM;
436480

481+
tas5805m->i2c = i2c;
437482
tas5805m->pvdd = devm_regulator_get(dev, "pvdd");
438483
if (IS_ERR(tas5805m->pvdd)) {
439484
dev_err(dev, "failed to get pvdd supply: %ld\n",
@@ -507,6 +552,9 @@ static int tas5805m_i2c_probe(struct i2c_client *i2c)
507552
gpiod_set_value(tas5805m->gpio_pdn_n, 1);
508553
usleep_range(10000, 15000);
509554

555+
INIT_WORK(&tas5805m->work, do_work);
556+
mutex_init(&tas5805m->lock);
557+
510558
/* Don't register through devm. We need to be able to unregister
511559
* the component prior to deasserting PDN#
512560
*/
@@ -527,6 +575,7 @@ static void tas5805m_i2c_remove(struct i2c_client *i2c)
527575
struct device *dev = &i2c->dev;
528576
struct tas5805m_priv *tas5805m = dev_get_drvdata(dev);
529577

578+
cancel_work_sync(&tas5805m->work);
530579
snd_soc_unregister_component(dev);
531580
gpiod_set_value(tas5805m->gpio_pdn_n, 0);
532581
usleep_range(10000, 15000);

sound/soc/fsl/fsl_sai.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@ static int fsl_sai_check_version(struct device *dev)
11411141

11421142
sai->verid.version = val &
11431143
(FSL_SAI_VERID_MAJOR_MASK | FSL_SAI_VERID_MINOR_MASK);
1144+
sai->verid.version >>= FSL_SAI_VERID_MINOR_SHIFT;
11441145
sai->verid.feature = val & FSL_SAI_VERID_FEATURE_MASK;
11451146

11461147
ret = regmap_read(sai->regmap, FSL_SAI_PARAM, &val);

sound/soc/soc-topology.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,13 +1401,17 @@ static int soc_tplg_dapm_widget_create(struct soc_tplg *tplg,
14011401

14021402
template.num_kcontrols = le32_to_cpu(w->num_kcontrols);
14031403
kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL);
1404-
if (!kc)
1404+
if (!kc) {
1405+
ret = -ENOMEM;
14051406
goto hdr_err;
1407+
}
14061408

14071409
kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int),
14081410
GFP_KERNEL);
1409-
if (!kcontrol_type)
1411+
if (!kcontrol_type) {
1412+
ret = -ENOMEM;
14101413
goto hdr_err;
1414+
}
14111415

14121416
for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) {
14131417
control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos;

0 commit comments

Comments
 (0)