Home
last modified time | relevance | path

Searched refs:response_ok (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/sound/firewire/oxfw/
Doxfw-spkr.c32 u8 response_ok; in avc_audio_feature_mute() local
41 response_ok = 0x0c; /* STABLE */ in avc_audio_feature_mute()
44 response_ok = 0x09; /* ACCEPTED */ in avc_audio_feature_mute()
68 if (buf[0] != response_ok) { in avc_audio_feature_mute()
90 u8 response_ok; in avc_audio_feature_volume() local
99 response_ok = 0x0c; /* STABLE */ in avc_audio_feature_volume()
102 response_ok = 0x09; /* ACCEPTED */ in avc_audio_feature_volume()
129 if (buf[0] != response_ok) { in avc_audio_feature_volume()