Changeset 687 for GPL/branches/uniaud32-next/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Jul 16, 2021, 11:37:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/alsa-kernel/pci/intel8x0.c
r685 r687 719 719 int ack = 0; 720 720 721 if (! ichdev->prepared|| ichdev->suspended)721 if (!(ichdev->prepared || chip->in_measurement) || ichdev->suspended) 722 722 return; 723 723
Note:
See TracChangeset
for help on using the changeset viewer.