sgtl5000.c (51e786947fc575f519f10cf500b470d505a40b15) | sgtl5000.c (3c1d663beb0b453b21509a8883185c743963bbe7) |
---|---|
1/* 2 * sgtl5000.c -- SGTL5000 ALSA SoC Audio driver 3 * 4 * Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ | 1// SPDX-License-Identifier: GPL-2.0 2// 3// sgtl5000.c -- SGTL5000 ALSA SoC Audio driver 4// 5// Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. |
10 11#include <linux/module.h> 12#include <linux/moduleparam.h> 13#include <linux/init.h> 14#include <linux/delay.h> 15#include <linux/slab.h> 16#include <linux/pm.h> 17#include <linux/i2c.h> --- 1590 unchanged lines hidden --- | 6 7#include <linux/module.h> 8#include <linux/moduleparam.h> 9#include <linux/init.h> 10#include <linux/delay.h> 11#include <linux/slab.h> 12#include <linux/pm.h> 13#include <linux/i2c.h> --- 1590 unchanged lines hidden --- |