From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Reichl Subject: [PATCH 0/4] ASoC: bcm2835: Additional modes and constraint updates Date: Wed, 8 Nov 2017 21:03:28 +0100 Message-ID: <20171108200332.28949-1-hias@horus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-rpi-kernel" Errors-To: linux-rpi-kernel-bounces+glkr-linux-rpi-kernel=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Mark Brown , Eric Anholt , Stefan Wahren Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: alsa-devel@alsa-project.org Main point of this series is support for justified and DSP modes and implementation of the set_tdm_slot interface in the bcm2835 I2S driver. I've also updated the constraints: The switch from discrete rates to RATE_CONTINUOUS and bump of maximum rates to 384kHz has been tested with various cards. Enforcement of full symmetry fixes issues with split-codec setups (eg separate ADC and DAC). This series brings the bcm2835-i2s driver in line with the downstream rpi tree where we've carried these patches for several months.