On Wed, 13 Apr 2022 10:10:16 +0200, <tanureal@xxxxxxxxxxxxxxxxxxxxx> wrote: > > On 4/13/22 8:51 AM, Takashi Iwai <tiwai@xxxxxxx> wrote: > > On Sat, 09 Apr 2022 11:12:59 +0200, > > Lucas Tanure wrote: > > > > > > Move the support for CS35L41 external boost to its shared library > > > for ASoC use. > > > This move resulted in cs35l41_hda_reg_sequence being removed, > > > and its steps were broken down into regmap writes or functions > > > from the library. And hardware configuration struct was unified > > > for its use in the shared lib. > > > While at it, some minor bugs were found and fixed it. > > > > The patch series seem inapplicable via git am. > > Could you check the setup of your mailer? > > > > > > thanks, > > > > Takashi > > > Hi, > Could you explain how you apply this series? So I can reproduce it and see what's going on. > To apply a series of patches I usually: > > 1 - Find the patch series on https://patchwork.kernel.org/ > 2 - Click the series button on the right top corner, which will give me the single patch file with all series changes > 3 - git am ~/Downloads/Support-external-boost-at-CS35l41-ASoC-driver.patch I tried b4 am and git am. Takashi