]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: line6: Rearrange PCM structure
authorTakashi Iwai <tiwai@suse.de>
Fri, 23 Jan 2015 15:10:57 +0000 (16:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2015 06:21:18 +0000 (07:21 +0100)
commitad0119abe29fe3d506486a789de4c4619fa7602c
treeebbb5c893a11998437fba5bbfd0b22a63f70fe71
parentab5cdcbab2efb833b4c199d0b0a6603af080eaa2
ALSA: line6: Rearrange PCM structure

Introduce a new line6_pcm_stream structure and group individual
fields of snd_line6_pcm struct to playback and capture groups.

This patch itself just does rename and nothing else.  More
meaningful cleanups based on these fields shuffling will follow.

Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/capture.c
sound/usb/line6/pcm.c
sound/usb/line6/pcm.h
sound/usb/line6/playback.c