wm5102-tables.c (b7d3622a39fde7658170b7f3cf6c6889bb8db30d) wm5102-tables.c (df8eddb31f23ff54377a34d4c3034cf19b62262a)
1/*
2 * wm5102-tables.c -- WM5102 data tables
3 *
4 * Copyright 2012 Wolfson Microelectronics plc
5 *
6 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 59 unchanged lines hidden (view full) ---

68 { 0x442, 0x3F0A },
69 { 0x443, 0xDC1F },
70 { 0x4B0, 0x0066 },
71 { 0x458, 0x000b },
72 { 0x212, 0x0000 },
73 { 0x171, 0x0000 },
74 { 0x35E, 0x000C },
75 { 0x2D4, 0x0000 },
1/*
2 * wm5102-tables.c -- WM5102 data tables
3 *
4 * Copyright 2012 Wolfson Microelectronics plc
5 *
6 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 59 unchanged lines hidden (view full) ---

68 { 0x442, 0x3F0A },
69 { 0x443, 0xDC1F },
70 { 0x4B0, 0x0066 },
71 { 0x458, 0x000b },
72 { 0x212, 0x0000 },
73 { 0x171, 0x0000 },
74 { 0x35E, 0x000C },
75 { 0x2D4, 0x0000 },
76 { 0x4DC, 0x0900 },
76 { 0x80, 0x0000 },
77};
78
79/* We use a function so we can use ARRAY_SIZE() */
80int wm5102_patch(struct arizona *arizona)
81{
82 const struct reg_default *wm5102_patch;
83 int ret = 0;

--- 1878 unchanged lines hidden ---
77 { 0x80, 0x0000 },
78};
79
80/* We use a function so we can use ARRAY_SIZE() */
81int wm5102_patch(struct arizona *arizona)
82{
83 const struct reg_default *wm5102_patch;
84 int ret = 0;

--- 1878 unchanged lines hidden ---