swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 0238df646e6224016a45505d2c111a24669ebe21 authored by Greg Kroah-Hartman on 07 October 2018, 15:26:02 UTC
Linux 4.19-rc7
Tip revision: 0238df6
pxa2xx-i2s.h
/*
 * linux/sound/soc/pxa/pxa2xx-i2s.h
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef _PXA2XX_I2S_H
#define _PXA2XX_I2S_H

/* I2S clock */
#define PXA2XX_I2S_SYSCLK		0

#endif
back to top