diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/hda/core/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/core/stream.c b/sound/hda/core/stream.c index e7f6208af5b0..4a87bef8834f 100644 --- a/sound/hda/core/stream.c +++ b/sound/hda/core/stream.c @@ -634,7 +634,7 @@ int snd_hdac_stream_set_params(struct hdac_stream *azx_dev, } EXPORT_SYMBOL_GPL(snd_hdac_stream_set_params); -static u64 azx_cc_read(const struct cyclecounter *cc) +static u64 azx_cc_read(struct cyclecounter *cc) { struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); |