summaryrefslogtreecommitdiffstats
path: root/sound/i2c/other/ak4113.c
diff options
context:
space:
mode:
authorTakashi Iwai2019-02-04 16:00:54 +0100
committerTakashi Iwai2019-02-06 18:11:56 +0100
commit5a170e9e4c74bc7f9aa57861c90e5813d63bfdab (patch)
tree1862a2edbe90d29e8dca2b1e7f61676e92e84eff /sound/i2c/other/ak4113.c
parentALSA: isa: Clean up with new procfs helpers (diff)
downloadkernel-qcow2-linux-5a170e9e4c74bc7f9aa57861c90e5813d63bfdab.tar.gz
kernel-qcow2-linux-5a170e9e4c74bc7f9aa57861c90e5813d63bfdab.tar.xz
kernel-qcow2-linux-5a170e9e4c74bc7f9aa57861c90e5813d63bfdab.zip
ALSA: i2c: Clean up with new procfs helpers
Simplify the proc fs creation code with new helper functions, snd_card_ro_proc_new() and snd_card_rw_proc_new(). Just a code refactoring and no functional changes. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/i2c/other/ak4113.c')
-rw-r--r--sound/i2c/other/ak4113.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/i2c/other/ak4113.c b/sound/i2c/other/ak4113.c
index 4099e6062d3c..573599d0378d 100644
--- a/sound/i2c/other/ak4113.c
+++ b/sound/i2c/other/ak4113.c
@@ -492,9 +492,8 @@ static void snd_ak4113_proc_regs_read(struct snd_info_entry *entry,
static void snd_ak4113_proc_init(struct ak4113 *ak4113)
{
- struct snd_info_entry *entry;
- if (!snd_card_proc_new(ak4113->card, "ak4113", &entry))
- snd_info_set_text_ops(entry, ak4113, snd_ak4113_proc_regs_read);
+ snd_card_ro_proc_new(ak4113->card, "ak4113", ak4113,
+ snd_ak4113_proc_regs_read);
}
int snd_ak4113_build(struct ak4113 *ak4113,