rt715-sdw.c (2acd30b9f6032c6cbefc5e255c17ebbb0718e56a) rt715-sdw.c (38edbfae6c7f4ad402dd0464c1887eaf068468b8)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * rt715-sdw.c -- rt715 ALSA SoC audio driver
4 *
5 * Copyright(c) 2019 Realtek Semiconductor Corp.
6 *
7 * ALC715 ASoC Codec Driver based Intel Dummy SdW codec driver
8 *

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

434 struct sdw_slave_prop *prop = &slave->prop;
435 int nval, i;
436 u32 bit;
437 unsigned long addr;
438 struct sdw_dpn_prop *dpn;
439
440 prop->scp_int1_mask = SDW_SCP_INT1_IMPL_DEF | SDW_SCP_INT1_BUS_CLASH |
441 SDW_SCP_INT1_PARITY;
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * rt715-sdw.c -- rt715 ALSA SoC audio driver
4 *
5 * Copyright(c) 2019 Realtek Semiconductor Corp.
6 *
7 * ALC715 ASoC Codec Driver based Intel Dummy SdW codec driver
8 *

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

434 struct sdw_slave_prop *prop = &slave->prop;
435 int nval, i;
436 u32 bit;
437 unsigned long addr;
438 struct sdw_dpn_prop *dpn;
439
440 prop->scp_int1_mask = SDW_SCP_INT1_IMPL_DEF | SDW_SCP_INT1_BUS_CLASH |
441 SDW_SCP_INT1_PARITY;
442 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY;
442
443 prop->paging_support = false;
444
445 /* first we need to allocate memory for set bits in port lists */
446 prop->source_ports = 0x50;/* BITMAP: 01010000 */
447 prop->sink_ports = 0x0; /* BITMAP: 00000000 */
448
449 nval = hweight32(prop->source_ports);

--- 134 unchanged lines hidden ---
443
444 prop->paging_support = false;
445
446 /* first we need to allocate memory for set bits in port lists */
447 prop->source_ports = 0x50;/* BITMAP: 01010000 */
448 prop->sink_ports = 0x0; /* BITMAP: 00000000 */
449
450 nval = hweight32(prop->source_ports);

--- 134 unchanged lines hidden ---