Searched refs:sound_ops (Results 1 – 9 of 9) sorted by relevance
16 struct sound_ops *ops = sound_get_ops(dev); in sound_setup()26 struct sound_ops *ops = sound_get_ops(dev); in sound_play()36 struct sound_ops *ops = sound_get_ops(dev); in sound_start_beep()46 struct sound_ops *ops = sound_get_ops(dev); in sound_stop_beep()
23 static const struct sound_ops i8254_ops = {
49 static const struct sound_ops broadwell_sound_ops = {
119 static const struct sound_ops bd82x6x_azalia_ops = {
89 static const struct sound_ops samsung_sound_ops = {
116 static const struct sound_ops rockchip_sound_ops = {
228 static const struct sound_ops sandbox_sound_ops = {
529 static const struct sound_ops hda_codec_ops = {
55 struct sound_ops { struct94 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops) argument