1 // SPDX-License-Identifier: GPL-2.0-only 2 // 3 // rt1318-sdw.c -- rt1318 SDCA ALSA SoC amplifier audio driver 4 // 5 // Copyright(c) 2022 Realtek Semiconductor Corp. 6 // 7 // 8 #include <linux/delay.h> 9 #include <linux/device.h> 10 #include <linux/pm_runtime.h> 11 #include <linux/mod_devicetable.h> 12 #include <linux/module.h> 13 #include <linux/regmap.h> 14 #include <linux/dmi.h> 15 #include <linux/firmware.h> 16 #include <sound/core.h> 17 #include <sound/pcm.h> 18 #include <sound/pcm_params.h> 19 #include <sound/soc-dapm.h> 20 #include <sound/initval.h> 21 #include "rt1318-sdw.h" 22 23 static const struct reg_sequence rt1318_blind_write[] = { 24 { 0xc001, 0x43 }, 25 { 0xc003, 0xa2 }, 26 { 0xc004, 0x44 }, 27 { 0xc005, 0x44 }, 28 { 0xc006, 0x33 }, 29 { 0xc007, 0x64 }, 30 { 0xc320, 0x20 }, 31 { 0xf203, 0x18 }, 32 { 0xf211, 0x00 }, 33 { 0xf212, 0x26 }, 34 { 0xf20d, 0x17 }, 35 { 0xf214, 0x06 }, 36 { 0xf20e, 0x00 }, 37 { 0xf223, 0x7f }, 38 { 0xf224, 0xdb }, 39 { 0xf225, 0xee }, 40 { 0xf226, 0x3f }, 41 { 0xf227, 0x0f }, 42 { 0xf21a, 0x78 }, 43 { 0xf242, 0x3c }, 44 { 0xc321, 0x0b }, 45 { 0xc200, 0xd8 }, 46 { 0xc201, 0x27 }, 47 { 0xc202, 0x0f }, 48 { 0xf800, 0x20 }, 49 { 0xdf00, 0x10 }, 50 { 0xdf5f, 0x01 }, 51 { 0xdf60, 0xa7 }, 52 { 0xc400, 0x0e }, 53 { 0xc401, 0x43 }, 54 { 0xc402, 0xe0 }, 55 { 0xc403, 0x00 }, 56 { 0xc404, 0x4c }, 57 { 0xc407, 0x02 }, 58 { 0xc408, 0x3f }, 59 { 0xc300, 0x01 }, 60 { 0xc206, 0x78 }, 61 { 0xc203, 0x84 }, 62 { 0xc120, 0xc0 }, 63 { 0xc121, 0x03 }, 64 { 0xe000, 0x88 }, 65 { 0xc321, 0x09 }, 66 { 0xc322, 0x01 }, 67 { 0xe706, 0x0f }, 68 { 0xe707, 0x30 }, 69 { 0xe806, 0x0f }, 70 { 0xe807, 0x30 }, 71 { 0xed00, 0xb0 }, 72 { 0xce04, 0x02 }, 73 { 0xce05, 0x63 }, 74 { 0xce06, 0x68 }, 75 { 0xce07, 0x07 }, 76 { 0xcf04, 0x02 }, 77 { 0xcf05, 0x63 }, 78 { 0xcf06, 0x68 }, 79 { 0xcf07, 0x07 }, 80 { 0xce60, 0xe3 }, 81 { 0xc130, 0x51 }, 82 { 0xf102, 0x00 }, 83 { 0xf103, 0x00 }, 84 { 0xf104, 0xf5 }, 85 { 0xf105, 0x06 }, 86 { 0xf109, 0x9b }, 87 { 0xf10a, 0x0b }, 88 { 0xf10b, 0x4c }, 89 { 0xf10b, 0x5c }, 90 { 0xf102, 0x00 }, 91 { 0xf103, 0x00 }, 92 { 0xf104, 0xf5 }, 93 { 0xf105, 0x0b }, 94 { 0xf109, 0x03 }, 95 { 0xf10a, 0x0b }, 96 { 0xf10b, 0x4c }, 97 { 0xf10b, 0x5c }, 98 { 0xf102, 0x00 }, 99 { 0xf103, 0x00 }, 100 { 0xf104, 0xf5 }, 101 { 0xf105, 0x0c }, 102 { 0xf109, 0x7f }, 103 { 0xf10a, 0x0b }, 104 { 0xf10b, 0x4c }, 105 { 0xf10b, 0x5c }, 106 107 { 0xe604, 0x00 }, 108 { 0xdb00, 0x0c }, 109 { 0xdd00, 0x0c }, 110 { 0xdc19, 0x00 }, 111 { 0xdc1a, 0xff }, 112 { 0xdc1b, 0xff }, 113 { 0xdc1c, 0xff }, 114 { 0xdc1d, 0x00 }, 115 { 0xdc1e, 0x00 }, 116 { 0xdc1f, 0x00 }, 117 { 0xdc20, 0xff }, 118 { 0xde19, 0x00 }, 119 { 0xde1a, 0xff }, 120 { 0xde1b, 0xff }, 121 { 0xde1c, 0xff }, 122 { 0xde1d, 0x00 }, 123 { 0xde1e, 0x00 }, 124 { 0xde1f, 0x00 }, 125 { 0xde20, 0xff }, 126 { 0xdb32, 0x00 }, 127 { 0xdd32, 0x00 }, 128 { 0xdb33, 0x0a }, 129 { 0xdd33, 0x0a }, 130 { 0xdb34, 0x1a }, 131 { 0xdd34, 0x1a }, 132 { 0xdb17, 0xef }, 133 { 0xdd17, 0xef }, 134 { 0xdba7, 0x00 }, 135 { 0xdba8, 0x64 }, 136 { 0xdda7, 0x00 }, 137 { 0xdda8, 0x64 }, 138 { 0xdb19, 0x40 }, 139 { 0xdd19, 0x40 }, 140 { 0xdb00, 0x4c }, 141 { 0xdb01, 0x79 }, 142 { 0xdd01, 0x79 }, 143 { 0xdb04, 0x05 }, 144 { 0xdb05, 0x03 }, 145 { 0xdd04, 0x05 }, 146 { 0xdd05, 0x03 }, 147 { 0xdbbb, 0x09 }, 148 { 0xdbbc, 0x30 }, 149 { 0xdbbd, 0xf0 }, 150 { 0xdbbe, 0xf1 }, 151 { 0xddbb, 0x09 }, 152 { 0xddbc, 0x30 }, 153 { 0xddbd, 0xf0 }, 154 { 0xddbe, 0xf1 }, 155 { 0xdb01, 0x79 }, 156 { 0xdd01, 0x79 }, 157 { 0xdc52, 0xef }, 158 { 0xde52, 0xef }, 159 { 0x2f55, 0x22 }, 160 }; 161 162 static const struct reg_default rt1318_reg_defaults[] = { 163 { 0x3000, 0x00 }, 164 { 0x3004, 0x01 }, 165 { 0x3005, 0x23 }, 166 { 0x3202, 0x00 }, 167 { 0x3203, 0x01 }, 168 { 0x3206, 0x00 }, 169 { 0xc000, 0x00 }, 170 { 0xc001, 0x43 }, 171 { 0xc003, 0x22 }, 172 { 0xc004, 0x44 }, 173 { 0xc005, 0x44 }, 174 { 0xc006, 0x33 }, 175 { 0xc007, 0x64 }, 176 { 0xc008, 0x05 }, 177 { 0xc00a, 0xfc }, 178 { 0xc00b, 0x0f }, 179 { 0xc00c, 0x0e }, 180 { 0xc00d, 0xef }, 181 { 0xc00e, 0xe5 }, 182 { 0xc00f, 0xff }, 183 { 0xc120, 0xc0 }, 184 { 0xc121, 0x00 }, 185 { 0xc122, 0x00 }, 186 { 0xc123, 0x14 }, 187 { 0xc125, 0x00 }, 188 { 0xc200, 0x00 }, 189 { 0xc201, 0x00 }, 190 { 0xc202, 0x00 }, 191 { 0xc203, 0x04 }, 192 { 0xc204, 0x00 }, 193 { 0xc205, 0x00 }, 194 { 0xc206, 0x68 }, 195 { 0xc207, 0x70 }, 196 { 0xc208, 0x00 }, 197 { 0xc20a, 0x00 }, 198 { 0xc20b, 0x01 }, 199 { 0xc20c, 0x7f }, 200 { 0xc20d, 0x01 }, 201 { 0xc20e, 0x7f }, 202 { 0xc300, 0x00 }, 203 { 0xc301, 0x00 }, 204 { 0xc303, 0x80 }, 205 { 0xc320, 0x00 }, 206 { 0xc321, 0x09 }, 207 { 0xc322, 0x02 }, 208 { 0xc410, 0x04 }, 209 { 0xc430, 0x00 }, 210 { 0xc431, 0x00 }, 211 { 0xca00, 0x10 }, 212 { 0xca01, 0x00 }, 213 { 0xca02, 0x0b }, 214 { 0xca10, 0x10 }, 215 { 0xca11, 0x00 }, 216 { 0xca12, 0x0b }, 217 { 0xdd93, 0x00 }, 218 { 0xdd94, 0x64 }, 219 { 0xe300, 0xa0 }, 220 { 0xed00, 0x80 }, 221 { 0xed01, 0x0f }, 222 { 0xed02, 0xff }, 223 { 0xed03, 0x00 }, 224 { 0xed04, 0x00 }, 225 { 0xed05, 0x0f }, 226 { 0xed06, 0xff }, 227 { 0xf010, 0x10 }, 228 { 0xf011, 0xec }, 229 { 0xf012, 0x68 }, 230 { 0xf013, 0x21 }, 231 { 0xf800, 0x00 }, 232 { 0xf801, 0x12 }, 233 { 0xf802, 0xe0 }, 234 { 0xf803, 0x2f }, 235 { 0xf804, 0x00 }, 236 { 0xf805, 0x00 }, 237 { 0xf806, 0x07 }, 238 { 0xf807, 0xff }, 239 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_UDMPU21, RT1318_SDCA_CTL_UDMPU_CLUSTER, 0), 0x00 }, 240 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_L), 0x01 }, 241 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_R), 0x01 }, 242 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_PDE23, RT1318_SDCA_CTL_REQ_POWER_STATE, 0), 0x03 }, 243 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_CS21, RT1318_SDCA_CTL_SAMPLE_FREQ_INDEX, 0), 0x09 }, 244 }; 245 246 static bool rt1318_readable_register(struct device *dev, unsigned int reg) 247 { 248 switch (reg) { 249 case 0x2f55: 250 case 0x3000: 251 case 0x3004 ... 0x3005: 252 case 0x3202 ... 0x3203: 253 case 0x3206: 254 case 0xc000 ... 0xc00f: 255 case 0xc120 ... 0xc125: 256 case 0xc200 ... 0xc20e: 257 case 0xc300 ... 0xc303: 258 case 0xc320 ... 0xc322: 259 case 0xc410: 260 case 0xc430 ... 0xc431: 261 case 0xca00 ... 0xca02: 262 case 0xca10 ... 0xca12: 263 case 0xcb00 ... 0xcb0b: 264 case 0xcc00 ... 0xcce5: 265 case 0xcd00 ... 0xcde5: 266 case 0xce00 ... 0xce6a: 267 case 0xcf00 ... 0xcf53: 268 case 0xd000 ... 0xd0cc: 269 case 0xd100 ... 0xd1b9: 270 case 0xdb00 ... 0xdc53: 271 case 0xdd00 ... 0xde53: 272 case 0xdf00 ... 0xdf6b: 273 case 0xe300: 274 case 0xeb00 ... 0xebcc: 275 case 0xec00 ... 0xecb9: 276 case 0xed00 ... 0xed06: 277 case 0xf010 ... 0xf014: 278 case 0xf800 ... 0xf807: 279 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_UDMPU21, RT1318_SDCA_CTL_UDMPU_CLUSTER, 0): 280 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_L): 281 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_R): 282 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_PDE23, RT1318_SDCA_CTL_REQ_POWER_STATE, 0): 283 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_CS21, RT1318_SDCA_CTL_SAMPLE_FREQ_INDEX, 0): 284 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_SAPU, RT1318_SDCA_CTL_SAPU_PROTECTION_MODE, 0): 285 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_SAPU, RT1318_SDCA_CTL_SAPU_PROTECTION_STATUS, 0): 286 return true; 287 default: 288 return false; 289 } 290 } 291 292 static bool rt1318_volatile_register(struct device *dev, unsigned int reg) 293 { 294 switch (reg) { 295 case 0x2f55: 296 case 0x3000 ... 0x3001: 297 case 0xc000: 298 case 0xc301: 299 case 0xc410: 300 case 0xc430 ... 0xc431: 301 case 0xdb06: 302 case 0xdb12: 303 case 0xdb1d ... 0xdb1f: 304 case 0xdb35: 305 case 0xdb37: 306 case 0xdb8a ... 0xdb92: 307 case 0xdbc5 ... 0xdbc8: 308 case 0xdc2b ... 0xdc49: 309 case 0xdd0b: 310 case 0xdd12: 311 case 0xdd1d ... 0xdd1f: 312 case 0xdd35: 313 case 0xdd8a ... 0xdd92: 314 case 0xddc5 ... 0xddc8: 315 case 0xde2b ... 0xde44: 316 case 0xdf4a ... 0xdf55: 317 case 0xe224 ... 0xe23b: 318 case 0xea01: 319 case 0xebc5: 320 case 0xebc8: 321 case 0xebcb ... 0xebcc: 322 case 0xed03 ... 0xed06: 323 case 0xf010 ... 0xf014: 324 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_SAPU, RT1318_SDCA_CTL_SAPU_PROTECTION_MODE, 0): 325 case SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_SAPU, RT1318_SDCA_CTL_SAPU_PROTECTION_STATUS, 0): 326 return true; 327 default: 328 return false; 329 } 330 } 331 332 static const struct regmap_config rt1318_sdw_regmap = { 333 .reg_bits = 32, 334 .val_bits = 8, 335 .readable_reg = rt1318_readable_register, 336 .volatile_reg = rt1318_volatile_register, 337 .max_register = 0x41081488, 338 .reg_defaults = rt1318_reg_defaults, 339 .num_reg_defaults = ARRAY_SIZE(rt1318_reg_defaults), 340 .cache_type = REGCACHE_RBTREE, 341 .use_single_read = true, 342 .use_single_write = true, 343 }; 344 345 static int rt1318_read_prop(struct sdw_slave *slave) 346 { 347 struct sdw_slave_prop *prop = &slave->prop; 348 int nval; 349 int i, j; 350 u32 bit; 351 unsigned long addr; 352 struct sdw_dpn_prop *dpn; 353 354 prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; 355 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY; 356 357 prop->paging_support = true; 358 359 /* first we need to allocate memory for set bits in port lists */ 360 prop->source_ports = BIT(2); 361 prop->sink_ports = BIT(1); 362 363 nval = hweight32(prop->source_ports); 364 prop->src_dpn_prop = devm_kcalloc(&slave->dev, nval, 365 sizeof(*prop->src_dpn_prop), GFP_KERNEL); 366 if (!prop->src_dpn_prop) 367 return -ENOMEM; 368 369 i = 0; 370 dpn = prop->src_dpn_prop; 371 addr = prop->source_ports; 372 for_each_set_bit(bit, &addr, 32) { 373 dpn[i].num = bit; 374 dpn[i].type = SDW_DPN_FULL; 375 dpn[i].simple_ch_prep_sm = true; 376 dpn[i].ch_prep_timeout = 10; 377 i++; 378 } 379 380 /* do this again for sink now */ 381 nval = hweight32(prop->sink_ports); 382 prop->sink_dpn_prop = devm_kcalloc(&slave->dev, nval, 383 sizeof(*prop->sink_dpn_prop), GFP_KERNEL); 384 if (!prop->sink_dpn_prop) 385 return -ENOMEM; 386 387 j = 0; 388 dpn = prop->sink_dpn_prop; 389 addr = prop->sink_ports; 390 for_each_set_bit(bit, &addr, 32) { 391 dpn[j].num = bit; 392 dpn[j].type = SDW_DPN_FULL; 393 dpn[j].simple_ch_prep_sm = true; 394 dpn[j].ch_prep_timeout = 10; 395 j++; 396 } 397 398 /* set the timeout values */ 399 prop->clk_stop_timeout = 20; 400 401 return 0; 402 } 403 404 static int rt1318_io_init(struct device *dev, struct sdw_slave *slave) 405 { 406 struct rt1318_sdw_priv *rt1318 = dev_get_drvdata(dev); 407 408 if (rt1318->hw_init) 409 return 0; 410 411 if (rt1318->first_hw_init) { 412 regcache_cache_only(rt1318->regmap, false); 413 regcache_cache_bypass(rt1318->regmap, true); 414 } else { 415 /* 416 * PM runtime is only enabled when a Slave reports as Attached 417 */ 418 419 /* set autosuspend parameters */ 420 pm_runtime_set_autosuspend_delay(&slave->dev, 3000); 421 pm_runtime_use_autosuspend(&slave->dev); 422 423 /* update count of parent 'active' children */ 424 pm_runtime_set_active(&slave->dev); 425 426 /* make sure the device does not suspend immediately */ 427 pm_runtime_mark_last_busy(&slave->dev); 428 429 pm_runtime_enable(&slave->dev); 430 } 431 432 pm_runtime_get_noresume(&slave->dev); 433 434 /* blind write */ 435 regmap_multi_reg_write(rt1318->regmap, rt1318_blind_write, 436 ARRAY_SIZE(rt1318_blind_write)); 437 438 if (rt1318->first_hw_init) { 439 regcache_cache_bypass(rt1318->regmap, false); 440 regcache_mark_dirty(rt1318->regmap); 441 } 442 443 /* Mark Slave initialization complete */ 444 rt1318->first_hw_init = true; 445 rt1318->hw_init = true; 446 447 pm_runtime_mark_last_busy(&slave->dev); 448 pm_runtime_put_autosuspend(&slave->dev); 449 450 dev_dbg(&slave->dev, "%s hw_init complete\n", __func__); 451 return 0; 452 } 453 454 static int rt1318_update_status(struct sdw_slave *slave, 455 enum sdw_slave_status status) 456 { 457 struct rt1318_sdw_priv *rt1318 = dev_get_drvdata(&slave->dev); 458 459 /* Update the status */ 460 rt1318->status = status; 461 462 if (status == SDW_SLAVE_UNATTACHED) 463 rt1318->hw_init = false; 464 465 /* 466 * Perform initialization only if slave status is present and 467 * hw_init flag is false 468 */ 469 if (rt1318->hw_init || rt1318->status != SDW_SLAVE_ATTACHED) 470 return 0; 471 472 /* perform I/O transfers required for Slave initialization */ 473 return rt1318_io_init(&slave->dev, slave); 474 } 475 476 static int rt1318_classd_event(struct snd_soc_dapm_widget *w, 477 struct snd_kcontrol *kcontrol, int event) 478 { 479 struct snd_soc_component *component = 480 snd_soc_dapm_to_component(w->dapm); 481 struct rt1318_sdw_priv *rt1318 = snd_soc_component_get_drvdata(component); 482 unsigned char ps0 = 0x0, ps3 = 0x3; 483 484 switch (event) { 485 case SND_SOC_DAPM_POST_PMU: 486 regmap_write(rt1318->regmap, 487 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_PDE23, 488 RT1318_SDCA_CTL_REQ_POWER_STATE, 0), 489 ps0); 490 break; 491 case SND_SOC_DAPM_PRE_PMD: 492 regmap_write(rt1318->regmap, 493 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_PDE23, 494 RT1318_SDCA_CTL_REQ_POWER_STATE, 0), 495 ps3); 496 break; 497 498 default: 499 break; 500 } 501 502 return 0; 503 } 504 505 static const char * const rt1318_rx_data_ch_select[] = { 506 "L,R", 507 "L,L", 508 "L,R", 509 "L,L+R", 510 "R,L", 511 "R,R", 512 "R,L+R", 513 "L+R,L", 514 "L+R,R", 515 "L+R,L+R", 516 }; 517 518 static SOC_ENUM_SINGLE_DECL(rt1318_rx_data_ch_enum, 519 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_UDMPU21, RT1318_SDCA_CTL_UDMPU_CLUSTER, 0), 0, 520 rt1318_rx_data_ch_select); 521 522 static const struct snd_kcontrol_new rt1318_snd_controls[] = { 523 524 /* UDMPU Cluster Selection */ 525 SOC_ENUM("RX Channel Select", rt1318_rx_data_ch_enum), 526 }; 527 528 static const struct snd_kcontrol_new rt1318_sto_dac = 529 SOC_DAPM_DOUBLE_R("Switch", 530 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_L), 531 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_FU21, RT1318_SDCA_CTL_FU_MUTE, CH_R), 532 0, 1, 1); 533 534 static const struct snd_soc_dapm_widget rt1318_dapm_widgets[] = { 535 /* Audio Interface */ 536 SND_SOC_DAPM_AIF_IN("DP1RX", "DP1 Playback", 0, SND_SOC_NOPM, 0, 0), 537 SND_SOC_DAPM_AIF_OUT("DP2TX", "DP2 Capture", 0, SND_SOC_NOPM, 0, 0), 538 539 /* Digital Interface */ 540 SND_SOC_DAPM_SWITCH("DAC", SND_SOC_NOPM, 0, 0, &rt1318_sto_dac), 541 542 /* Output */ 543 SND_SOC_DAPM_PGA_E("CLASS D", SND_SOC_NOPM, 0, 0, NULL, 0, 544 rt1318_classd_event, SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU), 545 SND_SOC_DAPM_OUTPUT("SPOL"), 546 SND_SOC_DAPM_OUTPUT("SPOR"), 547 /* Input */ 548 SND_SOC_DAPM_PGA("FB Data", SND_SOC_NOPM, 0, 0, NULL, 0), 549 SND_SOC_DAPM_SIGGEN("FB Gen"), 550 }; 551 552 static const struct snd_soc_dapm_route rt1318_dapm_routes[] = { 553 { "DAC", "Switch", "DP1RX" }, 554 { "CLASS D", NULL, "DAC" }, 555 { "SPOL", NULL, "CLASS D" }, 556 { "SPOR", NULL, "CLASS D" }, 557 558 { "FB Data", NULL, "FB Gen" }, 559 { "DP2TX", NULL, "FB Data" }, 560 }; 561 562 static int rt1318_set_sdw_stream(struct snd_soc_dai *dai, void *sdw_stream, 563 int direction) 564 { 565 struct sdw_stream_data *stream; 566 567 if (!sdw_stream) 568 return 0; 569 570 stream = kzalloc(sizeof(*stream), GFP_KERNEL); 571 if (!stream) 572 return -ENOMEM; 573 574 stream->sdw_stream = sdw_stream; 575 576 /* Use tx_mask or rx_mask to configure stream tag and set dma_data */ 577 snd_soc_dai_dma_data_set(dai, direction, stream); 578 579 return 0; 580 } 581 582 static void rt1318_sdw_shutdown(struct snd_pcm_substream *substream, 583 struct snd_soc_dai *dai) 584 { 585 struct sdw_stream_data *stream; 586 587 stream = snd_soc_dai_get_dma_data(dai, substream); 588 snd_soc_dai_set_dma_data(dai, substream, NULL); 589 kfree(stream); 590 } 591 592 static int rt1318_sdw_hw_params(struct snd_pcm_substream *substream, 593 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) 594 { 595 struct snd_soc_component *component = dai->component; 596 struct rt1318_sdw_priv *rt1318 = 597 snd_soc_component_get_drvdata(component); 598 struct sdw_stream_config stream_config; 599 struct sdw_port_config port_config; 600 enum sdw_data_direction direction; 601 struct sdw_stream_data *stream; 602 int retval, port, num_channels, ch_mask; 603 unsigned int sampling_rate; 604 605 dev_dbg(dai->dev, "%s %s", __func__, dai->name); 606 stream = snd_soc_dai_get_dma_data(dai, substream); 607 608 if (!stream) 609 return -EINVAL; 610 611 if (!rt1318->sdw_slave) 612 return -EINVAL; 613 614 /* SoundWire specific configuration */ 615 /* port 1 for playback */ 616 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { 617 direction = SDW_DATA_DIR_RX; 618 port = 1; 619 } else { 620 direction = SDW_DATA_DIR_TX; 621 port = 2; 622 } 623 624 num_channels = params_channels(params); 625 ch_mask = (1 << num_channels) - 1; 626 627 stream_config.frame_rate = params_rate(params); 628 stream_config.ch_count = num_channels; 629 stream_config.bps = snd_pcm_format_width(params_format(params)); 630 stream_config.direction = direction; 631 632 port_config.ch_mask = ch_mask; 633 port_config.num = port; 634 635 retval = sdw_stream_add_slave(rt1318->sdw_slave, &stream_config, 636 &port_config, 1, stream->sdw_stream); 637 if (retval) { 638 dev_err(dai->dev, "Unable to configure port\n"); 639 return retval; 640 } 641 642 /* sampling rate configuration */ 643 switch (params_rate(params)) { 644 case 16000: 645 sampling_rate = RT1318_SDCA_RATE_16000HZ; 646 break; 647 case 32000: 648 sampling_rate = RT1318_SDCA_RATE_32000HZ; 649 break; 650 case 44100: 651 sampling_rate = RT1318_SDCA_RATE_44100HZ; 652 break; 653 case 48000: 654 sampling_rate = RT1318_SDCA_RATE_48000HZ; 655 break; 656 case 96000: 657 sampling_rate = RT1318_SDCA_RATE_96000HZ; 658 break; 659 case 192000: 660 sampling_rate = RT1318_SDCA_RATE_192000HZ; 661 break; 662 default: 663 dev_err(component->dev, "Rate %d is not supported\n", 664 params_rate(params)); 665 return -EINVAL; 666 } 667 668 /* set sampling frequency */ 669 regmap_write(rt1318->regmap, 670 SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1318_SDCA_ENT_CS21, RT1318_SDCA_CTL_SAMPLE_FREQ_INDEX, 0), 671 sampling_rate); 672 673 return 0; 674 } 675 676 static int rt1318_sdw_pcm_hw_free(struct snd_pcm_substream *substream, 677 struct snd_soc_dai *dai) 678 { 679 struct snd_soc_component *component = dai->component; 680 struct rt1318_sdw_priv *rt1318 = 681 snd_soc_component_get_drvdata(component); 682 struct sdw_stream_data *stream = 683 snd_soc_dai_get_dma_data(dai, substream); 684 685 if (!rt1318->sdw_slave) 686 return -EINVAL; 687 688 sdw_stream_remove_slave(rt1318->sdw_slave, stream->sdw_stream); 689 return 0; 690 } 691 692 /* 693 * slave_ops: callbacks for get_clock_stop_mode, clock_stop and 694 * port_prep are not defined for now 695 */ 696 static const struct sdw_slave_ops rt1318_slave_ops = { 697 .read_prop = rt1318_read_prop, 698 .update_status = rt1318_update_status, 699 }; 700 701 static int rt1318_sdw_component_probe(struct snd_soc_component *component) 702 { 703 int ret; 704 struct rt1318_sdw_priv *rt1318 = snd_soc_component_get_drvdata(component); 705 706 rt1318->component = component; 707 708 ret = pm_runtime_resume(component->dev); 709 dev_dbg(&rt1318->sdw_slave->dev, "%s pm_runtime_resume, ret=%d", __func__, ret); 710 if (ret < 0 && ret != -EACCES) 711 return ret; 712 713 return 0; 714 } 715 716 static const struct snd_soc_component_driver soc_component_sdw_rt1318 = { 717 .probe = rt1318_sdw_component_probe, 718 .controls = rt1318_snd_controls, 719 .num_controls = ARRAY_SIZE(rt1318_snd_controls), 720 .dapm_widgets = rt1318_dapm_widgets, 721 .num_dapm_widgets = ARRAY_SIZE(rt1318_dapm_widgets), 722 .dapm_routes = rt1318_dapm_routes, 723 .num_dapm_routes = ARRAY_SIZE(rt1318_dapm_routes), 724 .endianness = 1, 725 }; 726 727 static const struct snd_soc_dai_ops rt1318_aif_dai_ops = { 728 .hw_params = rt1318_sdw_hw_params, 729 .hw_free = rt1318_sdw_pcm_hw_free, 730 .set_stream = rt1318_set_sdw_stream, 731 .shutdown = rt1318_sdw_shutdown, 732 }; 733 734 #define RT1318_STEREO_RATES (SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \ 735 SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_192000) 736 #define RT1318_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \ 737 SNDRV_PCM_FMTBIT_S32_LE) 738 739 static struct snd_soc_dai_driver rt1318_sdw_dai[] = { 740 { 741 .name = "rt1318-aif", 742 .playback = { 743 .stream_name = "DP1 Playback", 744 .channels_min = 1, 745 .channels_max = 2, 746 .rates = RT1318_STEREO_RATES, 747 .formats = RT1318_FORMATS, 748 }, 749 .capture = { 750 .stream_name = "DP2 Capture", 751 .channels_min = 1, 752 .channels_max = 2, 753 .rates = RT1318_STEREO_RATES, 754 .formats = RT1318_FORMATS, 755 }, 756 .ops = &rt1318_aif_dai_ops, 757 }, 758 }; 759 760 static int rt1318_sdw_init(struct device *dev, struct regmap *regmap, 761 struct sdw_slave *slave) 762 { 763 struct rt1318_sdw_priv *rt1318; 764 int ret; 765 766 rt1318 = devm_kzalloc(dev, sizeof(*rt1318), GFP_KERNEL); 767 if (!rt1318) 768 return -ENOMEM; 769 770 dev_set_drvdata(dev, rt1318); 771 rt1318->sdw_slave = slave; 772 rt1318->regmap = regmap; 773 774 /* 775 * Mark hw_init to false 776 * HW init will be performed when device reports present 777 */ 778 rt1318->hw_init = false; 779 rt1318->first_hw_init = false; 780 781 ret = devm_snd_soc_register_component(dev, 782 &soc_component_sdw_rt1318, 783 rt1318_sdw_dai, 784 ARRAY_SIZE(rt1318_sdw_dai)); 785 786 dev_dbg(&slave->dev, "%s\n", __func__); 787 788 return ret; 789 } 790 791 static int rt1318_sdw_probe(struct sdw_slave *slave, 792 const struct sdw_device_id *id) 793 { 794 struct regmap *regmap; 795 796 /* Regmap Initialization */ 797 regmap = devm_regmap_init_sdw(slave, &rt1318_sdw_regmap); 798 if (IS_ERR(regmap)) 799 return PTR_ERR(regmap); 800 801 return rt1318_sdw_init(&slave->dev, regmap, slave); 802 } 803 804 static int rt1318_sdw_remove(struct sdw_slave *slave) 805 { 806 struct rt1318_sdw_priv *rt1318 = dev_get_drvdata(&slave->dev); 807 808 if (rt1318->first_hw_init) 809 pm_runtime_disable(&slave->dev); 810 811 return 0; 812 } 813 814 static const struct sdw_device_id rt1318_id[] = { 815 SDW_SLAVE_ENTRY_EXT(0x025d, 0x1318, 0x3, 0x1, 0), 816 {}, 817 }; 818 MODULE_DEVICE_TABLE(sdw, rt1318_id); 819 820 static int __maybe_unused rt1318_dev_suspend(struct device *dev) 821 { 822 struct rt1318_sdw_priv *rt1318 = dev_get_drvdata(dev); 823 824 if (!rt1318->hw_init) 825 return 0; 826 827 regcache_cache_only(rt1318->regmap, true); 828 return 0; 829 } 830 831 #define RT1318_PROBE_TIMEOUT 5000 832 833 static int __maybe_unused rt1318_dev_resume(struct device *dev) 834 { 835 struct sdw_slave *slave = dev_to_sdw_dev(dev); 836 struct rt1318_sdw_priv *rt1318 = dev_get_drvdata(dev); 837 unsigned long time; 838 839 if (!rt1318->first_hw_init) 840 return 0; 841 842 if (!slave->unattach_request) 843 goto regmap_sync; 844 845 time = wait_for_completion_timeout(&slave->initialization_complete, 846 msecs_to_jiffies(RT1318_PROBE_TIMEOUT)); 847 if (!time) { 848 dev_err(&slave->dev, "Initialization not complete, timed out\n"); 849 return -ETIMEDOUT; 850 } 851 852 regmap_sync: 853 slave->unattach_request = 0; 854 regcache_cache_only(rt1318->regmap, false); 855 regcache_sync(rt1318->regmap); 856 857 return 0; 858 } 859 860 static const struct dev_pm_ops rt1318_pm = { 861 SET_SYSTEM_SLEEP_PM_OPS(rt1318_dev_suspend, rt1318_dev_resume) 862 SET_RUNTIME_PM_OPS(rt1318_dev_suspend, rt1318_dev_resume, NULL) 863 }; 864 865 static struct sdw_driver rt1318_sdw_driver = { 866 .driver = { 867 .name = "rt1318-sdca", 868 .owner = THIS_MODULE, 869 .pm = &rt1318_pm, 870 }, 871 .probe = rt1318_sdw_probe, 872 .remove = rt1318_sdw_remove, 873 .ops = &rt1318_slave_ops, 874 .id_table = rt1318_id, 875 }; 876 module_sdw_driver(rt1318_sdw_driver); 877 878 MODULE_DESCRIPTION("ASoC RT1318 driver SDCA SDW"); 879 MODULE_AUTHOR("Shuming Fan <shumingf@realtek.com>"); 880 MODULE_LICENSE("GPL"); 881