mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
firewire: move rcode_string() to core
There is nothing audio-specific about the rcode_string() helper, so move it from snd-firewire-lib into firewire-core to allow other code to use it. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c)
This commit is contained in:
committed by
Stefan Richter
parent
db7494e2ce
commit
7bdbff6762
@@ -334,6 +334,7 @@ int fw_cancel_transaction(struct fw_card *card,
|
||||
int fw_run_transaction(struct fw_card *card, int tcode, int destination_id,
|
||||
int generation, int speed, unsigned long long offset,
|
||||
void *payload, size_t length);
|
||||
const char *fw_rcode_string(int rcode);
|
||||
|
||||
static inline int fw_stream_packet_destination_id(int tag, int channel, int sy)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user