1. 12 Apr, 2022 4 commits
    • Corentin Labbe's avatar
      ASoC: fix invalid yaml · 50684060
      Corentin Labbe authored
      The word "or" is useless and breaks yaml validation.
      Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
      Link: https://lore.kernel.org/r/20220411194409.3390002-1-clabbe@baylibre.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      50684060
    • Mark Brown's avatar
      ASoC: remaining simple i2c probe changes · 122cef68
      Mark Brown authored
      Merge series from Stephen Kitt <steve@sk2.org>:
      
      This series covers all the remaining changes to migrate
      sound/soc/codecs i2c probes to probe_new, where the const struct
      i2c_client * argument is unused; there are a few remaining files which
      use the argument and will need i2c_match_id migration.
      122cef68
    • Mark Brown's avatar
      ASoC: SOF: Abstractions for top-level IPC ops · 09b955f6
      Mark Brown authored
      Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:
      
      This series is continuation of the IPC abstraction in the SOF driver in
      preparation for supporting the new IPC supported by the SOF firmware.
      It introduces abstraction for top-level IPC ops for sending/receiving
      regular and large IPC's.
      
      Peter Ujfalusi (15):
        ASoC: SOF: Add helper function to prepare and send an IPC message
        ASoC: SOF: Add high level IPC IO callback definitions to ipc_ops
        ASoC: SOF: ipc3: Implement the tx_msg IPC ops
        ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sending
        ASoC: SOF: ipc3: Implement the set_get_data IPC ops
        ASoC: SOF: ipc3: Implement the get_reply IPC ops
        ASoC: SOF: ipc3: Implement rx_msg IPC ops
        ASoC: SOF: ipc: Separate the ops checks by functions/topics
        ASoC: SOF: ipc: Add check for mandatory IPC message handling ops
        ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()
        ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data ops
        ASoC: SOF: ipc: Switch over to use the rx_msg ops
        ASoC: SOF: Add widget_kcontrol_setup control ops for IPC3
        ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol
          set up
        ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-control
      
       sound/soc/sof/ipc.c          | 858 ++---------------------------------
       sound/soc/sof/ipc3-control.c | 131 +++++-
       sound/soc/sof/ipc3.c         | 682 +++++++++++++++++++++++++++-
       sound/soc/sof/sof-audio.c    |  54 +--
       sound/soc/sof/sof-audio.h    |   7 +-
       sound/soc/sof/sof-priv.h     |  28 +-
       6 files changed, 880 insertions(+), 880 deletions(-)
      
      --
      2.25.1
      09b955f6
    • Mark Brown's avatar
      Allow detecting ACP6x DMIC via _DSD · 2f7f0994
      Mark Brown authored
      Merge series from Mario Limonciello <mario.limonciello@amd.com>:
      
      It's not possible to probe for the presence of a DMIC, so the ACP6x
      machine driver currently has a hardcoded list of all the systems known
      to have a DMIC connected to the ACP.
      
      Although this design works it means that the acp6x driver needs to always
      grow with more systems and worse, if an OEM introduces a new system there
      will be a mismatch in time that even if the driver (otherwise) works fine
      it needs their system added to the list to work.
      
      So this series introduces a _DSD that OEMs can populate into the BIOS to
      indicate presence of a DMIC.
      2f7f0994
  2. 11 Apr, 2022 34 commits
  3. 08 Apr, 2022 2 commits