rt700-sdw.c (2acd30b9f6032c6cbefc5e255c17ebbb0718e56a) rt700-sdw.c (38edbfae6c7f4ad402dd0464c1887eaf068468b8)
1// SPDX-License-Identifier: GPL-2.0
2//
3// rt700-sdw.c -- rt700 ALSA SoC audio driver
4//
5// Copyright(c) 2019 Realtek Semiconductor Corp.
6//
7//
8

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

336 struct sdw_slave_prop *prop = &slave->prop;
337 int nval, i;
338 u32 bit;
339 unsigned long addr;
340 struct sdw_dpn_prop *dpn;
341
342 prop->scp_int1_mask = SDW_SCP_INT1_IMPL_DEF | SDW_SCP_INT1_BUS_CLASH |
343 SDW_SCP_INT1_PARITY;
1// SPDX-License-Identifier: GPL-2.0
2//
3// rt700-sdw.c -- rt700 ALSA SoC audio driver
4//
5// Copyright(c) 2019 Realtek Semiconductor Corp.
6//
7//
8

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

336 struct sdw_slave_prop *prop = &slave->prop;
337 int nval, i;
338 u32 bit;
339 unsigned long addr;
340 struct sdw_dpn_prop *dpn;
341
342 prop->scp_int1_mask = SDW_SCP_INT1_IMPL_DEF | SDW_SCP_INT1_BUS_CLASH |
343 SDW_SCP_INT1_PARITY;
344 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY;
344
345 prop->paging_support = false;
346
347 /* first we need to allocate memory for set bits in port lists */
348 prop->source_ports = 0x14; /* BITMAP: 00010100 */
349 prop->sink_ports = 0xA; /* BITMAP: 00001010 */
350
351 nval = hweight32(prop->source_ports);

--- 188 unchanged lines hidden ---
345
346 prop->paging_support = false;
347
348 /* first we need to allocate memory for set bits in port lists */
349 prop->source_ports = 0x14; /* BITMAP: 00010100 */
350 prop->sink_ports = 0xA; /* BITMAP: 00001010 */
351
352 nval = hweight32(prop->source_ports);

--- 188 unchanged lines hidden ---