1. 13 Sep, 2022 1 commit
  2. 09 Sep, 2022 20 commits
  3. 08 Sep, 2022 6 commits
  4. 07 Sep, 2022 11 commits
  5. 05 Sep, 2022 2 commits
    • Mark Brown's avatar
      lib/string_helpers: Introduce parse_int_array_user() · d2a411f8
      Mark Brown authored
      Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:
      
      Continuation of recent upstream discussion [1] regarding user string
      tokenization.
      
      First, parse_int_array_user() is introduced to allow for splitting
      specified user string into a sequence of integers. Makes use of
      get_options() internally so the parsing logic is not duplicated.
      
      With that done, redundant parts of the sound driver are removed.
      
      Originally similar functionality was added for the SOF sound driver. As
      more users are on the horizon, it is desirable to update existing
      string_helpers code and provide a unified solution.
      d2a411f8
    • Mark Brown's avatar
      Untested TAS2562 power setting fixes · cdcdb008
      Mark Brown authored
      Merge series from Martin Povišer <povik+lin@cutebit.org>:
      
      The tas2562 driver does the same thing with the setting of PWR_CTRL
      field as the tas2764/tas2770 drivers were doing.
      Link: https://lore.kernel.org/alsa-devel/20220808141246.5749-1-povik+lin@cutebit.org/T/#t
      Link: https://lore.kernel.org/alsa-devel/20220825140241.53963-1-povik+lin@cutebit.org/T/#t
      
      These are blindly written patches without testing since I don't have
      the hardware. (I even tried TI's formal sample request program but
      was refused there. CCing @ti.com addresses I found on other series
      recently submitted.)
      cdcdb008