From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752896AbbIAFnW (ORCPT ); Tue, 1 Sep 2015 01:43:22 -0400 Received: from nasmtp01.atmel.com ([192.199.1.245]:53779 "EHLO DVREDG01.corp.atmel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751264AbbIAFnV (ORCPT ); Tue, 1 Sep 2015 01:43:21 -0400 From: Songjun Wu To: , , , , , , , , , , , , CC: Songjun Wu Subject: [PATCH 0/2] ASoC: atmel-classd: add the Audio Class D Amplifier Date: Tue, 1 Sep 2015 13:41:39 +0800 Message-ID: <1441086101-15303-1-git-send-email-songjun.wu@atmel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Audio Class D Amplifier driver includes two parts. 1) Driver code to implement the Audio Class D Amplifier function. 2) Device tree binding document, it describes how to add the Audio Class D Amplifier in device tree. Songjun Wu (2): ASoC: atmel-classd: add the Audio Class D Amplifier code ASoC: atmel-classd: DT binding for Class D audio amplifier driver .../devicetree/bindings/sound/atmel-classd.txt | 73 ++ sound/soc/atmel/Kconfig | 9 + sound/soc/atmel/Makefile | 2 + sound/soc/atmel/atmel-classd.c | 801 ++++++++++++++++++++ sound/soc/atmel/atmel-classd.h | 120 +++ 5 files changed, 1005 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/atmel-classd.txt create mode 100644 sound/soc/atmel/atmel-classd.c create mode 100644 sound/soc/atmel/atmel-classd.h -- 1.7.9.5