Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/oxfw/
Doxfw-control.c21 u8 response_ok; in oxfw_mute_command() local
30 response_ok = 0x0c; /* STABLE */ in oxfw_mute_command()
33 response_ok = 0x09; /* ACCEPTED */ in oxfw_mute_command()
57 if (buf[0] != response_ok) { in oxfw_mute_command()
79 u8 response_ok; in oxfw_volume_command() local
88 response_ok = 0x0c; /* STABLE */ in oxfw_volume_command()
91 response_ok = 0x09; /* ACCEPTED */ in oxfw_volume_command()
118 if (buf[0] != response_ok) { in oxfw_volume_command()