tas5720.c (bdd0c277d9846977ec3f175341d4e7475ed26ef7) | tas5720.c (5856d8bd308f9467cefa65d04e184a56a3977559) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * tas5720.c - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier 4 * | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * tas5720.c - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier 4 * |
5 * Copyright (C)2015-2016 Texas Instruments Incorporated - http://www.ti.com | 5 * Copyright (C)2015-2016 Texas Instruments Incorporated - https://www.ti.com |
6 * 7 * Author: Andreas Dannenberg <dannenberg@ti.com> 8 */ 9 10#include <linux/module.h> 11#include <linux/errno.h> 12#include <linux/device.h> 13#include <linux/i2c.h> --- 723 unchanged lines hidden --- | 6 * 7 * Author: Andreas Dannenberg <dannenberg@ti.com> 8 */ 9 10#include <linux/module.h> 11#include <linux/errno.h> 12#include <linux/device.h> 13#include <linux/i2c.h> --- 723 unchanged lines hidden --- |