rt1308-sdw.c (2acd30b9f6032c6cbefc5e255c17ebbb0718e56a) | rt1308-sdw.c (38edbfae6c7f4ad402dd0464c1887eaf068468b8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2// 3// rt1308-sdw.c -- rt1308 ALSA SoC audio driver 4// 5// Copyright(c) 2019 Realtek Semiconductor Corp. 6// 7// 8#include <linux/delay.h> --- 110 unchanged lines hidden (view full) --- 119{ 120 struct sdw_slave_prop *prop = &slave->prop; 121 int nval, i; 122 u32 bit; 123 unsigned long addr; 124 struct sdw_dpn_prop *dpn; 125 126 prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; | 1// SPDX-License-Identifier: GPL-2.0 2// 3// rt1308-sdw.c -- rt1308 ALSA SoC audio driver 4// 5// Copyright(c) 2019 Realtek Semiconductor Corp. 6// 7// 8#include <linux/delay.h> --- 110 unchanged lines hidden (view full) --- 119{ 120 struct sdw_slave_prop *prop = &slave->prop; 121 int nval, i; 122 u32 bit; 123 unsigned long addr; 124 struct sdw_dpn_prop *dpn; 125 126 prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; |
127 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY; |
|
127 128 prop->paging_support = true; 129 130 /* first we need to allocate memory for set bits in port lists */ 131 prop->source_ports = 0x00; /* BITMAP: 00010100 (not enable yet) */ 132 prop->sink_ports = 0x2; /* BITMAP: 00000010 */ 133 134 /* for sink */ --- 617 unchanged lines hidden --- | 128 129 prop->paging_support = true; 130 131 /* first we need to allocate memory for set bits in port lists */ 132 prop->source_ports = 0x00; /* BITMAP: 00010100 (not enable yet) */ 133 prop->sink_ports = 0x2; /* BITMAP: 00000010 */ 134 135 /* for sink */ --- 617 unchanged lines hidden --- |