Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42f32c55 authored by Mike Frysinger's avatar Mike Frysinger Committed by Mark Brown
Browse files

ASoC: AD1836: clean up comment headers

parent 53a93d58
Loading
Loading
Loading
Loading
+5 −14
Original line number Diff line number Diff line
 /*
 * File:         sound/soc/codecs/ad1836.c
 * Author:       Barry Song <Barry.Song@analog.com>
 * Audio Codec driver supporting:
 *  AD1835A, AD1836, AD1837A, AD1838A, AD1839A
 *
 * Created:      Aug 04 2009
 * Description:  Driver for AD1836 sound chip
 * Copyright 2009-2011 Analog Devices Inc.
 *
 * Modified:
 *               Copyright 2009 Analog Devices Inc.
 *
 * Bugs:         Enter bugs at http://blackfin.uclinux.org/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * Licensed under the GPL-2 or later.
 */

#include <linux/init.h>
+4 −13
Original line number Diff line number Diff line
/*
 * File:         sound/soc/codecs/ad1836.h
 * Based on:
 * Author:       Barry Song <Barry.Song@analog.com>
 * Audio Codec driver supporting:
 *  AD1835A, AD1836, AD1837A, AD1838A, AD1839A
 *
 * Created:      Aug 04, 2009
 * Description:  definitions for AD1836 registers
 * Copyright 2009-2011 Analog Devices Inc.
 *
 * Modified:
 *
 * Bugs:         Enter bugs at http://blackfin.uclinux.org/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * Licensed under the GPL-2 or later.
 */

#ifndef __AD1836_H__