linux/sound/soc/codecs/wm5110.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0-only */
   2/*
   3 * wm5110.h  --  WM5110 ALSA SoC Audio driver
   4 *
   5 * Copyright 2012 Wolfson Microelectronics plc
   6 *
   7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
   8 */
   9
  10#ifndef _WM5110_H
  11#define _WM5110_H
  12
  13#include "arizona.h"
  14
  15#define WM5110_FLL1        1
  16#define WM5110_FLL2        2
  17#define WM5110_FLL1_REFCLK 3
  18#define WM5110_FLL2_REFCLK 4
  19
  20#endif
  21