You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structure
This patch adds 'direction' member to 'cmp_connection' structure to indicate the direction of connection. This patch also adds 'direction' argument to cmp_connection_init() function to determine the direction. The cmp_connection_init() function is exported and used in snd-firewire-speakers so this patch also affect it. This patch just add them. Actual implementation will be done by followed patches. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
a7fa0d047f
commit
c68a1c6584
@@ -94,6 +94,7 @@ static int pcr_modify(struct cmp_connection *c,
|
||||
*/
|
||||
int cmp_connection_init(struct cmp_connection *c,
|
||||
struct fw_unit *unit,
|
||||
enum cmp_direction direction,
|
||||
unsigned int pcr_index)
|
||||
{
|
||||
__be32 mpr_be;
|
||||
|
||||
Reference in New Issue
Block a user