diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-08-04 15:21:33 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-08-05 19:57:25 +0200 |
commit | e9f21129b8d84debf53e06f73d340d5af136270f (patch) | |
tree | 00328b60bc6e8217efc94e801fb5cccc1e3b2404 /sound/firewire/dice/dice.h | |
parent | ac5d77864cfcb0f034221c2b3dac828ae24c722e (diff) | |
download | linux-e9f21129b8d84debf53e06f73d340d5af136270f.tar.gz linux-e9f21129b8d84debf53e06f73d340d5af136270f.tar.bz2 linux-e9f21129b8d84debf53e06f73d340d5af136270f.zip |
ALSA: dice: support AMDTP domain
This commit adds AMDTP domain support for ALSA dice driver.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/dice.h')
-rw-r--r-- | sound/firewire/dice/dice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/dice/dice.h b/sound/firewire/dice/dice.h index c6304e5e9fc4..fa6d74303f54 100644 --- a/sound/firewire/dice/dice.h +++ b/sound/firewire/dice/dice.h @@ -112,6 +112,8 @@ struct snd_dice { bool global_enabled; struct completion clock_accepted; unsigned int substreams_counter; + + struct amdtp_domain domain; }; enum snd_dice_addr_type { |