cs42l42.h (446279168e030fd0ed68e2bba336bef8bb3da352) | cs42l42.h (94d5f62a91aab6ac9c3f4abfd048cbe5f77153ac) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * linux/sound/cs42l42.h -- Platform data for CS42L42 ALSA SoC audio driver header 4 * 5 * Copyright 2016-2022 Cirrus Logic, Inc. 6 * 7 * Author: James Schulman <james.schulman@cirrus.com> 8 * Author: Brian Austin <brian.austin@cirrus.com> --- 26 unchanged lines hidden (view full) --- 35#define CS42L42_PAGE_25 0x2500 36#define CS42L42_PAGE_26 0x2600 37#define CS42L42_PAGE_28 0x2800 38#define CS42L42_PAGE_29 0x2900 39#define CS42L42_PAGE_2A 0x2A00 40#define CS42L42_PAGE_30 0x3000 41 42#define CS42L42_CHIP_ID 0x42A42 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * linux/sound/cs42l42.h -- Platform data for CS42L42 ALSA SoC audio driver header 4 * 5 * Copyright 2016-2022 Cirrus Logic, Inc. 6 * 7 * Author: James Schulman <james.schulman@cirrus.com> 8 * Author: Brian Austin <brian.austin@cirrus.com> --- 26 unchanged lines hidden (view full) --- 35#define CS42L42_PAGE_25 0x2500 36#define CS42L42_PAGE_26 0x2600 37#define CS42L42_PAGE_28 0x2800 38#define CS42L42_PAGE_29 0x2900 39#define CS42L42_PAGE_2A 0x2A00 40#define CS42L42_PAGE_30 0x3000 41 42#define CS42L42_CHIP_ID 0x42A42 |
43#define CS42L83_CHIP_ID 0x42A83 |
|
43 44/* Page 0x10 Global Registers */ 45#define CS42L42_DEVID_AB (CS42L42_PAGE_10 + 0x01) 46#define CS42L42_DEVID_CD (CS42L42_PAGE_10 + 0x02) 47#define CS42L42_DEVID_E (CS42L42_PAGE_10 + 0x03) 48#define CS42L42_FABID (CS42L42_PAGE_10 + 0x04) 49#define CS42L42_REVID (CS42L42_PAGE_10 + 0x05) 50#define CS42L42_FRZ_CTL (CS42L42_PAGE_10 + 0x06) --- 760 unchanged lines hidden --- | 44 45/* Page 0x10 Global Registers */ 46#define CS42L42_DEVID_AB (CS42L42_PAGE_10 + 0x01) 47#define CS42L42_DEVID_CD (CS42L42_PAGE_10 + 0x02) 48#define CS42L42_DEVID_E (CS42L42_PAGE_10 + 0x03) 49#define CS42L42_FABID (CS42L42_PAGE_10 + 0x04) 50#define CS42L42_REVID (CS42L42_PAGE_10 + 0x05) 51#define CS42L42_FRZ_CTL (CS42L42_PAGE_10 + 0x06) --- 760 unchanged lines hidden --- |