From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762751AbcALSNw (ORCPT ); Tue, 12 Jan 2016 13:13:52 -0500 Received: from mail.karo-electronics.de ([81.173.242.67]:60322 "EHLO mail.karo-electronics.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbcALSNt (ORCPT ); Tue, 12 Jan 2016 13:13:49 -0500 From: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= To: Arnd Bergmann , Fabio Estevam , Jaroslav Kysela , Liam Girdwood , =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= , Mark Brown , Nicolin Chen , Takashi Iwai , Timur Tabi , Xiubo Li , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH 0/2] ASoC: fsl: make snd-soc-imx-sgtl5000 driver useable on i.MX6UL Date: Tue, 12 Jan 2016 19:13:29 +0100 Message-Id: <1452622411-16674-1-git-send-email-LW@KARO-electronics.de> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds support for the i.MX6UL SoC to the imx-sgtl5000 sound driver. The first patch makes the audmux setup optional for the driver, since i.MX6UL does not have this unit. The second patch selects the SAI interface rather than the SSI interface for the i.MX6UL SoC. A patch to make the corresponding DTB changes has been sent separately.