linux/sound/firewire/dice
Takashi Sakamoto 2c2416c83e ALSA: dice: Add new functions for constraints of PCM parameters
This commit adds a new functions and some arrangement for PCM restriction.
This arrangement is due to the number of channels which each Dice device has.

I note that minimum number for period becomes 2, instead of 1 because its PCM
functionality has SNDRV_PCM_INFO_BATCH, this means that the driver uses double
(or more) buffering so the minimum number for period should be 2.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-11-29 20:17:06 +01:00
..
dice-hwdep.c ALSA: dice: Split hwdep functionality into a file 2014-11-29 20:08:19 +01:00
dice-interface.h
dice-pcm.c ALSA: dice: Add new functions for constraints of PCM parameters 2014-11-29 20:17:06 +01:00
dice-proc.c ALSA: dice: Split proc interface into a file 2014-11-29 20:09:47 +01:00
dice-stream.c ALSA: dice: Split PCM functionality into a file 2014-11-29 20:07:47 +01:00
dice-transaction.c ALSA: dice: Split transaction functionality into a file 2014-11-29 20:04:15 +01:00
dice.c ALSA: dice: Split proc interface into a file 2014-11-29 20:09:47 +01:00
dice.h ALSA: dice: Split proc interface into a file 2014-11-29 20:09:47 +01:00
Makefile ALSA: dice: Split proc interface into a file 2014-11-29 20:09:47 +01:00