pcm3168a-spi.c (9938b04472d5c59f8bd8152a548533a8599596a2) pcm3168a-spi.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * PCM3168A codec spi driver
3 *
4 * Copyright (C) 2015 Imagination Technologies Ltd.
5 *
6 * Author: Damien Horsley <Damien.Horsley@imgtec.com>
2/*
3 * PCM3168A codec spi driver
4 *
5 * Copyright (C) 2015 Imagination Technologies Ltd.
6 *
7 * Author: Damien Horsley <Damien.Horsley@imgtec.com>
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 */
12
13#include <linux/init.h>
14#include <linux/module.h>
15#include <linux/spi/spi.h>
16
17#include <sound/soc.h>
18

--- 47 unchanged lines hidden ---
8 */
9
10#include <linux/init.h>
11#include <linux/module.h>
12#include <linux/spi/spi.h>
13
14#include <sound/soc.h>
15

--- 47 unchanged lines hidden ---