Skip to content

Commit 64c0ce5

Browse files
committed
Merge branch 'for-linus' into for-next
Pull 6.11 fixes to 6.12-devel branch Signed-off-by: Takashi Iwai <[email protected]>
2 parents 1a529af + 134536c commit 64c0ce5

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ Pavankumar Kondeti <[email protected]> <[email protected]>
525525
Peter A Jonsson <[email protected]>
526526
Peter Oruba <[email protected]>
527527
Peter Oruba <[email protected]>
528+
Pierre-Louis Bossart <[email protected]> <[email protected]>
528529
529530
Praveen BP <[email protected]>
530531
Pradeep Kumar Chitrapu <[email protected]> <[email protected]>

MAINTAINERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11141,12 +11141,12 @@ F: drivers/gpio/gpio-i8255.h
1114111141

1114211142
INTEL ASoC DRIVERS
1114311143
M: Cezary Rojewski <[email protected]>
11144-
M: Pierre-Louis Bossart <[email protected]>
1114511144
M: Liam Girdwood <[email protected]>
1114611145
M: Peter Ujfalusi <[email protected]>
1114711146
M: Bard Liao <[email protected]>
1114811147
M: Ranjani Sridharan <[email protected]>
1114911148
M: Kai Vehmanen <[email protected]>
11149+
R: Pierre-Louis Bossart <[email protected]>
1115011150
L: [email protected] (moderated for non-subscribers)
1115111151
S: Supported
1115211152
F: sound/soc/intel/
@@ -21350,13 +21350,13 @@ S: Maintained
2135021350
F: tools/sound/dapm-graph
2135121351

2135221352
SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
21353-
M: Pierre-Louis Bossart <[email protected]>
2135421353
M: Liam Girdwood <[email protected]>
2135521354
M: Peter Ujfalusi <[email protected]>
2135621355
M: Bard Liao <[email protected]>
2135721356
M: Ranjani Sridharan <[email protected]>
2135821357
M: Daniel Baluta <[email protected]>
2135921358
R: Kai Vehmanen <[email protected]>
21359+
R: Pierre-Louis Bossart <[email protected]>
2136021360
L: [email protected] (moderated for non-subscribers)
2136121361
S: Supported
2136221362
W: https://github.com/thesofproject/linux/
@@ -21365,7 +21365,7 @@ F: sound/soc/sof/
2136521365
SOUNDWIRE SUBSYSTEM
2136621366
M: Vinod Koul <[email protected]>
2136721367
M: Bard Liao <[email protected]>
21368-
R: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
21368+
R: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
2136921369
R: Sanyog Kale <[email protected]>
2137021370
L: [email protected] (moderated for non-subscribers)
2137121371
S: Supported

sound/soc/codecs/peb2466.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ static int peb2466_reg_read(void *context, unsigned int reg, unsigned int *val)
229229
case PEB2466_CMD_XOP:
230230
case PEB2466_CMD_SOP:
231231
ret = peb2466_read_byte(peb2466, reg, &tmp);
232-
*val = tmp;
232+
if (!ret)
233+
*val = tmp;
233234
break;
234235
default:
235236
dev_err(&peb2466->spi->dev, "Not a XOP or SOP command\n");

sound/soc/codecs/tas2781-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ static void tasdevice_fw_ready(const struct firmware *fmw,
13701370
*/
13711371
tas_priv->fw_state = TASDEVICE_RCA_FW_OK;
13721372
if (tas_priv->name_prefix)
1373-
scnprintf(tas_priv->rca_binaryname, 64, "%s-%s_coef.bin",
1373+
scnprintf(tas_priv->coef_binaryname, 64, "%s-%s_coef.bin",
13741374
tas_priv->name_prefix, tas_priv->dev_name);
13751375
else
13761376
scnprintf(tas_priv->coef_binaryname, 64, "%s_coef.bin",

sound/soc/intel/common/soc-acpi-intel-lnl-match.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ static const struct snd_soc_acpi_link_adr lnl_cs42l43_l0[] = {
267267
.num_adr = ARRAY_SIZE(cs42l43_0_adr),
268268
.adr_d = cs42l43_0_adr,
269269
},
270+
{}
270271
};
271272

272273
static const struct snd_soc_acpi_link_adr lnl_cs42l43_l0_cs35l56_l3[] = {

sound/soc/intel/common/soc-acpi-intel-mtl-match.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ static const struct snd_soc_acpi_link_adr mtl_cs42l43_l0[] = {
674674
.num_adr = ARRAY_SIZE(cs42l43_0_adr),
675675
.adr_d = cs42l43_0_adr,
676676
},
677+
{}
677678
};
678679

679680
static const struct snd_soc_acpi_link_adr mtl_cs42l43_cs35l56[] = {

sound/soc/meson/axg-card.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static int axg_card_add_tdm_loopback(struct snd_soc_card *card,
104104
int *index)
105105
{
106106
struct meson_card *priv = snd_soc_card_get_drvdata(card);
107-
struct snd_soc_dai_link *pad = &card->dai_link[*index];
107+
struct snd_soc_dai_link *pad;
108108
struct snd_soc_dai_link *lb;
109109
struct snd_soc_dai_link_component *dlc;
110110
int ret;
@@ -114,6 +114,7 @@ static int axg_card_add_tdm_loopback(struct snd_soc_card *card,
114114
if (ret)
115115
return ret;
116116

117+
pad = &card->dai_link[*index];
117118
lb = &card->dai_link[*index + 1];
118119

119120
lb->name = devm_kasprintf(card->dev, GFP_KERNEL, "%s-lb", pad->name);

0 commit comments

Comments
 (0)