summary refs log tree commit diff
path: root/sound/hda
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2016-03-10 21:44:28 +0900
committerTakashi Iwai <tiwai@suse.de>2016-03-10 15:44:39 +0100
commit8cc1a8ab477e974a3516e73276ef4b6e546c4c65 (patch)
tree6281308d5bba7a61c3d460b443ba44fee15c1215 /sound/hda
parent7cafc65b3aa1b6970f92211c55712f115d876cfc (diff)
downloadlinux-8cc1a8ab477e974a3516e73276ef4b6e546c4c65.tar.gz
ALSA: dice: use structure to represent register parameters instead of array with basic type element
In dice interface, two blocks of register are accessible via IEEE 1394
asynchronous transaction to represent the number of supported isochronous
streams and the number of quadlets for stream information.

Current ALSA dice driver uses array with 'unsigned int' element for
temporary cache of these information. But using structure is preferable
for begin easily comprehensible.

This commit applies a local structure for this aim.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
0 files changed, 0 insertions, 0 deletions