All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majczak <lma@semihalf.com>
To: Cezary Rojewski <cezary.rojewski@intel.com>
Cc: alsa-devel@alsa-project.org, jairaj.arava@intel.com,
	upstream@semihalf.com, Harsha Priya <harshapriya.n@intel.com>,
	cujomalainey@google.com, Takashi Iwai <tiwai@suse.com>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	hdegoede@redhat.com, Mark Brown <broonie@kernel.org>,
	jenny.tc@intel.com,
	Gopal Vamshi Krishna <vamshi.krishna.gopal@intel.com>
Subject: Re: [PATCH 00/11] ASoC: Intel: Skylake: Fix and support complex
Date: Wed, 18 Aug 2021 13:08:47 +0200	[thread overview]
Message-ID: <CAFJ_xbo85Krq3DxmQBE+pZ4vtTWFDMdgjNM4xd=un=vzE38sRQ@mail.gmail.com> (raw)
In-Reply-To: <20210818075742.1515155-1-cezary.rojewski@intel.com>

śr., 18 sie 2021 o 09:54 Cezary Rojewski <cezary.rojewski@intel.com> napisał(a):
>
> Existing skylake-driver supports very basic scenarios with limited range
> of modules and their control. Attached changes first fix code as several
> advanced configurations are 'mentioned' throughout the files but are not
> actually functional. Follow up are changes adding missing support for
> said configurations.
>
> Cezary Rojewski (5):
>   ASoC: Intel: kbl_da7219_max98927: Fix format selection for max98373
>   ASoC: Intel: Skylake: Leave data as is when invoking TLV IPCs
>   ASoC: Intel: Skylake: Fix module resource and format selection
>   ASoC: Intel: Skylake: Fix module configuration for KPB and MIXER
>   ASoC: Intel: Skylake: Select first entry for singular pipe config
>     arrays
>
> Gustaw Lewandowski (2):
>   ASoC: Intel: Skylake: Fix passing loadable flag for module
>   ASoC: Intel: Skylake: Simplify m_state for loadable modules
>
> Kareem Shaik (1):
>   ASoC: Intel: Skylake: Support multiple format configs
>
> Pawel Harlozinski (1):
>   ASoC: Intel: Skylake: Properly configure modules with generic
>     extension
>
> Piotr Maziarz (1):
>   ASoC: Intel: Skylake: Select proper format for NHLT blob
>
> Szymon Mielczarek (1):
>   ASoC: Intel: Skylake: Support modules with generic extension
>
>  include/uapi/sound/snd_sst_tokens.h          |   6 +-
>  sound/soc/intel/boards/kbl_da7219_max98927.c |  55 +------
>  sound/soc/intel/skylake/skl-messages.c       | 155 ++++++++++++-------
>  sound/soc/intel/skylake/skl-pcm.c            |  25 ++-
>  sound/soc/intel/skylake/skl-topology.c       | 155 +++++++++++--------
>  sound/soc/intel/skylake/skl-topology.h       |  26 +++-
>  6 files changed, 231 insertions(+), 191 deletions(-)
>
> --
> 2.25.1
>
I have checked playback/record with speakers/dmic/headset on the Atlas
chromebook - everything seems to work fine, so:

Tested-by: Lukasz Majczak <lma@semihalf.com>

Best regards,
Lukasz

  parent reply	other threads:[~2021-08-18 11:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18  7:57 [PATCH 00/11] ASoC: Intel: Skylake: Fix and support complex Cezary Rojewski
2021-08-18  7:57 ` [PATCH 01/11] ASoC: Intel: kbl_da7219_max98927: Fix format selection for max98373 Cezary Rojewski
2021-08-18  7:57 ` [PATCH 02/11] ASoC: Intel: Skylake: Leave data as is when invoking TLV IPCs Cezary Rojewski
2021-08-18  7:57 ` [PATCH 03/11] ASoC: Intel: Skylake: Select proper format for NHLT blob Cezary Rojewski
2021-08-18  7:57 ` [PATCH 04/11] ASoC: Intel: Skylake: Fix module resource and format selection Cezary Rojewski
2021-08-18  7:57 ` [PATCH 05/11] ASoC: Intel: Skylake: Fix module configuration for KPB and MIXER Cezary Rojewski
2021-08-18  7:57 ` [PATCH 06/11] ASoC: Intel: Skylake: Fix passing loadable flag for module Cezary Rojewski
2021-08-18  7:57 ` [PATCH 07/11] ASoC: Intel: Skylake: Simplify m_state for loadable modules Cezary Rojewski
2021-08-18  7:57 ` [PATCH 08/11] ASoC: Intel: Skylake: Support multiple format configs Cezary Rojewski
2021-08-18  7:57 ` [PATCH 09/11] ASoC: Intel: Skylake: Support modules with generic extension Cezary Rojewski
2021-08-18  7:57 ` [PATCH 10/11] ASoC: Intel: Skylake: Properly configure " Cezary Rojewski
2021-08-18  7:57 ` [PATCH 11/11] ASoC: Intel: Skylake: Select first entry for singular pipe config arrays Cezary Rojewski
2021-08-18 11:08 ` Lukasz Majczak [this message]
2021-08-23 17:37 ` [PATCH 00/11] ASoC: Intel: Skylake: Fix and support complex Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFJ_xbo85Krq3DxmQBE+pZ4vtTWFDMdgjNM4xd=un=vzE38sRQ@mail.gmail.com' \
    --to=lma@semihalf.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=cujomalainey@google.com \
    --cc=harshapriya.n@intel.com \
    --cc=hdegoede@redhat.com \
    --cc=jairaj.arava@intel.com \
    --cc=jenny.tc@intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.com \
    --cc=upstream@semihalf.com \
    --cc=vamshi.krishna.gopal@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.