Message ID | 20220624104712.1934484-1-daniel@zonque.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: max98396: Some assorted fixes and additions | expand |
On Fri, 24 Jun 2022 12:47:04 +0200, Daniel Mack wrote: > This is a series of some patches that I collected while using the > max98396 driver is a TDM mode setup. > > They correct BSEL and PCM mode configs, add support for power supplies > and add some bits to the documentation. > > The code is tested in TDM-16 and TDM-8 mode with 32 channel width. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/8] ASoC: dt-bindings: max98396: add voltage supplies (no commit info) [2/8] ASoC: dt-bindings: max98396: Add #sound-dai-cells (no commit info) [3/8] ASoC: dt-bindings: max98396: Document adi,bypass-slot-no (no commit info) [4/8] ASoC: max98396: add voltage regulators (no commit info) [5/8] ASoC: max98396: Improve some error prints (no commit info) [6/8] ASoC: max98396: Fix register access for PCM format settings commit: cf5c888539f353cb10e127d3a8754554cacd293a [7/8] ASoC: max98396: Implement DSP speaker monitor (no commit info) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On 6/27/22 22:19, Mark Brown wrote: > On Fri, 24 Jun 2022 12:47:04 +0200, Daniel Mack wrote: >> This is a series of some patches that I collected while using the >> max98396 driver is a TDM mode setup. >> >> They correct BSEL and PCM mode configs, add support for power supplies >> and add some bits to the documentation. >> >> The code is tested in TDM-16 and TDM-8 mode with 32 channel width. >> >> [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Umm, I was about to send out a new version of this series tomorrow to address the things you pointed out, and some more detected by the test bots. Which patches got applied now? I only see "Fix register access for PCM format settings" in for-next and for-5.19 currently? Thanks, Daniel > Thanks! > > [1/8] ASoC: dt-bindings: max98396: add voltage supplies > (no commit info) > [2/8] ASoC: dt-bindings: max98396: Add #sound-dai-cells > (no commit info) > [3/8] ASoC: dt-bindings: max98396: Document adi,bypass-slot-no > (no commit info) > [4/8] ASoC: max98396: add voltage regulators > (no commit info) > [5/8] ASoC: max98396: Improve some error prints > (no commit info) > [6/8] ASoC: max98396: Fix register access for PCM format settings > commit: cf5c888539f353cb10e127d3a8754554cacd293a > [7/8] ASoC: max98396: Implement DSP speaker monitor > (no commit info) > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark
On Mon, Jun 27, 2022 at 10:26:41PM +0200, Daniel Mack wrote: > Umm, I was about to send out a new version of this series tomorrow to > address the things you pointed out, and some more detected by the test bots. > Which patches got applied now? I only see "Fix register access for PCM > format settings" in for-next and for-5.19 currently? Yes, the bugfix: > > [1/8] ASoC: dt-bindings: max98396: add voltage supplies > > (no commit info) > > [2/8] ASoC: dt-bindings: max98396: Add #sound-dai-cells > > (no commit info) > > [3/8] ASoC: dt-bindings: max98396: Document adi,bypass-slot-no > > (no commit info) > > [4/8] ASoC: max98396: add voltage regulators > > (no commit info) > > [5/8] ASoC: max98396: Improve some error prints > > (no commit info) > > [6/8] ASoC: max98396: Fix register access for PCM format settings > > commit: cf5c888539f353cb10e127d3a8754554cacd293a > > [7/8] ASoC: max98396: Implement DSP speaker monitor > > (no commit info) it's the only one listed here too.