GITLAB

에프에이리눅스 / fullcycle-jenkins-joy

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
master
  • fullcycle-jenkins-joy
  • kernel
  • linux-rt-4.4.41
  • sound
  • soc
  • codecs
  • adau1701.h
  • 5113f6f70   kernel add Browse Code »
    김현기
    5 years ago  
adau1701.h 260 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * header file for ADAU1701 SigmaDSP processor
 *
 * Copyright 2011 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef _ADAU1701_H
#define _ADAU1701_H

enum adau1701_clk_src {
	ADAU1701_CLK_SRC_OSC,
	ADAU1701_CLK_SRC_MCLK,
};

#endif