Changeset 772 for GPL/trunk/alsa-kernel/hda/hdac_device.c
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/hda/hdac_device.c
r717 r772 212 212 * Returns the size of string, like snprintf(), or a negative error code. 213 213 */ 214 int snd_hdac_codec_modalias( struct hdac_device *codec, char *buf, size_t size)214 int snd_hdac_codec_modalias(const struct hdac_device *codec, char *buf, size_t size) 215 215 { 216 216 return scnprintf(buf, size, "hdaudio:v%08Xr%08Xa%02X\n", … … 623 623 #if 0 //fixme 624 624 if (!atomic_inc_not_zero(&codec->in_pm)) { 625 int ret = pm_runtime_get_if_ in_use(&codec->dev);625 int ret = pm_runtime_get_if_active(&codec->dev, true); 626 626 if (!ret) 627 627 return -1; … … 660 660 661 661 static const struct hda_vendor_id hda_vendor_ids[] = { 662 { 0x0014, "Loongson" }, 662 663 { 0x1002, "ATI" }, 663 664 { 0x1013, "Cirrus Logic" },
Note:
See TracChangeset
for help on using the changeset viewer.