Changeset 659
- Timestamp:
- Jan 25, 2021, 10:09:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/alsa-kernel/pci/hda/hda_intel.c
r643 r659 729 729 "hda-intel: zero azx_dev->period_bytes")) 730 730 return -1; /* this shouldn't happen! */ 731 #else 732 if (!azx_dev->core.period_bytes) { 733 pr_debug("hda-intel: zero azx_dev->period_bytes"); 734 return -1; /* this shouldn't happen! */ 735 } 731 736 #endif 732 737 if (wallclk < (azx_dev->core.period_wallclk * 5) / 4 &&
Note:
See TracChangeset
for help on using the changeset viewer.