blob: bcdcfecb16f60a53e1810333ee692bbbbf0e0768 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<think>
Okay, I need to classify this bug report as either user-mode or system-mode related. The bug is about "intel-hda: stream reset bits are broken." Intel HDA refers to the High Definition Audio codecs used in many motherboards and sound cards.
Since it's dealing with hardware components (peripherals/devices) and their drivers, which are part of the operating system's kernel, this falls into system-mode. System-mode issues involve higher privileges because they interact directly with hardware and low-level system operations.
So, I'll classify this as 'system'.
</think>
system
|