diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-29 00:59:17 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 20:09:47 +0100 |
commit | 04d426a039691bf114997a8af877682fdffcebd7 (patch) | |
tree | 88380222cd8ef700fb780192344289d9f03859f3 /sound/firewire/dice/dice.h | |
parent | 19af57b46dda93b34902739673d5f37d8c6d0d5f (diff) |
ALSA: dice: Split proc interface into a file
This commit adds a file and move some codes related to proc output.
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 dcc8c789cd43..969189a6604f 100644 --- a/sound/firewire/dice/dice.h +++ b/sound/firewire/dice/dice.h @@ -175,4 +175,6 @@ int snd_dice_create_pcm(struct snd_dice *dice); int snd_dice_create_hwdep(struct snd_dice *dice); +void snd_dice_create_proc(struct snd_dice *dice); + #endif |