diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 15:08:59 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 20:54:47 +0100 |
commit | 1263f61179821df60cca4bccdb69e2f71fdebaa7 (patch) | |
tree | 7f21fcf086b2cb1c8719a5251e929deb1ed9dcbf /sound/usb/line6/pcm.h | |
parent | 72f18d00757e182c1adeb747ea39a66f1b54698b (diff) | |
download | blackbird-op-linux-1263f61179821df60cca4bccdb69e2f71fdebaa7.tar.gz blackbird-op-linux-1263f61179821df60cca4bccdb69e2f71fdebaa7.zip |
ALSA: line6: Remove snd_line6_ prefix of pcm property fields
It's just superfluous and doesn't give any better readability.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/pcm.h')
-rw-r--r-- | sound/usb/line6/pcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/line6/pcm.h b/sound/usb/line6/pcm.h index 3a3cfba40ec7..508410adbd51 100644 --- a/sound/usb/line6/pcm.h +++ b/sound/usb/line6/pcm.h @@ -83,8 +83,8 @@ enum { }; struct line6_pcm_properties { - struct snd_pcm_hardware snd_line6_playback_hw, snd_line6_capture_hw; - struct snd_pcm_hw_constraint_ratdens snd_line6_rates; + struct snd_pcm_hardware playback_hw, capture_hw; + struct snd_pcm_hw_constraint_ratdens rates; int bytes_per_frame; }; |